Check ethernet node status in RSlogix

bubbagumper6

Member
Join Date
Apr 2014
Location
Michigan
Posts
6
Is there an easy way to basically "ping" various ethernet nodes in RSlogix? I have a small automation cell with various cameras and barcode readers that communicate directly with my robot (so they are not configured in the RSLogix hardware tree) and I would like to display their node communication status on the HMI. In the past I've done this via a Hirshmann ethernet switch and reading the port status but this time we're using a Cisco IE-2000 switch and I cannot find any information on reading port status on it. So I was wondering if maybe there was a way to use the MSG instruction to just send a generic "Are you alive" kind of message directly to an IP address and just getting back some kind of pass/fail result.

Processor is a 1769-L33ER
Software version is 30.11
 
If the devices support EtherNet/IP, I've done this by sending a MSG command to execute a CIP Generic message to read Class 1, Instance 1, Attribute 1 (the Vendor ID).

Because the Identity Object (Class 0x01) is mandatory, EtherNet/IP devices always respond to it.

I don't know of a way to literally do an ICMP PING with ControlLogix, but you could modify the Generic Sockets code to attempt a TCP connection to whatever TCP ports are open and operating on those devices (like 80 for a HTTP webpage, or 502 for Modbus/TCP).
 

Similar Topics

Hi all, I use a "Remote access from Internet" device on my machine networks, to allow remote access to them, and therefore to the PLCs for remote...
Replies
9
Views
2,713
I searched the siemens help site but couldn't find what I need. I am using a 319CPU PN/DP. I am reading data from a scale using the standard...
Replies
1
Views
2,199
Hello all, I have a Controllogix 1756-L61 with some RIO. There are a couple of 1734-OB4E's that have gone bad. (no output voltage) My boss found...
Replies
10
Views
1,056
Hello I am new here and new to PLC's, I wrote this program for a class that I am taking and my local tech school. The description is switch 7 will...
Replies
0
Views
401
Hello I am new here and new to PLC's, I wrote this program for a class that I am taking and my local tech school. The description is switch 7 will...
Replies
10
Views
1,955
Back
Top Bottom