CH 8 PLC
CH 8 PLC
PLC
11/25/2024
1
25-11-2024
11/25/2024
What is PLC?
A PROGRAMMABLE LOGIC CONTROLLER (PLC) is
an industrial computer control system that
continuously monitors the state of input devices
and makes decisions based upon a custom program
to control the state of output devices.
Digital electronic device
Uses a programmable memory
Store instructions (logic)
Sequencing
Timing
Counting
Arithmetic operations
11/25/2024
2
25-11-2024
Advantage of PLC
Cost effective for controlling complex systems.
Flexible and can be reapplied to control other systems
quickly and easily.
Computational abilities allow more sophisticated
control.
Trouble shooting aids make programming easier and
reduce downtime.
Reliable components make these likely to operate for
years before failure.
11/25/2024
11/25/2024
3
25-11-2024
PLC
PLC HARDWARE
Small self contained – 20 digital i/o
Modular – large I/o, digital/analogue, 20 A current on
output
programming device: key pad/key board/link with PC
Display: digital/LCD/VDU
SIGNAL CONDITIONING
AD-DA
Multiplex
Input: optocoupler/safety
Output: optocoupler/Fuse/MCB
11/25/2024
Programming in PLC
11/25/2024
4
25-11-2024
LD
11/25/2024
FBD
11/25/2024
5
25-11-2024
ST
11/25/2024
IL
LD R1
MPC RESET
LD PRESS_1
ST MAX_PRESS
RESET: LD 0
ST A_X43
11/25/2024
6
25-11-2024
SFC
11/25/2024
7
25-11-2024
PLC PROGRAMMING
PLC
SYMBOLS
PLC LADDER PROGRAMMING
Input (NO/Close on input)
Output (Motor/timer/alarm/..)
11/25/2024
8
25-11-2024
Hardware
Allen Bradley
11/25/2024
Hardware
Siemens Fatek
Delta
11/25/2024
9
25-11-2024
Hardware
11/25/2024
11/25/2024
10
25-11-2024
OR
11/25/2024
AND
11/25/2024
11
25-11-2024
NOR
11/25/2024
NAND
11/25/2024
12
25-11-2024
NOR
11/25/2024
Exclusive-OR
11/25/2024
13
25-11-2024
Interlock Circuit
11/25/2024
11/25/2024
14
25-11-2024
11/25/2024
11/25/2024
15
25-11-2024
11/25/2024
11/25/2024
16
25-11-2024
11/25/2024
• In the example above, when the operator pushes button 0001 the timer
starts ticking.
• When the accumulated value reaches 0 the timer contacts (T000) will close
and output 0500 becomes true.
• When the operator releases the button (0001) the accumulated value
changes back to the preset value.(i.e. it resets)
11/25/2024
17
25-11-2024
• In the example above, when the operator pushes button 0002 the timer
starts ticking.
• When the accumulated value reaches 0 the timer contacts (T000) will close
and output 0500 becomes true.
• When the operator releases the button (0002) the accumulated value is
held(i.e. retained).
• Only when the operator pushes the reset button(0001) does the timer reset.
11/25/2024
IR 1 OUTPUT
IR 2
END
11/25/2024
18
25-11-2024
Counter
2 K10
OUT
Counter OUTPUT
11/25/2024
11/25/2024
19
25-11-2024
Cylinder sequencing
11/25/2024
Cylinder sequencing
11/25/2024
20