I haven't done too much messaging between these two animals, and I may find I can't but here is what I got.
I have a Compact Logix 1769-L32E Ethernet Port CPU and a Micrologix 1100.
I was trying to setup a SLC READ in the control logix to the micrologix 1100.
I setup a path like this:
LocalENB, 0, 192.168.0.111
and this
LocalENB, 1, 192.168.0.111
and this
LocalENB, 2, 192.168.0.111
192.168.0.111 is the Micrologix 1100.
I keeping getting an error code 311. Which says:
Port not available
Is it possible to message this way or do I have my path syntax messed up?
I see there are KB docs on messaging the other way. Message from a micrologix 1100 to a controllogix, but I didn't find much on messaging from a controllogix to a micrologix 1100. I guess I could do a write in the ML1100 verses a READ in the compact logix, but I wondered if I had my path wrong?