Retrieving ethernet stats from a 1756-ENBT

GP2004

Member
Join Date
Jun 2004
Posts
12
This is by Ken Roach, from an older thread:
The onboard diagnostic web pages are the very best way to diagnose, from the controller's perspective, the number of existing connections and the state of the error counters. This data can also be harvested inside the controller using CIP Generic MSG instructions, so it can be stored or viewed or acted upon even when the Ethernet port is unresponsive.
Can someone elaborate on how to configure an MSG to achieve this? I had a browse through the Logix5000 Controllers General Instructions Reference Manual, but the section on CIP Generic Messages doesn't appear to explain it.
 
Last edited:
This is by Ken Roach, from an older thread:Can someone elaborate on how to configure an MSG to achieve this? I had a browse through the Logix5000 Controllers General Instructions Reference Manual, but the section on CIP Generic Messages doesn't appear to explain it.

Create a 12 Element DINT Array in the Controller Scope. I called mine ENBT_COUNTERS, but the AB example used MEDIA_COUNTERS. Set up your Message Instruction as shown, and set your Path to the ENBT Card. I don't have a Logix5000 PLC here, so I couldn't test it. I will when I have access to one Online.

If you change the MSG Instruction to Service Type to Custom, and the Service Code to 4C, it is supposed to Reset all the Counters.

As I said, I haven't tested this, but I definitely will when I get a chance.

Stu....

ENBT Counters MSG.jpg
 
Thanks, will try this at the next opportunity. I'm assuming that figuring out what each of the 12 values returned in ENBT_COUNTERS actually reflect can be achieved by comparing them with those displayed via the ENBT's web page?
 
Thanks, will try this at the next opportunity. I'm assuming that figuring out what each of the 12 values returned in ENBT_COUNTERS actually reflect can be achieved by comparing them with those displayed via the ENBT's web page?

You should be able to, but a bunch of them might be zero. Hopefully, they come in the same order as displayed.

Stu....
 

Similar Topics

Hello world! I am trying to grab data from Power Meter 800 via Ethernet Gateway EGX400. I have followed the manual and try to read the volatages...
Replies
2
Views
4,931
Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
124
I have a strain gauge attached to a load cell. The strain gauge is wired into an analog channel on a ControlLogix 1769 controller at +/-10V. How...
Replies
6
Views
2,429
Hi, On the project i'm working on i'd like to connect Labview to an OPC-UA server on a B&R X20CP3586. After the configuration of the B&R, i...
Replies
3
Views
3,610
I've never had much success uploading a program WITH LABELS from an AB processor. I've just made sure all my backups had labels. I've recently...
Replies
6
Views
2,961
Back
Top Bottom