SLC 5/03 Fault A50h

bluenoser337

Member
Join Date
Apr 2003
Location
Nova Scotia
Posts
391
I have a PLC stopping and generating this major fault once a week, or so. Does the "A" represent slot 10 according to the I/O configuration? If that is the case, it is the RIO scanner. If it is the 10th slot (9 in the config) then it is a 1746sc-OAP8I. In either case...what should I be looking for? This is shutting down a small 24 hour/day plant at random intervals. Thanks!!
 
You are right.

From RSLogix online help:
The characters xx in the following codes represent the slot number, in hex. If the exact slot cannot be determined, the characters xx become 1F.
[...]
Error xx50 means: A rack data error is detected. This error is recoverable.

That the error is recoverable means you can set the error fault routine to handle it. In that way you can possibly avoid the CPU from faulting.

But you should probably exchange the rack, the module in the slot, or both.
 
Yes Jesper, there is a text message if you get there when the PLC is still faulted. Unfortunately, the system can't be left faulted until someone gets there. What I was really asking is if the "XX" (in my case it displays A (10 decimal)) in the code represents slot 10 according to the I/O configuration or the 10th physical slot which would be 9 in the config? Thanks!
 
bluenoser, I believe the slot numbering is as it is in the IO Configuration. Which means the CPU or comms adapter is in slot 0, and the i/o modules are in slots 1,2,3...
Only 90% sure though ;)

Try an unconditional rung at the bottom of the ladder to OTU S:5/0 as a stop-gap measure.
rguimond, the error he gets is A50hex wich points to a hardware problem with the rack or a module. S:5/0 is the math overflow trap bit. They dont have anything directly to do with each other.

Maybe it is possible to clear the error in software. Set the S:29 to a program file number for the fault handling code. Then in that file clear S:1/13.
But if the module in question is important or critical, then it is not recommended.
 

Similar Topics

Hello all! I have some machines that run an SLC 5/03 and occasionally a fault is generated. Recent Example: A power supply wasn't screwed in...
Replies
3
Views
418
hello at work we have a machine controlled with an SLC 500 fixed, model 1747-l30c at fault, i plan to migrate to a micrologix controller. I'm...
Replies
7
Views
3,009
Has anyone ever seen this fault or have any insight as to what it was. I found this on an SLC 505 after we had the main breaker off working in...
Replies
1
Views
1,411
Hello everyone, I got called down to a plant to service a powdered metal press. It has an SLC 500 5/02 CPU that was faulted for the code 0002h...
Replies
9
Views
1,790
Hello! We have a drum rotation machine controlled by a AB SLC 500. The drum rotation inputs comes from a encoder into a 1746-HSCE. We are using 2...
Replies
0
Views
1,133
Back
Top Bottom