CLX comms to ML1400 recovery after disconnect

theDave2

Member
Join Date
Aug 2004
Location
Rochester, NY
Posts
467
We've got a CLX L35E (v16.3)sending/receiving data to a MicroLogix 1400, via MSG instruction over ethernet. We read then write data every second.

We are using CIP communication method with SLC Typed Reads and Writes, to N100 in the ML1400.

What we see is that when we turn power off the ML1400 and then back on, the MSG block takes 7 minutes to recover and communicate again.

The MSG block does give the ER bit and error code for comm time out. We allow 10 seconds after the ER bit before we try again. We don't keep the MSG block energized all the time when reading/writing as we just look for the DN or ER bit to be set as it's sequential stepping logic for the code.

Any thoughts ? Should we be using CIP w/source id ? If so, where is that explained ? How about keeping power flow into the MSG block until we see the DN or ER bit ?

Thanks,
Dave
 
I suspect it's a TCP Keepalive issue.

Is the MicroLogix 1400 shutdown time very short ? Experiment by leaving the controller off for 30 seconds, then try 60 seconds.

I suspect that the CIP connection is timing out, but the TCP connection isn't. I don't know if there's a way to cancel the TCP connection on the ControlLogix side without rebooting the 1756-ENBT.

This is a job for Wireshark.....
 
That's a good point.

Typically, the operators shut down the ML1400 from 30 sec. to 5 min. to clear a jam.

Us engineers, for checking this problem, turn it off for only 30 sec.

We'll leave it off for longer times to check if it's the TCP.

Re-booting the CLX does take care of the problem, but that's not a viable solution.
 

Similar Topics

Hello All, I am running Citect SCADA 2018 R2 and trying to connect to a AB ControlLogix L81E. I have configured the board, port and IO device...
Replies
1
Views
1,918
Hello all, I am unable to read any tags or even the $SYS$ tags from my CLX 1756-L62 (v20.13) controller through Archestra IDE. The Object Viewer...
Replies
6
Views
3,749
Hi All.. We have a little problem at the plant I work at... we have been in contact with techconnect and not really achieved much so far.. just...
Replies
9
Views
3,318
I'm using a Controllogix 1769-L24ER-QBFC1B and trying to setup a Generic Ethernet Module to communicate to a Hilsher NT50 ethernet I/P to...
Replies
3
Views
6,751
Our client has a PLC5/30 series C processor and the job requirement is to provide Ethernet comms to an L61 CLX processor. The client doesn't want...
Replies
2
Views
3,939
Back
Top Bottom