Monitoring downloads and program changes - CLX

JohnCrowe

Member
Join Date
Jun 2008
Location
Montreal
Posts
2
I have a client who has trouble with "mysterious" program changes. Not sure if it is someone making changes or downloading an older program. Unfortunately some of the "techs" have enough knowledge to do this. They do need to be able to access the programs and management doesn't want them to be unable to make changes. I suspect this happens occasionally in a hurry late at night when they just "need to get it going again".....

Is there a way to detect when a processor was last downloaded to? I can get the "ModificationCount" with the GSV instruction which is somewhat helpful, but don't know how to detect downloads...

Any ideas...?...

Thanks,
John
 
FactoryTalk AssetCentre is probably the only way to go.

You could put a routine in to trigger a high bit whenever the controller is restarted, then historize it. Capture the modificationcount as you mentioned and put two and two together.
 
If your controller has firmware 20 or superior, you can use Change Detection:
You can use the controller change detection feature as an additional means of detecting changes made to Logix5000 controllers.
• A unique audit value is generated when a project is downloaded to the controller.
• When a change is detected in the controller, a new audit value is generated.
• ChangesToDetect mask allows you to programmatically configure the events to monitor for changes.
• Controller change detection is integrated into the Logix Designer application.
More info in Logix5000 Controllers Information and Status.

Also give a chance to Logix5000 Controllers Security and FactoryTalk Security - System Configuration Guide.
 
Can you use a GSV to check the checksum? If the checksum doesn't equal xxx do a SSV and force the controller to program
 

Similar Topics

Our punch press has a SLC500 with HELM weight module (HM-604-WM) for tonnage monitoring. The operator enters the weight range on the HMI, which is...
Replies
9
Views
200
Hello, I have been trying to figure out how to connect to and monitor a DLR that is on a remote rack from my PLC. The local has a 1756-L81E and...
Replies
0
Views
114
Good day, we have 15 analog inputs, we need to log the data in excel and monitor these values through web browser. We're planning to go with Delta...
Replies
1
Views
108
I have several plc’s that I’d like to monitor Into our SCADA when the comms break or plc faults. These are (SLC-505 & Compact Logic PLC’s) I...
Replies
6
Views
737
Hi everyone using the profidrive in s7-1200 motion control under position monitoring :the tolerance time is the amount of time that the axis...
Replies
0
Views
525
Back
Top Bottom