04 Programmable Logic Controllers (PLC) and Motion Control (MC) Flashcards
Karnaugh-Veitch-Map
- Graphical procedure to determine the disjunctive normal form. -> It is always possible to identify the minimal disjunctive normal form, when applied correctly.
-> Disjunctive normal form means that the equation cannot be simplified any more. - Number of fields in a KV-Map must be the same as the number of rows of the truth table
- Each variable is denoted along the side of the KV-Map
- Index in the right bottom corner of each field resemble the appropriate row number of the truth table
Flip-Flop Memory
- The flip-flop (bistable multi-vibrator) is a basic block which is used to store a binary signal.
- Two inputs and two outputs
- If a signal is present at S, then according to the truth table there will be a direct output at Q (first line) and this will be held until the flip-flop is re-set by the re-setting input R (second line). If no signal is present at S, then the current value of output Q will be held (third line)
- The output always has the complementary condition (i.e. opposite signal to that of output Q.) -> This circuit is also called R-S flip-flop
1:2 Scaler
- A 1:2 scaler is realized by repatriating (zurückführen) the inverted output Q to the D-Input. -> Output is changed from true to false with each positive edge of the clock signal. The clock frequency is therefore divided by 2.
- When separate 1:2 scalers are connected to a series, e.g. a counter can be realized.
o Each scaler divides the input frequency by two, the number of input pulses can be read as a binary number.
Programmable Logic controllers (PLCs):
Definition technical process
A technical process is a process, whose physical values can be captured and affected by using technical resources.
Programmable Logic controllers (PLCs):
Tasks of a Control
o Capture all required analogue and digital process signals
o Process those signals and calculate (usually according to a program) all appropriate control signals
o Control the actuators accordingly to the calculated control signals
Programmable Logic controllers (PLCs):
Input Level
o All process signals are read in
o Signal sources can vary from inputs of the user, sensor signals or data/values from data storages
o Sensors can be used to capture machine or process states
o Control elements are direct human-machine-interfaces
Programmable Logic controllers (PLCs):
Signal Processing
o Output signals are calculated according to logic connections from the input signals
o Logic connections can be realized as a program (software), electromagnetic (relais) or by using semiconductor elements.
Programmable Logic controllers (PLCs):
Process Computers
Digital, Programmable Devices^
Set-Up of Process Computer Systems
Digital processor with hard- and software extensions
Process interfacing
Operating System including real-time behavior
Response time of a processor must be smaller than the process-related machining time
Use of a real-time clock to synchronize processor task and technical process
Signal sources (Sensors etc.) and actuators are directly connected to input- and output devices of the PLC
* Task of input devices: Electrically decouple of all input signals and adapt their voltage level
Output devices inherit signal amplifiers which modulate the internal 5V DC to the appropriate level to control actuators. Power contractors can be used if the max. amplitude of the currents is not sufficient to control field devices (e.g. large motors)
Data Storage of a PLC can be subdivided in system, program and data storage.
Operating System: Responsible for controlling the cycle time as well as the correct processing of signal and the application program Stored in a EPROM and cannot be manipulated by the programmer
Hard-Wired Control –> Coding, Technology, Application, Mode of operation
- Coding: Hardware (wiring)
- Technology: Electro mechanic (relay), cordless (semiconductor)
- Suitable for simple applications
- Mode or operation: faster than PLC because of parallel program processing
- HWC in safety critical applications
Programmable Logic Controllers (PLC) –> Coding, Technology, Mode of operation, advantages
- Coding: Software (single instruction)
- Technology: Contac less (semiconductor, microcontroller)
- Mode of operation: serial program processing
- More flexible and higher performance
- Cheaper and clearer than HWC for highly significant applications
PLC configurations and types
- Hardware-PLC
- Slot-PLC
- Soft-PLC
Hardware PLC
Most common type
Power supply, CPU, digital/analogue in- and outputs
Fieldbus or proprietary bus system –> Communication, programming interface
Slot-PLC
Independent of the operating system
Hard real time conditions possible
Low failure ratio
Direct access to the host-PC
High arithmetical capacity
Soft-PLC
PLC based on Windows-NT
Soft real time conditions
Higher error risk
Short life span
Rarely integrated to control real production processes. The application focus is more on the simulation of PLC functionality in field tests.