Read ControlLogix CPU Usage % via CIP Message

PLCPrgmr

Member
Join Date
Aug 2002
Location
Bakersfield, CA
Posts
3
I would like to Read the CPU Usage % information like the Task Monitor tool provides from one ControlLogix to another via a CIP Message.

Comms
System
User Task
ASCII
Comms IO Monitor

Any ideas would be greatly appreciated!
 
PLCPrgmr,

Do you mind pasting in the text of that response by Rockwell?

I can't access your link or see it here.

Thanks,
Derek

It's techconnect level. If you have techconnect copy and paste just the linked text into another browser window.
 
The actual link in the post will not work because it is malformed due to including quotation marks around it. Manually copy and paste it and it will work, although as RedDraw notes it is techconnect restricted.

PS You can drop everything after the actual id number (116890) from the link.
 
Why would you want to know this programmatically?

Edit: that is a genuine question btw, I'm just interested.
 
Last edited:
Sort of **** some of our 'I know best' customers come up with, until they see the PITA tax they have to pay.


Depends on the customer. For power plants and water treatment facilities, I can understand their concern.


For OP, to answer your main question, check out RA's document number 1756-rm003-en-p. That document breaks down what objects you can pull values from with the GSV/SSV instruction. You could pull those into an array for your CIP message instruction.




But from taking a look at the "top 20 secure plc practices", pulling that data isn't going to make you secure. What they're saying is that by monitoring that data, you can ensure that no extra code is added without your knowledge.


With access to your system someone could just stop the GSV instructions from looping, then the CIP message endlessly repeats that everything is fine.


You'd be better off enabling change detection and other security settings.
 

Similar Topics

Hi everyone i have a customer, who wants to show an alarm on the machine, if the I/O forces are enabled and set, on at ControlLogix L81E with...
Replies
3
Views
221
Hello, So i managed to read the string coming from control logix and put a string display in PanelView 800. Now I am struggling to do the other...
Replies
1
Views
133
This seems to be a very simple thing to do, but I keep getting an 16#0005 Error message "Class or instance not supported". I'm trying to read a...
Replies
0
Views
483
Hello, is it possible to read a message using a controllogix L61, from a SLC, that is connected to a PLC-5 that already is sending data to the...
Replies
7
Views
2,143
Hello, I inherited a control system one of my predecessors thought it was a good idea to put logic for cant optimization and Kinetix motion...
Replies
15
Views
3,509
Back
Top Bottom