msg path

andrew452

Member
Join Date
Feb 2017
Location
tx
Posts
2
i need help constructing the message path to read a SLC5/04 with a L33ER compact logix via a control logix DHRio card
compact logix ip: 192.168.1.5
control logix ip: 192.168.1.20
slc node 16 (dec)
 
Last edited:
I think we need more information on the topology of how the PLCs are connected. If they're both connected to the ControlLogix, you'll probably need to message the SLC from the ControlLogix over DH+ and then have the CompactLogix poll that info over Ethernet/IP from the ControlLogix processor, either using a message instruction or as Produced/Consumed tags.
 
Welcome to the PLCTalk forum community !

The principle that isn't obvious at first about the 1756-DHRIO is that the MSG instruction from a ControlLogix-family controller is aimed at the DHRIO itself using the CIP Path.

The payload of that MSG instruction is what tells the DHRIO to execute a DH+ message, or a RIO block transfer, and to return the result over ControlLogix CIP protocol.

The DHRIO port number and DH+ station number are filled out separately from the CIP Path in the MSG instruction configuration window.

So you need to know the whole "CIP Path" from your CompactLogix to the 1756-DHRIO slot, and then know the Channel (A or B) and the destination DH+ station number.

CIP Paths are just pairs of values separated by commas: [Port],[Address]

For a 1769-L33ER CompactLogix, the Port number for the Ethernet port is 2. For a ControlLogix 1756 backplane, the Port number for the backplane is 1.

So your CIP Path is:

2, 192.168.1.20, 1, [DHRIO slot]
 

Similar Topics

I need assistance with writing a logic for sending data from a Station PLC using 1 MSG instruction to an AGC PLC in every cycle using a CIP Data...
Replies
2
Views
585
Hey Guys Having some trouble again with message path, I thought I had these figured out but I've not been able to get this one working. I...
Replies
4
Views
589
I got an ANC-100e DH+ gateway for some remote work via Cell modem. It works fine and I can program the PLC5 on the far end just fine, but I can't...
Replies
6
Views
2,636
Hello, I am using a Compactlogix 5380 PLC and need to read values from a few existing PLC 5s, other Compactlogix PLCss, and a few Controllogix...
Replies
10
Views
4,324
So I have been on site this week doing integrations, and issue came up where I need to talk to an old PLC5. I tried using the path I usually...
Replies
4
Views
2,586
Back
Top Bottom