Jump to content

Using Timers


Recommended Posts

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.

Link to comment
Share on other sites

  • 3 weeks later...

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.)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...