UB4Y Posted August 22, 2020 Report Share Posted August 22, 2020 Hello. Will the project be erased If I perfom PLC Reset via Visilogic? If no, what kind of variables wil be reset? And what differences between Reset and Initialize & Reset? Quote Link to comment Share on other sites More sharing options...
AlexUT Posted August 22, 2020 Report Share Posted August 22, 2020 1. Project is not erased. 2. Reset equivalent to power cycle. 3. Initialize & Reset clean ALL memory registers and make Reset. *&Data Tables are not affected by Reset, nor by Initialize & Reset. You can find all this information in Help file. B.R. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted August 22, 2020 MVP 2022 Report Share Posted August 22, 2020 To make it a bit simpler: Reset is a soft boot - exactly the same as power cycling without having to remove power. Nothing is lost. Initialize & reset erases the values in all the memory registers (MB, MI, ML, etc). It does not affect any other aspect of the PLC (program, data tables, etc are retained). Of course if there are any power-ups in the program, the initialized registers will obtain those values immediately after the reset. 1 Quote Link to comment Share on other sites More sharing options...
UB4Y Posted August 24, 2020 Author Report Share Posted August 24, 2020 Thanks for your explanation. Just now it is all clear for me. 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.