SLC 50/4 minor error bit

Newby here, I'd like to pipe in on this old thread as well and also want to say thanks for the valuable information. We had similar issues and ended up replacing one of the boards/cards to correct this issue. I wonder if we could have made the changes to the program as mentioned in this thread. BTW - this system was running without issue for 14 years.
 
I have seen the math overflow fault set with everything normal some math functions will cause the fault. I ran into it many years ago call tech support . recommendation was to on the last runs of the code clear the math overflow bit if its set when the ladder code rolls over to rung o you get the fault. it doesn't happen every scan it depends on the result of a math function calculation.
 
Thanks

Thank you guys for posting valuable solutions long ago, I just had downtime on some new systems I recently installed, I'll apply your teachings, just to let you know there still helpful.

I got a Micrologix 1100, Tension Control System: encoder counts, speed average, PIDs, regression speed formula, offsets, Acel and decel; so lots of math.
 
If you get a math overflow bit, there's a very good chance that you're putting a number outside of integer range into an integer, as the result of a move, cpt, etc.

While the processor is still faulted, look at the values of ALL integers usng the data monitor. Go to the rungs of the integers that are maxed out, or +/- 32767. You'll probably find the culprit that way. Look at the analog I/O values too.



thank you, :) you saved me we are grateful :v
 

Similar Topics

I have a SLC 5/05 that faulted with a S:5 minor error bit and I can't figure out what that is. It says "A minor error bit is set at the end of...
Replies
2
Views
4,373
I am working on setting up a Prosoft Datalogger model PLX51-DLplus-232. This unit will be collecting data from a SLC 5/05 on the DB9 port set to...
Replies
3
Views
86
I have a redundant ControlLogix being set up. This program reads a value from a remote site which happens to be SLC PLC. Rockwell mentions SLC...
Replies
2
Views
90
Hello, I have a ControlLogix redundant controller being set up. The program reads a value from a remote site which hosts a SLC PLC. Rockwell...
Replies
0
Views
69
I'm trying to read/write to an SLC5 with a ControlLogix L71 V35 plc that fails. The exact same code works on an L82S with V32. Is there a known...
Replies
10
Views
285
Back
Top Bottom