PLC - 3
PLC - 3
EEE 4209
0V 0V
Hardware Diagram
2
PLC Problem - 2
0V 0V
Ladder Diagram I4 Q3
0V 0V
+24 V
Start COM COM +24 V
I1 C Q0
Stop
I2 P Q1
I3 U Q2
I4 Q3
4
PLC Problem - 4
Interlocking is a technique in which specific operations cannot occur simultaneously or under certain
conditions, providing safety and logical control.
5
PLC Problem – 4 (contd.)
0V 0V
+24 V
CLK COM COM
Anti-CLK
I1 C Q0
I2 P Q1
+24 V
Stop
I3 U Q2
CLK
Anti-CLK
I4 Q3
Direction Control:
▪ AC Motor: Change in phase sequence.
▪ DC Motor: Change in supply voltage polarity.
6
PLC Problem – 4 (contd.)
7
Timer
T01
Input
On-Delay IN Delay Time
Timer 5.00 S 5 sec
Output
T02
Input
IN
Off-Delay
Timer 3.00 S Output 3 sec
T01 3 sec
Input
On-Off Delay IN 5 sec
5.00 S
Timer
3.00 S Output
8
PLC Problem - 5
0V 0V
+24 V
Start COM COM +24 V
I1 C Q0
Stop
I2 P Q1
I3 U Q2
I4 Q3
9
PLC Problem – 6
10
PLC Problem - 7
Process-1:
If start button-1 (normally open push button) is pressed,
pump A starts, and runs for 10 seconds. Then pump B
starts and runs for 15 seconds. If stop button-1 is pressed,
process-1 stops.
A B
Process-2:
If start button-2 is pressed, pump C starts and runs for 5
seconds. If stop button-2 is pressed, process-2 stops. C
11
PLC Problem – 7 (contd.)
12
PLC Problem - 8
Input: One start push button (normally open) for clockwise rotation,
One start push button (normally open) for anti-clockwise rotation and
One stop push button (normally open)
Operation:
✓ The clock wise start button is pressed, the motor rotates in clockwise.
✓ The anti-clock wise start button is pressed, the motor rotates in anti-clockwise.
✓ The stop button is pressed, the motor stops.
✓ During clockwise rotation, anti-clockwise rotation circuit will be inactive and vice-versa
(interlocked).
✓ Motor has inertia.
13
PLC Problem – 8 (contd.)
0V 0V
+24 V
CLK COM COM
Anti-CLK
I1 C Q0
I2 P Q1
+24 V
Stop
I3 U Q2
CLK
Anti-CLK
I4 Q3
14
PLC Problem – 8 (contd.)
15
PLC Problem - 9
Design a PLC ladder logic so that the motor should start when the water level is less or equal to
level B and stop when water level is greater than level A. Logic is performed manually.
Stop
A
Run/Stop
B
Run
Pump Motor
16
PLC Problem - 10
Design a PLC ladder logic so that the motor should start when the water level is less or equal to
level B and stop when water level is greater than level A. Logic is performed automatically.
LLS = 1
HLS = 0 Run/Stop
Low-Level Sensor
LLS = 0
B
HLS = 0 Run
Pump Motor
17
PLC Problem - 11
Design a PLC ladder logic so that the water level can be controlled between level A and Level B
consisting of both manual and automatic mode.
18