Cannot establish communication to Controllogix

Hi,
I am trying to connect to a Contrologix via the DHRIO solution and cannot achieve this. I have set up a test rig identical to the diagram in the Ignition manual but all I get is:
Disconnect EIP Protocul Unknown
My Connection path is 1,3,2,12,1,0
the DHRIO in the gateway is slot 3 CHA going to node 12 with CPU in slot 0.
This fails on plant where the same DH+ network is picking up a handful of SLC’s on it but not the Controllogix trying to use the connection path.

Where do I go from here?
I am using ver 7.5.6

The DH+ station number needs to be octal. If you are specifying 12 in decimal it should be 14 in octal.

Tried that and still says disconnected. Below is the RSLinx screenshot of the setup.
I cannot connect to two seperate Controllogix’s via this method so I’m doing something wrong :scratch:

If I take the CPU out of the second rack and place it in the first rack, delete the connection path and assign the slot number then Ignition connects. For some reason it will not connect over the DHRIO.



If RSLinx is showing DH+ station 12 which is octal, then you should use 10 decimal. So your connection path will be 1,3,2,10,1,0.

Thanks Tom. I was backwards on my post.

Thanks that sorted it. :thumb_left:

Just re-read the Allen Bradley Drivers section of the manual and every example mentions the station is in Octal (although every example is geared at PLC5 or SLC) even the Controllogix connection diagram just says ‘DH+ station number’.

Might want to highlight this in the connection guide.