thomas9 Posted March 16, 2019 Report Share Posted March 16, 2019 Hello After a power failure how can outputs return to the previous state before the power failure? Quote Link to comment Share on other sites More sharing options...
MVP 2021 Flex727 Posted March 16, 2019 MVP 2021 Report Share Posted March 16, 2019 All registers and coils are retained through a power cycle if there is a working battery in the PLC. Just make sure that power-ups do not interfere with what you are trying to do. Quote Link to comment Share on other sites More sharing options...
MVP 2021 kratmel Posted March 16, 2019 MVP 2021 Report Share Posted March 16, 2019 Perhaps the only problem is programmed in PLC logic of work. If we have a cyclic process, then it's easy to go back to the previous state before power is turned off. However, if the power supply turning off can cause uncontrolled events in the system, it is impossible to return to the previous state. It usually causes a complete restart of the system or the operator's intervention needed. P.S. I liked the mechanical "PLCs" installed in old washing machines. Turning off the power did not affect the cycle of work. After turning on the power, all processes continued until the end of the program. An electric motor and a drum with contacts are good "memory registers" that are not erased when switched off. Quote Link to comment Share on other sites More sharing options...
MVP 2021 Ausman Posted March 17, 2019 MVP 2021 Report Share Posted March 17, 2019 Kratmel's love for his washing machine mechanical timer is easily duplicated in plcs, using my oft quoted (but very unfairly consigned to the garbage bin/mostly ignored) method of using a counter and compares. It's a bit like the standard drum setup, except that you are essentially making your own, and it's not hard to do at all. A map (like the operating sequence illustration that used to accompany such mechanical timers) is invaluable, and I almost always do this in an excel format. I have also considered using a multi-channel sound editor, which in theory might actually be easier to achieve the desired results of being able to adjust things easily as necessary. The count is the only thing that needs to be stored into an MI, or ML. The rest of the actions, that are all based on compares, will remain exactly the same on power up, or restart from pausing the count where the pause also initiates a total turn off of every output being controlled. The only proviso might be the need for delayed startup/load shed in some instances on high draw outputs through a short timer linked to the count. All involved outputs are set to power up in off state and the subsequent scan adjusts everything to suit. cheers, Aus Quote Link to comment Share on other sites More sharing options...
thomas9 Posted March 31, 2019 Author Report Share Posted March 31, 2019 The problem solved. Thanks a lot 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.