AB Fault Routine

AMarks95

Member
Join Date
Jul 2018
Location
South Dakota
Posts
224
I have a fault routine set up in my 1769-L36ERM. Is this routine called repeatedly when there's a fault, or is it only called once? It seems that it only calls once?
 
No, you can't use logic that depends on multiple scans or the passage of time in a Fault Routine.

It is pretty common to have an IO module connection failure cause a Major Fault in ControlLogix, since some I/O devices are critical to the control process. Sometimes that default setting causes faults that the system designer did not intend.

What is the application where you need a time delay ? Are you trying to react to an I/O module connection failure, or a detected condition like an overload, short-circuit, or open-wire fault ?
 
No, you can't use logic that depends on multiple scans or the passage of time in a Fault Routine.

It is pretty common to have an IO module connection failure cause a Major Fault in ControlLogix, since some I/O devices are critical to the control process. Sometimes that default setting causes faults that the system designer did not intend.

What is the application where you need a time delay ? Are you trying to react to an I/O module connection failure, or a detected condition like an overload, short-circuit, or open-wire fault ?

Trying to react to a temporary AENT disconnect. I'm guessing I'll have to disable the option that halts the PLC when the fault occurs and handle the fault in a normal routine accordingly?
 
Trying to react to a temporary AENT disconnect. I'm guessing I'll have to disable the option that halts the PLC when the fault occurs and handle the fault in a normal routine accordingly?
Yes, that's how I generally do it. Monitor all ethernet devices and just alarm/program the system response in standard ladder logic.

Where you have a remote I/O rack, it's always ideal to monitor not only the network adaptor (your AENT) but also each module on the rack.
 
Have a look at the Pax interlock AOI. You can supply one of its inputs the connection status of a device to break its run command. It can be configured to remain tripped until reset, which could be the combined status of a) reconnection and b) an operator ack of some sort.
 

Similar Topics

I am using a CompactLogix system and our customer wants to turn on two devices by default should the PLC fault. Can a Fault Routine turn on an...
Replies
6
Views
2,848
Hey guys, I got a cheap HMI from EZAutomation and it has one component which will display a message based on what the value of an integer file...
Replies
1
Views
3,224
Hi all, So a SLC 5/04 went down with a fault but ended up causing some trouble for other systems so they want a way to notify these other PLCs...
Replies
2
Views
2,874
Hey just wondering how to come up with a subroutine to identify processor faults. If anyone has any ideas please let me know...thanks in advance...
Replies
12
Views
3,747
Hi All I am trying to trap some of the hardware faults in compact logix processors L35E. For example, if one of the I/O cards losses...
Replies
3
Views
4,747
Back
Top Bottom