Control Logix L63 and MicroLogix 1400 Communication through Fiber Optic

pravinshinde

Member
Join Date
Feb 2009
Location
pune,India
Posts
57
Hi All,

I have done communication of Clx L63 ad Micrologix1400 through fiber optic media(Msg),but I have encounter problem.

When I recycle power of Micrologix my MSG instruction in CLX gives an error and it does not start automatically.

When I again download the same programme in Clx it starts working.I am just reading data from Micrlogix.


Any Suggestions ?

MSG1.jpg MSG2.jpg MSG3.jpg
 
Is this fiber-optic connection over Ethernet, or over a serial connection ?

My guess is that you are using Ethernet, and that the problem is a TCP Connection Timeout. This sort of this has been discussed here on the Forum in the past with these two popular control platforms.

When you cycle power to the MicroLogix 1400 controller, the MicroLogix necessarily initializes its TCP stack when it reboots. The ControlLogix has keeps trying to use the same TCP Connection and gets an error response every time it attempts to use the connection.

When you download a new program to the ControlLogix, all the TCP Connections that the 1756-ENBT is using are broken and a new one can be properly created to the MicroLogix 1400, so the MSG instructions can complete successfully again.

I know that manually resetting the 1756-ENBT would work, but simply allowing the TCP connection to timeout would also work.

In your ladder code, use the /ER bit to trap the error code on the MSG and see if it's specific to TCP connectivity, or if it's a general purpose 16#0204 timeout.

Also perform a test in which you leave the MicroLogix 1400 turned off for about 5 minutes. This should allow the TCP connection to time out on the ControlLogix side.

The fix for this issue may be that you need to detect an Error on the MSG instruction then suspend messaging for several minutes to allow the TCP connection to time out on the ControlLogix side.

I don't have any A-B specific information about how long the TCP timeout is on the ControlLogix side, or any way to programmatically close or cancel the TCP connection on the ControlLogix side. RA Technical Support may be able to help you with that, or you can determine this information experimentally.
 
Also; your post ended up the Practice section. You will get better results if you re-post in the main Forum. Do a little experimentation first.
 

Similar Topics

Dear all, i am using compact logix l18er and control logix l63 i want to use message instruction in between this to i am not getting proper...
Replies
6
Views
3,808
We have control Logix L63 with EN2T module and when we try to go online using the ethernet module. It says connected module is not a logix...
Replies
1
Views
1,247
Hi All, I have done communication of Clx L63 ad Micrologix1400 through fiber optic media(Msg),but I have encounter problem. When I recycle power...
Replies
5
Views
8,007
The title sums up the control system setup. L63 processors with 1756-EN2T for Ethernet I/O which includes over 150 Control Techniques drives...
Replies
4
Views
4,220
I am having trouble with getting no control of my analog output signal. I am using the SCL function block to control my analog output. The logic...
Replies
11
Views
242
Back
Top Bottom