__sub__g Posted August 5, 2022 Report Share Posted August 5, 2022 I wanted to have a 2 second delay then display screen CS. I tried implementing using the following logic, but this does not work. What would be a good way to implement that? Quote Link to comment Share on other sites More sharing options...
Gabriel Franco Posted August 5, 2022 Report Share Posted August 5, 2022 take a look at his: Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted August 5, 2022 MVP 2022 Report Share Posted August 5, 2022 Never place the contact for a timer in the same rung as the timer coil. Further, in my opinion it is poor form to hang a coil off the left ladder rail. Here is how I would do it: Why use SB2 to activate the timer coil? No important reason, but it indicates that this action is taken at the beginning of the PLC run and not at any other time. You could use SB 1 or any MB that has its Power Up as Set. Don't try to do too much in a single ladder rung. As a matter of fact it is best form to do as little as possible in a ladder rung. That makes the logic more bullet-proof (you can be more certain that the logic will compile as you are expecting it to) and it makes it easier to understand when you or someone else must edit it at a later date. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.