Jump to content

Timer operation


Merle

Recommended Posts

Hello,

 

I have a (probably simple) question regarding Timers.  Specifically, TOFF Timers.  I have the simple ladder block below (TOFF is preset for 1 second):

image.png.cdd859a65f41dea3c9edd907ee6b8ffb.png

When "I Button" is pressed the entire rung in energized immediately as I expect.

image.png.a107640c986deb2f4b670ffbf67cdffa.png

However, when "I Button" is released,  The "ButtonState.Out" is delayed for 1 second before de-energizing but the "O OutState" contact goes off immediately.  Shouldn't the "O OutState" be delayed for 1 second before turning off (which is what I want)?

image.png.fd6fbe13eb6e3e2f5eb65e5dfd10ab8b.png

 

Link to comment
Share on other sites

  • MVP 2023

No, when you release I Button, power flow to O Outstate is discontinued immediately. Break your logic up into two ladder rungs and it will work.

Understanding power flow is essential to ladder logic.

Edit: I see you may be fooled by ButtonState.Out being red. Don't be - that's only showing you that if there was power flow to the bit then it would continue on to the coil, but since there is no power flow to the bit, there is nothing to transfer to the coil.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.