RSLogix5000 scans

We're having momentary comm losses to a remote IO rack. We have a comm_fail tag that we use in the logic to jump over the rungs that read the remote IO and perform other logic functions. Sometimes, the comm loss happens during the scan of the remote IO before our comm_fail tag becomes true.

I've seen Remote IO inputs reset like that on a few different ControlLogix systems that turned out to be caused by a failing Ethernet switch. We never got any faults reported, nor saw the condition last for quite so long. Basically just 1 or 2 sweeps with all RIO inputs at zero, then back to normal.
 
Just a thought
the remote I/O communications is handled by the scanner module
the I/O scan is independent of the ladder scans
if the I/O is Ethernet then the Ethernet module handled all the communications
the same fir is Device net then the Device Net scanner module handles all communication
the timing of the I/O read write is setup in the I/O configuration
the processor I/O handler reads the data from the scanner module as it needs
if you are having I/O communication loss I would look at the communications module
or if the problem is isolated to just one I/O module then that module should be replaced.
 
I've seen Remote IO inputs reset like that on a few different ControlLogix systems that turned out to be caused by a failing Ethernet switch. We never got any faults reported, nor saw the condition last for quite so long. Basically just 1 or 2 sweeps with all RIO inputs at zero, then back to normal.

Thank you. I looked for errors on the ports of our Ethernet switch but don't see any.

Maybe we'll put a new one in and see if that fixes it.
 

Similar Topics

Hi! So my problem is a little funky, I had Studio 5000 v 24 and 30 installed, but forgot to install RSLogix (which I cannot go without). Is there...
Replies
1
Views
49
So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
419
Hello everyone, I have an RSLogix5000 project which is running live in the factory but I need to make some changes to the logic. I want to test...
Replies
0
Views
1,116
Good Morning Everyone, I'm looking to use the GSV instruction to get I/O fault codes for my project so I know if there's a comms issue in my E/IP...
Replies
5
Views
855
The machine is running production. When trying to go online with the laptop the whole machine looses communication and faults out. Drives, HMI...
Replies
13
Views
1,925
Back
Top Bottom