Merle Posted August 21, 2023 Report Share Posted August 21, 2023 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): When "I Button" is pressed the entire rung in energized immediately as I expect. 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)? Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted August 21, 2023 MVP 2023 Report Share Posted August 21, 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 More sharing options...
Merle Posted August 21, 2023 Author Report Share Posted August 21, 2023 ok thanks. Link to comment Share on other sites More sharing options...
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