RSLogix Ethernet Module Status

Schnider

Member
Join Date
Aug 2016
Location
Perth
Posts
15
Hi,

I have am working on a project to automate a mine site. There are a number of PLCs with EN2Ts, EN2TRs and ENBTs. I am trying to write an AOI to check the status of any one of these Ethernet cards and report if they have an IP address assigned, are healthy, are connected to the network, etc...

I am not looking to check that comms are healthy to all my remote devices. I am doing that with separate logic.

My plan is to generate a health/fault bits to indicate that the Ethernet module is healthy and running and use it to mask alarms for comms faults to remote devices.

I know there are multiple options to check the status of the modules – GSV instructions and CIP MSG instructions. Could anybody suggest the best method or most common practice method for detecting Ethernet module health status?

Cheers,
Nick
 
GSV would be the way to go for module status. EIP Diagnostics is a helpful network tool. It uses an AOI and global object.

The library of process objects have L_CPU and task monitoring objects. And a really neat DLR global object for device level ring diagnostics.
 
Thanks p_Logix.

I have reverse engineered the EIP Diagnostics tool from the PAX Library, however, this is slow to generate a concise Healthy/Faulted status as it slowly cycles through all of its MSG operations. Additionally, where did the guys who wrote that block get all the information to write it? I have not found it documented anywhere for any of RSLogix's hardware.


With the GSV instructions, I assume you are referring only to the Module - EntryStatus object attribute?
Please correct me if I am wrong, but this only reports that the PLC is communicating with the module, but not that the module itself is healthy, configured correctly or attached to the network (via cable).

Cheers,
Nick
 

Similar Topics

​Hello everyone, I triyng to link a Power Module eMB-60R from Robot Adept Viper s650 to CompactLogix, version 19.11 I followed exactly the...
Replies
9
Views
2,643
Does anyone know the comm format, Assembly Instance and Input/Output size for a Rinstrum C500. It appears their EDS file does not work for RSlogix...
Replies
3
Views
1,606
I am trying to add a generic Ethernet module to RSLogix and keep getting an invalid size error. There are no inputs, only outputs. I am using...
Replies
6
Views
5,587
Hi everyone, I'm trying to add PowerFlex 525 as a new Ethernet device/module in RSLogix 5000 but this drive is not available in the devices...
Replies
3
Views
9,911
I'm trying to connect a Beckhoff Controller to a Rockwell Controller (I'll get more specific in a little bit) so that the Beckhoff is the master...
Replies
9
Views
10,241
Back
Top Bottom