Experiment 5 Auto Operation of 2 Devices Using Timer
Experiment 5 Auto Operation of 2 Devices Using Timer
INPUTS:
I:0/0 → START Push Button (NO)
I:0/1 → STOP Push Button (NC)
OUTPUTS:
O:0/0 → MOTOR 1
O:0/1 → MOTOR 2
INTERNAL RELAY:
B3:0/0 → BINARY BIT
TIMER:
T4:0 → TIMER1 (ON DELAY TIMER)
T4:1 → TIMER2 (ON DELAY TIMER)
DATE: ___/___/________
EXPERIMENT 5
AIM:
To construct PLC ladder diagram program for auto operation of two devices using
timer and simulate it.
OBJECTIVES:
The given system consists of two motors M1 and M2. The motors are operated
alternatively so that when M1 is ON, M2 is OFF and vice versa. The sequence of operation is:
(i). START Push Button is pressed to start the process.
(ii). TIMER1 starts and Motor M1 runs for 30 seconds.
(iii). After 30 seconds M1 turns OFF and TIMER2 starts.
(iv). Motor M2 runs for 30 second.
(v). After 30 seconds M2 turns OFF.
(vi). Repeat steps (ii) to (v) until STOP Push Button is pressed to stop the process.
PROCEDURE:
LADDER DIAGRAM:
RESULT:
Constructed the PLC ladder diagram program for auto operation of 2 motors using
timer and verified the operation.