1756-EN2T error detection

taylor1982

Member
Join Date
Aug 2011
Location
Bavaria
Posts
78
Hello,

our machine is connected to the customers plant network with an 1756-EN2T network card. With this card the customer reads direct some required tags in PLC memory.
Now the customer told me that this ethernet connection was faulty. He had a look into the switch cabinet and detected a red LED on the ethernet card. Unplug/plug again could solve the problem so far.

My question now is: Is there a software solution (with GSV,...) to detect when the EN2T is in error state so I can display an error message? Maybe there is an information when the card is connected to a network (cable connected) and has no internal errors.

Many thanks!

Stefan
 
taylor1982 said:
...My question now is: Is there a software solution (with GSV,...) to detect when the EN2T is in error state so I can display an error message? Maybe there is an information when the card is connected to a network (cable connected) and has no internal errors...

To automatically detect a simple fault state, for 1756 Communication Modules, you can access the OK LED status by means of a CIP Generic Message. You can then use the resultant state to flag a HMI message or alarm...

33686 - Getting the status of 1756 Communication module with CIP Message
Access Level: TechConnect

Using a GSV instruction, you can read the fault code out of the module...

45747 - Obtaining the fault code from 1756-ENBT with GSV instruction
Access Level: TechConnect

Or, also using a CIP Generic Message, you can access the Diagnostic Counters...

22421 - Obtaining the Diagnostic Counters in a 1756-ENBT, EWEB or EN2T
Access Level: TechConnect

Regards,
George
 
To automatically detect a simple fault state, for 1756 Communication Modules, you can access the OK LED status by means of a CIP Generic Message. You can then use the resultant state to flag a HMI message or alarm...

33686 - Getting the status of 1756 Communication module with CIP Message
Access Level: TechConnect

Thank you for that!
That seems to me to be a proper solution. The knowledgebase only describes to get the status of the "OK LED". It´s also possible to get the LINK and NET status?
 
taylor1982 said:
...It´s also possible to get the LINK and NET status?

Yes for the LINK, no for the NET.

Unfortunately the NET LED does not have an accessible object.

For the LINK LED...

22261 - Ethernet Devices: How to obtain Port Status or Link Status via CIP Generic MSG
Access Level: TechConnect

For the HMI, as well as the alarm message, you could also create an object to mimic the OK and LINK LEDs with colour and blink attributes.

One thing to consider here in all of this is that if the communications link from the controller to the HMI is via the faulted Ethernet module, then the HMI cannot read the module's LED status tags.

Regards,
George
 

Similar Topics

Following error scrolling across status LEDs Assert in File AppexConsumer.cpp Line 154 1756-EN2T V3.6.4 , running with V17 Clgx 1756-L61...
Replies
5
Views
8,168
So I have code to read the IP address of a 1756-EN2T with a MSG block - Get Single Attribute. Does anyone know where to find the MSG block...
Replies
12
Views
1,131
I've been trying to get this Ethernet module configured to send emails to our relay server but cannot get it to work. the EN2T is running...
Replies
7
Views
1,747
Dear All, I have been using 5561 CPU with redundancy, Few days ago, I have seen the message Disqualified on RM module of secondary PLC. and i can...
Replies
1
Views
757
Good day folks, We have an L71 processor (v30.02) in a rack with an EN2T connected to the plant network & another (v10.007) used for IO only -...
Replies
2
Views
2,125
Back
Top Bottom