Jump to content

Recommended Posts

Posted

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?

  • MVP 2023
Posted

Oops, for some reason I thought I was in the UniLogic forum. With VisiLogic, all operands are retained through power cycle or reset if there is a working battery in place.

Posted

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.

  • MVP 2023
Posted
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.

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.