PLC 5 and ControlLogix MSG instruction
PLC 5 and ControlLogix MSG instruction
(OP)
I am trying to send data from ControlLogix to PLC 5 using MSG instruction. My Ethernet address for ControlLogix is 192.168.1.12 and for PLC 5 is 192.168.1.15. They are on the same network. My Ethernet module name is Enet_1. In my MSG instruction on ControlLogix, I put path field: Enet_1, 1,192.168.1.15; Message type: PLC5 typed read.
When I run the program, it gives me error: connection failure. Extended error code is 312.
Please let me know what mistake I am doing.
When I run the program, it gives me error: connection failure. Extended error code is 312.
Please let me know what mistake I am doing.





RE: PLC 5 and ControlLogix MSG instruction
Enet_1,2,192.168.1.15
----------------------------------
TW Controls - http://www.twcontrols.com
RE: PLC 5 and ControlLogix MSG instruction