Jump to content

Retaining Memory Integers


Recommended Posts

I'm new to Unitronics programming.  Using VisiLogic.  Concerning memory integers.  I have not tested this yet, but am wondering if I use a memory integer for an operator input setpoint, will that value be stored in the event they power down the PLC and turn it back on?  I'm not talking about Power Up value, just a value that can be changed from time to time by an operator.  Will the last stored value of the memory integer be retained upon a PLC power cycle?

Link to comment
Share on other sites

  • MVP 2023
On 5/25/2019 at 1:27 AM, Bisku said:

All M-operands (MB, MI, ML, DW) are retained.

X-Operands (XB, XI, XL, XDW) are kept in memory. Therefor they are processed faster, but they are not backed-up by battery.

This is correct. Thanks for expanding.

Link to comment
Share on other sites

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.