This article discusses about OFF delay timer instruction and its working principle using Allen Bradley Programmable Logic Controller (PLC) Ladder Logic.
Timer OFF delay is to delaying the turning OFF of any output, Example-Setting timer to turn off Induction Stove, TV remote settings to turn OFF TV after certain time.
OFF Delay Timer
OFF Delay Timer using PLC
RUNG 0000 :
Start/ Stop Switch is to turn ON/OFF the timer.
RUNG 0001 :
When start switch is pressed, Timer Enable bit (T4:0/EN) is turned ON to show the status of TIMER ON/OFF condition along with timer done bit (T4:0/DN)
RUNG 0002 :
When Start/Stop switch is Turned OFF, timer enable bit, timer timing bit turned OFF to show the status of timer. Timer Timing bit turned ON to show the status of timer is running. Time done bit maintain its previous state.
RUNG 0003 :
If accumulator value reaches preset value, all the timer bits (EN,TT & DN) are turned off.
OFF Delay Timer Video Lesson
Conclusion
We can use this example program to understand the working of the OFF delay timer function in Allen Bradley PLC.
Comments
Post a Comment