PLC Excercise 2
PLC Excercise 2
Code a Parallel Output logic such that when X0 is ON, Y0 & Y1 are ON
Code a Logic such that when X0 is ON, Y0 gets ON after delay of 5 secs.
When X0 is OFF, Y0 should be OFF
Do the similar operation, but delay should change to 0.05 seconds (or 50ms)
Do the similar operation, but delay should change to 0.005 seconds (or 5ms)
Code a Logic when X0 is ON, Y0 gets ON after 3 seconds delay & then after
delay of 3 more seconds Y1 should be on & after delay of 3 seconds Y2
should be ON.
Code a Logic that can be used to start a Motor 1 (Y0) using X0 (NO) and then
after a delay of 10 sec start Motor 2 (Y1). When the Motor 1 is switched off
using X1(NC) there should be delay of 10 sec before the Motor 2 is off.