1756-DHRIO to "see" a PLC-5

lllerena

Member
Join Date
Jun 2002
Location
Lima - Peru
Posts
21
Did anyone has use a ControlLogix to check some PLC5 addresses (using Ethernet-DH+)?

I had a ControlLogix (L55M16) with a 1756-ENET, and then far away (1200km: VPN?) another chasis with only 1756-ENET and a 1756-DHRIO. Conected to this DH-RIO (to the DH+ channel) I have two PLC's one PLC5-15 and a PLC5-20. I supposed I have to use the MSG instruction, but it is new for me in ControlLogix. I have used the MS in SLC (5/05) and even in a scada system with 4 PLC-5's, but never with ControlLogix

Did anyone with more experience can give some tips.... :)

Thanks in advance...

Luis
 
The MSG instruction in the ControlLogix is very powerful, but can be intimidating the first time you use it, especially the "Path" entry.

First, be sure that RSLinx can "see" the remote 1756-ENET module on the VPN-connected TCP/IP network and can browse down to the PLC-5 controllers on the remote DH+; you won't be able to get a MSG instruction to work if RSLinx won't work from the same Ethernet network as your originating controller.

Next, be sure that the PLC-5 controllers on the DH+ all have the same "Link ID" setting on their DH+ ports. Because it's not used in local DH+ messaging, the majority of DH+ users ignore this setting and leave it at it's default value of 2.
RSLinx can browse without it, but a MSG instruction and 1756-DHRIO configuration need that value. Configure the Channel A or B that is connected to the DH+ on your 1756-DHRIO (right-click in RSWho and go to Module Configuration) that is connected to the DH+ to be the same "Link ID" as the PLC-5's on that network.

Now, we can take on the MSG instruction and it's Path entry in the ControlLogix CPU. The Message Type for my example will be a PLC-5 Typed Read.

The Path instruction for a DH+ Message needs to guide the MSG across backplanes, through modules, across networks, and right up to the 1756-DHRIO in the remote Logix chassis. The Channel, Link, and Remote Node entries take the message from there.

For example, our theoretical message has to go through the following steps:

1. From the Logix CPU to the backplane.
2. From the backplane to a 1756-ENET module in Slot 5.

3. From the 1756-ENET Module on to an EtherNet/IP network.
4. From the EtherNet/IP network to a remote IP address (192.168.1.102) for another 1756-ENET.

5. From the 1756-ENET to the backplane.
6. From the backplane to a 1756-DHRIO in Slot 3.

7. From the 1756-DHRIO to the Channel A DH+ netowrk
8. From DH+ to the PLC-5/20 at node 14.

I know the following Path Entry codes from reading the RSLogix 5000 help file: "1" is the hop to the backplane, and "2" is the front port of any single-port network card. Slot numbers are slot numbers, and addresses are addresses.

In a theoretical system described above, the Path would be:

"1, 5, 2, 192.168.1.102, 1, 3"

The DH+ message additional info from the MSG configuration screen takes the message the rest of the way:
Channel A, Link 2, Node 14.

If you post some of the actual configuration of your system and the entries you've made in the MSG instruction, I'd be happy to review them.
 

Similar Topics

I am trying to send some datas from PLC-5 to control logix plc through 1756-DHRIO. When I go online to PLC-5, Message instruction gives error &...
Replies
15
Views
3,372
I have been doing some research on data highway and data highway plus, and have contacted Allen Bradley for information regarding communication...
Replies
10
Views
2,851
This may be a dumb question but hear me out. First, a little background. There is an existing assembly process comprised of multiple PLC-5...
Replies
2
Views
1,416
I have communicated to a PLC 5 via Ethernet network by using 1756-DHRIO from peer communication port DH+. But is it possible to communicate to a...
Replies
2
Views
2,164
We have DH+ network on 6 PLC5. We have RSView32 as a HMI. Previously we link HMI with DH+ network by 1784-KT card but we have a problem on some...
Replies
5
Views
3,024
Back
Top Bottom