I have a question related to setting up a path to connect one PLC to our ignition gate way. my main PLC has:
1756-EN4TR (IP 10.129.0.2)card slot 2
1756-L83ESK (IP 10.128.208.197)slot 0.
remote PLC to where i want to connect is compact Logix (IP 10.129.0.18)
Can you guys give any idea how to create a path?
Select the appropriate driver for the PLC that you ultimately want to connect to, depending on firmware.
Set the Host Name to the IP address of the Gateway Controller (10.128.208.197)
Set the Connection path to something like:
1,2,2,10.129.0.18
You may also need to append the appropriate port number to the end of the connection path ( I can never remember when it's needed and when it isn't). It will be either 2, or 3 depending on what model of CompactLogix controller you are using and how you have configured the ethernet ports in the controller.
There is actually pretty good documentation about this in the manual, though no example for your exact configuration. Fairly simple to make the leaps you need to get it going though.
thanks for responding.
so you are saying that hostname should have the IP directly connected to the Server? I just tried this IT populated all the tags on my Main PLC (not the ones from 10.129.0.18)
Yes, there is a good amount of information, but I am doing something wrong.
Perhaps swapping the Ethernet card in Slot 2 and the controller's IP addresses would work, of course you would need to alter the path appropriately as well.
Irose, thanks for your help, I found what I was missing this was the correct path: 1,0,2,10.129.0.18,1,0 however, It did not populate my tags divided by program from my ladder logic, it just gave me a list of tags. do you guys think that I am using the wrong ignition driver?