Jump to content

Recommended Posts

Posted

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?

Posted

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.

 

  • MVP 2023
Posted

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.

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.