Author Topic: Non-Voltile Mem and the T100MD  (Read 6053 times)

Dan Morgan

  • Guest
Non-Voltile Mem and the T100MD
« on: February 28, 2003, 03:45:48 AM »
Is the Max-RTC module required to save the counts from a few counters?  It is important to not save I/O status after resuming from a power failure. But I do need the counter values.
« Last Edit: December 31, 1969, 04:00:00 PM by 1076562000 »

Ken

  • Newbie
  • Posts: 16
    • View Profile
Re: Non-Voltile Mem and the T100MD
« Reply #1 on: February 28, 2003, 06:22:17 AM »
Dan,

I am pretty sure that unless you periodically write to the EEProm the only way the values will be saved is with the Mx-RTC.

« Last Edit: December 31, 1969, 04:00:00 PM by 1076562000 »

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re: Non-Voltile Mem and the T100MD
« Reply #2 on: March 04, 2003, 02:04:03 PM »
If you use MX-RTC and leave DIP switch #1 ON, then all I/O status and internal memory status are kept when power failure occur. If you want to reset the I/O status after a power failure, then on your 1st.Scan function, clear out the I/O by running statement such as:

 OUTPUT[1] = 0   ' clear output #1 to #16
 OUTPUT[2] = 0   ' clear output #17 to #32
 RELAY[1] = 0    ' clear relay #1 to #16.


« Last Edit: December 31, 1969, 04:00:00 PM by 1076562000 »
Email: support@triplc.com
Tel: 1-877-TRI-PLCS