SLC 5/05 Minor Error Bit

Tim Ganz

Member
Join Date
Dec 2010
Location
Dallas, Texas
Posts
689
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 the scan. Refer to S:5 minor error bit"

On the errors tab sone of the S:5 bits are high. they all have 0 in the box? I have S:5/0 through S:5/4 and S:5/11 and S:5/15

How can I find what caused this?
 
As each instruction executes, it may affect the arithmetic status bits, so these will be going on and off rapidly during the scan, and there is no "memory" of these.

Math Overflow status also latches a "trap bit" S:5/0, which if still set at the end of the scan will cause the processor to go into fault mode.

IMHO it's too late to deal with the math overflow at the end of the scan, it should have been detected immediately after the instruction that flagged it, and dealt with there.

The simplest, and MOST COMMON solution, is to put a rung at the end of LAD2 with just a single OTU of S:5/0

But be aware that at least one of your math instructions is causing an overflow status to be set !!
 
Last edited:

Similar Topics

Hi all, Does anybody know, how to determine location of rung that has error: "A minor error bit is set at the end of the scan. refer to S:5...
Replies
21
Views
49,333
I’m attempting to send a temperature from a SLC-5/02 to an EZiMarquee display. The vendor said to use a MSG instruction to send the data to the...
Replies
1
Views
88
Hello all. I have a few SLCs in my plant and of late we've seen a weird issue: The system will be running normally and then randomly the outputs...
Replies
2
Views
103
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
104
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
96
Back
Top Bottom