News:

  • August 23, 2026, 01:04:44 PM

Login with username, password and session length

Author Topic: Using BRX SD card  (Read 6014 times)

Garyhlucas

  • Hero Member
  • *****
  • Posts: 421
Using BRX SD card
« on: June 27, 2018, 07:23:29 PM »
We want to back up the PLC program to the SD card. I believe that has said to be possible.  However it occurred to me that saving all set points to the SD card would be very nice too. A fresh PLC program load is nice, but re-entering hundreds of set-points is not so much fun.  It could be really bad if some them got missed too. 

Anyone suggest a good way to do this?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3843
    • Host Engineering
Re: Using BRX SD card
« Reply #1 on: June 27, 2018, 08:06:56 PM »
If your "set points" are a part of your "retentive data", that can be done via the BACKUP instruction to the SD card.

Note that the full retentive data set can NOT be a "snapshot" at a specific instance in time since it takes MULTIPLE PLC scans to backup all that data to the SD card.  Hence, the full set of backed up values will probably not represent a consistent "state".

But if the subset of your retentive data that represents what you call "set points" are NOT changing when you are performing the BACKUP instruction, you basically WILL have a "snapshot" of your "set points".

There is an option in the Additional Content group in the BACKUP instruction to Include Retentive Memory Values.  Just check that.