Merle Posted March 27 Report Posted March 27 Hello, I have a question regarding timers and I seem to be finding conflicting information during my research. If I am using an ON TIMER on a rung of my ladder logic to delay something from happening, does that timer pause the entire program execution, or does it just pause execution on that particular rung? Will the other rungs continue to execute while this timer is waiting to expire? Thanks.
MVP 2023 Flex727 Posted March 27 MVP 2023 Report Posted March 27 It doesn't pause anything. The Timer Out bit just doesn't pass power flow until the timer expires.
MVP 2023 Flex727 Posted March 28 MVP 2023 Report Posted March 28 I could be wrong, but I got the impression OP was referring to UniLogic.
MVP 2023 Ausman Posted March 28 MVP 2023 Report Posted March 28 Looking at Merle's other posts I think you're right. Not enough initial info, and perhaps should have been started in the Unilogic software area.
kvlada Posted April 13 Report Posted April 13 ON TIMER is the simplest form of PLC timers. It has a coil and a contact. When the coil is powered** the timer starts counting time. When coil loses power, it stops counting and resets elapsed time to zero. Contact closes when the coil is powered AND the elapsed time > preset time. Timers do not halt program execution. The program just tests the status of coil, and updates the contact. (** by "powered" I mean it has positive/true program logic on its input or left side. If this was a physical timer, then it would mean it has voltage on A1/A2 wire terminals.)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now