Scott59 Posted February 13, 2016 Report Share Posted February 13, 2016 Hello all, I am new to the Forum as well as Programming. I am creating a ladder program and using timers to fire Solenoid Valves for various times...I am Building a Keg Washer for a Micro Brewery. I have attached a word doc. showing one of the ladders...my Question is. Am i using the right Coil type (TD) to fire the fire the solenoid then reset when the Subroutine is ran again? Does the Ladder i created look right? The total program has 10 subroutines...and i want the ladders to move from routine to routine until all 10 are complete then go back to the first routine and wait until the cycle start button is pressed. Thanks in advance for any input you can give. Keg Rince Doc..docx Link to comment Share on other sites More sharing options...
bobnorway Posted February 15, 2016 Report Share Posted February 15, 2016 yes TD is correct It will be easier for you to read the program if the elapsed timer is connected to a marker flag. then use the flag in other ladder rungs. Link to comment Share on other sites More sharing options...
MVP 2023 Flex727 Posted February 15, 2016 MVP 2023 Report Share Posted February 15, 2016 It's not possible to give you a definitive answer without knowing your logic (for example, what is turning on MB13?), but It would seem that you need to use a TE (Extended Pulse) timer if you want the output to be on for exactly 10 seconds. You should also use a Positive Transition contact to activate the timer, especially if it's a pushbutton.If you're wanting to DELAY the keg rinse operation by 10 seconds, then you're using the correct timer. You're welcome to post your project file here if you want more detailed help. By the way, you will get better help if you post to the VisiLogic forum rather than the UniLogic forum, as it appears you are using VisiLogic. 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