Helitak Posted September 20, 2019 Report Share Posted September 20, 2019 Hi Everyone I am a bit of a newb and using a US57/ -B10-TR22 PLC with the current version of unilogic The short version of my question is: when there is a power off/ on when the PLC reboots does it start the scan from the top of the ladder or does it continue from where it was when the power went off? Is there a way to make it default back to the top of the ladder? My Long explanation / issue is I have a bit that activates a compressor - even though the bit is supposed to default to 0 on startup and i have a initial cycle set bit to 0 condition if i turn the power off when the compressor is running for about one second as the PLC is intialising the compressor will come on for a second I can only assume this is the time it takes the PLC to scan from where it was on power off to the condition that resets the compressor bit... It's for an aerospace application Any help greatly appreciated Kind Regards Tyler White Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted September 20, 2019 MVP 2022 Report Share Posted September 20, 2019 The PLC starts scanning at the top of the program on power cycle. Which implies that all the outputs should be off initially based on your logic. However, one of my T-shirt sayings is "Empirical Data is the Best Data", and I believe your observation. It sounds like the output memory area is not getting cleared on a power cycle. I would send an email to with the contents of your post to support@unitronics.com. Please let us know what they get back to you with. We're mostly volunteers here. Joe T. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Ausman Posted September 20, 2019 MVP 2022 Report Share Posted September 20, 2019 I recall someone like Kikis or Orso doing a topic about how they observed all the outputs turning on for a moment on boot, and they correctly saw it as the large problem it was. I couldn't find it with a quick search...maybe someone else or the original poster will chime in? I think it might have been within the last year, but time does fly. Perhaps the issue they observed is related to Tyler's one? That said, Tyler, given scan times and you saying that the issue is a "second" long, the On/Off time involved for 2 scans doesn't get anywhere near 1 second. It sounds like you have some other control working on the output, that you are missing. cheers, Aus Quote Link to comment Share on other sites More sharing options...
MVP 2022 Ausman Posted September 21, 2019 MVP 2022 Report Share Posted September 21, 2019 Found it...it was bugging me! And it sounds amazingly similar to Tyler's issue. But still check for another control issue as well. cheers, Aus 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.