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

Hello, We are now working on a software to collet the configuration of different PLC brands ,using a third software to backup all the simens...
Replies
6
Views
122
Hello everyone, I'm new here, I hope someone can help me. I've been trying to install EDS files to my Studio 5000 with the EDS tool installer but...
Replies
3
Views
115
Hi Everyone, I am facing an issue while installing the STUDIO 5000 in my windows 10 PC. During installation I am getting an error that " Error...
Replies
4
Views
181
I am connecting to a remote device. When attempting to upload I receive an error that states: Error: Auto_Functions: The Import was aborted due...
Replies
3
Views
183
Back
Top Bottom