Clear Major Fault Compactlogix L32E

gab2005

Member
Join Date
Aug 2009
Location
Monterrey,N.L.Mx.
Posts
1
Hi, I have a problem with a Compactlogix L32E, this controller goes to Major Fault sometimes, I need it clear this fault by Controller Fault Handler subroutine, How I do this?, I just read about this and I dont understanding GSV and SSV instruction, code fault showed is: Type 03 , Code 16
Someone haves a subroutine example for this fault code?
Thanks.!
 
The fault code indicates that a required IO module connection failed.
Check that the io module is properly connected and that the modules are properly mounted and latched together. If this fault is occuring on a CompactLogix you probably need to have the controller fault.
 
Eliminate the fault, then you won't have to handle it in the program.

We have an L32E that would fault and also drop the program.

A good line filter on the PLC supply power to supress voltage spikes solved all of our problems.
 
I ran into the same problem. Do you have an analog Resistance or TC/Milli Volt card installed? There is a new firmware update for that problem, I think it's free. Sorry I don't have the link.
Where is that "football headed little guy" when you need him.

Bitmore
 
Last edited:
Hi, I have a problem with a Compactlogix L32E, this controller goes to Major Fault sometimes, I need it clear this fault by Controller Fault Handler subroutine, How I do this?, I just read about this and I dont understanding GSV and SSV instruction, code fault showed is: Type 03 , Code 16
Someone haves a subroutine example for this fault code?
Thanks.!
right click the I/O modules in rslogix 5000 and uncheck the "major fault when I/O module loses communication with processor" or something like that, you'll find it in the connection tab of the properties for the particular I/O module. This occurs when u lose power to the unit and or any catastrophic events that may occur.
let me know if i was clear enough. the "" is not exactly same but u get the message i hope.

cool
 
I had this happening on a L32e also.It would happen if the machine was powered down for maintenance work and then powered back up the processor would fault, sometimes even dump the program.It was a new machine so the company sent us a new processor and i installed it but the same thing kept happening.I investigated further and finally figured out it was because of a 2channel analog output card with the internal switch set to external power. What was happening was that the controller would power up and do its check for i/o cards before the external power was up and stable so the processor would detect no voltage and fault. I simply flipped the switch to internal power and the problem went away. I also could have installed a time delay relay to delay the processor powerup to give the external power supply time to stablize but everything did ok with the internal buss power so i left it alone.
 

Similar Topics

Hi, I'm developing a routine to detect and clear a watchdog major fault in a ContolLogix PLC. The software has three tasks and six programs...
Replies
3
Views
2,468
Hello Is their any way by the local plc button (Micro1400) to clear a plc fault without going online with a laptop? A foreign customer would...
Replies
6
Views
26,657
Major Error 0020h Stand-alone unit, no computer or internet access. I have someone on-site, is there a way they can clear this fault? We tried...
Replies
8
Views
12,283
If I have a major fault I want to be able to clear that fault by cycling power to the PLC. I have a CF card and would like to load from it on...
Replies
3
Views
2,264
Hi there, I have SLC 5/05 PLC with one one expansion I/O rack. The fault line is not on. However in the processor status debug page it lists this...
Replies
5
Views
3,554
Back
Top Bottom