Alarm logic using the "Fault Standard" program

SiriusMark

Member
Join Date
Mar 2014
Location
Colorado
Posts
80
I've been tasked with creating a program to replace an old annunciator panel. We are going to bring all the inputs into a PLC and use a PV+ to replace the panel. I've never actually written a program from scratch, so although I'm comfortable with reading and troubleshooting existing logic, this is a new one for me.

I was looking through the downloads section of the site and taking a look at the Fault Standard project for Rslogix 500. I feel like I am missing something. Assuming you start with a no-fault condition, on rung 0, how does the OTE instruction ever get set, if the XIO that examines B3:6/1 is initially not set. Wouldn't the fault condition come in on I:0/11, and then stop because neither of the XIO's are set?
 
Notice the bar over the description on B3:6/1? Read that as "NOT FAULT".
It looks like that fault is triggered by I:0/11 dropping out.
On powerup, it would be faulted, requiring a reset.

None of that is logic that I'd actually use, personally.
 
Okay, I can see that. Makes sense. I've never seen a program labelled/used that way, so it didn't even occur to me that was a not sign.
 

Similar Topics

Since you can't have a trigger value=0 in the alarm setup, you need to start with 1 but in my logic/FTV my xxxxx[0].0 = trigger value 1. How...
Replies
13
Views
7,648
Hi guys, I'm new to PLC programming and I'm trying to figure out the best way to take a program originally written in FIX 7.0 and translate it to...
Replies
3
Views
3,624
Using CLX I'm building reusable alarm logic with global Acknowledge, well... Trying to. I would imaging that this is a common issue to handle...
Replies
15
Views
7,241
Hi, I have upgraded some drives from 1336Plus to Powerflex70, The drives are on an RIO network. Tidied up PLC code and configs to get the drives...
Replies
5
Views
3,258
Hello- I am trying to figure the best way to stop an alarm beacon when acknowledged and only turn it on again when a new alarm comes in. First...
Replies
1
Views
1,965
Back
Top Bottom