controllogix MSG with NAT'd out Stratix

Ian762

Member
Join Date
Aug 2013
Location
Clearwater
Posts
31
I have 2 identical machines and need to read bits from one in the other. By identical I mean they are the same physically and in IP structure. They both have the same private IP address and use a Stratix 5700 to NAT out the private IP into a public IP for the plant network:

Machine------Private IP--------Public IP
1-----------10.14.230.1-------10.14.220.153
2-----------10.14.230.1-------10.14.220.161
3-----------10.14.230.1-------10.14.220.169
Stratix------Private IP--------Public IP
1-----------10.14.230.5-------10.14.220.158
2-----------10.14.230.5-------10.14.220.166
3-----------10.14.230.5-------10.14.220.174


What I need to figure out is the comms path for the message instruction, "1, 0, 10.14.220.166, 1, 0" is what I have tried, but I get an error saying the module could not be found. Has anyone dealt with this scenario before, I am not finding anything in the knowledge base dealing with NAT'd out MSG instructions, and my techconnect contract is only good M-F.

Thanks
Ian
 
oops, turns out the reason it didn't work was because the Stratix switch had broken and was replaced and not yet setup, after that all I needed in the connection path was "2, destination public ip"
 
Hi Ian762

I have the same problem what was the answer for the problem. That i can see you only change the path?. Can you explain more please? Thank you very much
 
My issue was that the Stratix switch was not configured, so there was no NAT happening. After I configured the switch and setup the NAT tables, I was able to communicate between the PLC's.


I was also using the wrong syntax in my message communication path. I was using "1, 0, 10.14.220.166, 1, 0", when I needed to use "2, 10.14.220.166" b/c I was using CompactLogix PLC's.
 

Similar Topics

Hey everyone, I feel like this is an easy question, but I can't seem to find an answer for it. Currently have a PLC-5 that we're swapping out...
Replies
3
Views
1,815
Hello, Today I am trying to figure out the best way to write from controllogix to a plc5 only on change. The situation: - Migrated a Winview...
Replies
3
Views
2,111
I have to use a new L81 ControlLogix processor to MSG read a SLC5/05. I've done this before on the older series using an ENBT, but the new...
Replies
17
Views
11,721
Hello all. I need some help setting up a MSG instruction to transmit 10 bits of data from a compact Logix processor to a micrologix 1400. I have...
Replies
31
Views
20,005
hi, i try to connect dvt framework 2.8 to controllogix 1756-L62 using a ENBT module. im able to connect to the i/o of the camera to do...
Replies
0
Views
1,317
Back
Top Bottom