AB SLC 500 major fault output?

Jonas Zimmer

Member
Join Date
Dec 2012
Location
Canada
Posts
27
Is there a simple way to monitor if there is a major fault on the plc. Looking at my systems there is no output to our scada system for a major plc fault, which is very flawed as if there is a major plc fault nothing works! There are alarms for just about everything else except that!

Having not programmed these much and only doing minor maintenance could someone point me in the direction of how to monitor for a major fault? It would be helpful if there was a NC contact on the plc I could monitor. I would want NC so it would be fail-safe.

Thanks in advanced.
 
Last edited:
S:1/13 is the Major Fault bit. If the bit is set, you are faulted. Your HMI can monitor that bit.

A fault routine can potentially capture and clear a fault condition.

OG
 
Fault bit

I have an alarm dialer that monitors Binary files and Integer Files. What would be the best way to monitor the fault but in the status file? Does the plc stop scanning after setting that fault status bit or will it set a binary bit that I can monitor with the alarm dialer? Any thoughts?

Thanks.
 
The simple method I use is an always on output relay wired directly to a dialer input. N/C so it gets an alarm when the plc is not running.
 

Similar Topics

Hi, We are having issues with an intermittent Major error code 21h. The plc can be running for varying amounts of time before faulting anything...
Replies
9
Views
1,871
I have a program that I've used 100 times. SQO settings: File N7:0, Mask 0FFFFh, Dest B3:1, Control R6:0, Length 8, Pos 2. Length & Position...
Replies
48
Views
939
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
751
In a slc 500 plc I am trying to move data with out using a lot of moves. I want to move data from n7:1 to n7:2 and data that was in n7:2 to n7:3...
Replies
16
Views
1,346
Customer has a circa 2004 SLC-500 PLC. Fieldbus is a 1747-SDN DeviceNet scanner. Customer has SLC-500 file (.rss) with no comments. Has no *.dnt...
Replies
7
Views
547
Back
Top Bottom