on delay timer as a universal timer

aftab_khan

Member
Join Date
Jun 2017
Location
lahore
Posts
3
any hint how i can make a pext or pulse timer using on delay timer in ladder logic. on delay timer is said to be a universal timer, all other timers can be made using on delay timer.
 
any hint how i can make a pext or pulse timer using on delay timer in ladder logic. on delay timer is said to be a universal timer, all other timers can be made using on delay timer.
Depending on the length of the pulse and capability or speed of the timer instruction (1 millisecond,1 tenth second, 1 second, etc.), use two timers (TON) on two rungs. One (T1) would time the "On" time and the next rung (T2) would time the "Off" time. The closed "Done" bit from T2 resets both timers. Put the closed "Done " bit of T2 in the first rung. Use the open "Done" bit from the first timer (T1) to start the second timer (T2).
Use a third rung to output the On/Off pulse. This third rung uses a T1 contact open and a T2 contact closed, in series, to physical output.
 
Last edited:
Make a function block with an iec on delay timer in it.
Oneshot your input. Use the not of that pulse to drive the timer. The output is not pulse and not timer done.
 

Similar Topics

Build error occurs with TON ladder logic command. Time Input expected on block. Using Integer Tag under Control Local, and then hard number 19...
Replies
2
Views
745
Hi there, Quick question, I think I am thinking about this too much. I want to activate a timer for lets say 10 minutes when a contact produces...
Replies
22
Views
4,087
Hello guys, I am currently looking through some examples of how timers work, but this ladder logic diagram gets me really confused. Once I:1/0 is...
Replies
2
Views
1,841
Hey guys So this is one of those things that siemens really does better then AB. Im trying to find a work around for it. I want to use a...
Replies
13
Views
3,078
Hi! I was wondering when input 2 detects I thought it should straight away unlatch . And with the latch timer, it still does it without delaying...
Replies
2
Views
2,134
Back
Top Bottom