Studio 5000 - L33ERM Download or Edits Made Bit

RockyLeafs

Member
Join Date
Aug 2014
Location
Southwestern Ontario
Posts
80
Hello,

I'm trying to look up a way to tell if the PLC has had any edits changes or download via a bit or GSV...
My hope is to display a date and time when the last edits or program changes were made on an HMI screen. And possibly use a revision counter.

So if the PLC sees a program change or download, the date and time will be updated and the revision count will increment.
 
Look into the GSV instruction

  • Class: Controller
  • Attribute Name: Audit Value
  • Dest: DINT[2] or LINT

Help file said:
The audit value is a unique value that is generated when a project is downloaded to the controller or loaded from removable storage. When a change is detected, this value is updated.

To specify which changes are monitored, use the ChangesToDetect attribute.

Note: We recommend using the DINT[2] data type to avoid limitations when working with LINT data types in Rockwell Automation controllers.
 

Similar Topics

Hi Everyone. Not posted on here for a long time, but I am hoping someone can help me. I am doing a differential pressure calculation in a L27ERM...
Replies
15
Views
267
Hi, how do I convert 2x Integer registers to a Real? The two integers are from Modbus registers that contain a floating point value, I need to...
Replies
2
Views
121
What is the best way to extract the hour and minute from the register that comes from Yaskawa VFD. In studio 5000 I have a register saved as INT...
Replies
3
Views
125
I have an Allen Bradley temperature switch that I am trying to use in studio 5000. I am getting the message "Unable to interpret the IODD file"...
Replies
0
Views
76
Hi all. I want to ask what may seem a stupid question, as I have a project to send live data to a Yeacode line printer which will print meterage...
Replies
10
Views
200
Back
Top Bottom