Read MicroLogix from CompactLogix Issue with MSG

tomthelampy

Member
Join Date
Feb 2017
Location
Bath
Posts
10
Hi Guys,

Currently trying to read an int from a MicroLogix 1100 with a CompactLogix L16ER using the MSG instruction.

It's setup in the L16ER with
Path: 2, 192.168.0.13
Type: PLC5 Typed Read

Using these settings i'm currently getting a connection failure with the extended error code: 16#000_0311

Am I doing something obviously wrong?
 
Hi Guys,

Currently trying to read an int from a MicroLogix 1100 with a CompactLogix L16ER using the MSG instruction.

It's setup in the L16ER with
Path: 2, 192.168.0.13
Type: PLC5 Typed Read

Using these settings i'm currently getting a connection failure with the extended error code: 16#000_0311

Am I doing something obviously wrong?

Change type : to SLC type read.
 
To be honest, i'm not sure if any of it is correct. I'm struggling to find much information that I can understand.

On a L16ER, is '2' the on board ethernet port?
 
Back up a bit, you are able to connect to both PLC through ethernet on your computer, correct?

Getting the path in Ethernet/IP has always been challenging to me. I would also try to specify to your own PLC first by adding (1,0) in front so

1,0,2,IP
 
That path is correct. On the 1769-L16 (or any other CompactLogix 5370 family controller), the CIP path just starts with "2" for the Ethernet port.

The target IP address should be the IP address of the MicroLogix controller. Of course, you need to verify that.

The advice to use an SLC Typed Read command is also correct; the MicroLogix 1100/1400 are most closely related to the SLC-500 controllers and support those commands.

Also, be sure that the MicroLogix isn't in the I/O tree of the CompactLogix. MicroLogix can't do that kind of connection.
 
I updated the firmware in the CompactLogix to V28 and it worked straight away.

For reference, I used SLC Typed Read and 2, 192.168.0.15

Thanks for the assistance. :)
 
tomthelampy said:
...It's setup in the L16ER with
Path: 2, 192.168.0.13...

That is using 13 as the node address for the MicroLogix...

tomthelampy said:
...I updated the firmware in the CompactLogix to V28 and it worked straight away.

For reference, I used SLC Typed Read and 2, 192.168.0.15...

That is using 15 as the node address for the MicroLogix.

Are you sure the firmware fixed the issue or were you just using an incorrect node address?

Regards,
George
 

Similar Topics

I am trying to set up a MSG read in a Micrologix 1500 LRP series C to read data from a Compactlogix L32E via a NET ENI series D. I have...
Replies
2
Views
8,495
Good morning to all, I need to modify an existing PLC MIcrologix 1500 configured with a Modem on Channel 1 (DF1 Full Duplex) and an...
Replies
7
Views
1,425
So I have a micrologix 1500 on network through an ENI. I need to read an integer from it to my SLC5/05 so I can stop pumps when the remote tank is...
Replies
7
Views
2,031
I have an existing Micrologix 1200 that read some analog values off of temp and dewpoint sensors. I want to replace the current sensors with new...
Replies
5
Views
1,907
Hello i have two systems workering together with a Micrologix 1000, where their are communication between them with a serial cable. Now i have...
Replies
5
Views
2,415
Back
Top Bottom