Having issues with adding a EN2TR into CompactLogix IO tree.

HoldenC

Member
Join Date
Sep 2012
Location
Cumberland, KY
Posts
219
Im trying to read some data from a ControlLogix with a CompactLogix. I was going to a MSG instruction.

However, I cant seem to get an error to clear up in the IO tree of the CompactLogix. I have added the EN2TR module (located in the ControlLogix), into the IO tree, but I get an module fault.

(Code 16#0109) Connection Request Error: Invalid connection Size.

I have made sure that the rack size, and slot location are correct for the ControlLogix that I am connecting to.

Would anyone be able to offer any advice ?
 
When you added the remote EN2TR you were essentially adding a remote chassis. The default size for a remote chassis is 17 slots. Open that configuration and change it to match the correct chassis size.

OG

EDIT: to follow up on Alan's comment...it is not required to add the remote modules to your I/O configuration. It is helpful, but not required. You could also enter a numeric path. It is a little tricky if you've never done it before. It requires that you identify the steps between your controller and the remote CPU. For example:

Message Path from CompactLogix to the CLX: 2,192.168.1.15,1,0

2 = The message will exit your controller via the built-in EtherNet/IP port
192.168.1.15 = The IP address of the remote EN2TR module
1 = Pass from the Ethernet module to the chassis backplane
0 = The slot # in the remote chassis where the CPU is located

Message Path from CLX to the CompactLogix: 1, 5, 2, 192.168.1.14

1 = Go to the chassis backplane
5 = The slot # where the EN2TR is located
2 = Send the message out the Ethernet port
192.168.1.14 = The IP address for my CompactLogix

In my example, the ControlLogix doesn't have a built-in Ethernet port. Thus, the need for the EN2TR. Because of this, we must specify the path between the controller and the Ethernet module. This is not necessary for the CompactLogix since its Ethernet port is included on the controller. And note I just selected slot numbers here as an example. You would use the correct slot number for your application.
 
Last edited:
As other people said - not need to have it at all. Just delete it and path will revert to the normal notation described above.
But if you want to have it then change connection type from Rack Optimization to None and make sure EN2T slot is correct.
 
Agree, set Rack Optimization to None. It defaults on. That should remove any expectation on "size". That unfortunately will probably require deleting and readding the module.

OG
 
Last edited:

Similar Topics

Hi All, Firstly… Merry Christmas to all of you! Secondly, as some of you may have noticed I made some modifications to our backend to address...
Replies
29
Views
7,065
I'm fairly beginner when it comes to these sort of things. Previously when I worked on systems, we just used a test bench that we could remotely...
Replies
1
Views
966
So I am working on a simple ejector project involving a Red Lion CR1000 HMI, Idec MicroSmart FC6A PLC, and a Cognex DM374 scanner. The Scanner...
Replies
3
Views
1,437
Hi all, To make a long and annoying story short, a client has two flowmeters in their water plant and the flowmeter that controls the CL2 dosage...
Replies
6
Views
2,329
HEY GUYS so i just built my 3rd plc trainer compactlogix 5069-L3069ER. It was brand new out of the box set up i have my ip address set up i...
Replies
17
Views
6,048
Back
Top Bottom