need help

jlchandler81

Member
Join Date
Jul 2015
Location
Chattanoog
Posts
2
You have been asked to design an emergency alarm system for your plant. Management would like three emergency switches placed in strategic locations on the plant floor. if anyone senses an emergency, they can use any one of the three switches to turn on the alarm. the only switch capable of turning off the alarm, if activated, is the switch that set the alarm. Can anyone show how to write in Micrologix plc
 
It might be a good start to try and not copy and paste the homework question if you're looking for help with it...
 
I would not implement this in a PLC.

Emergency Switch and regular PLC do not mix IMHO. And that is beside the fact that a PLC is overkill for a application like this
 
boneless,

I know where you're coming from but if you read it carefully it is an "emergency alarm system" and not an emergency stop system. The "switches" are not emergency stop buttons.

They will simply be used by the operators to raise a manual alarm annunciation. This could be a flashing beacon or strobe and/or a siren or horn. They are just used to draw to the attention of anybody in the area the fact that an emergency situation has arisen.

Being ordinary control devices, they could also be used to pause, home or stop a process, but not initiate a safety function.

Whether one would do this with a PLC or not is debatable, but that decision would not be safety related.

There is a tricky part to the above FDS. Can anyone else spot it?

Regards,
George
 
Yes. To accomplish what they ask is trickier than the straight forward parallel rung we have all probably envisaged by now.

Why trickier though?...
 
Seems like you'd need to make them mutually exclusive and use a flip flop on each as well. (just thinking out loud (as it were - there's no-one here to hear me)).
 
the only switch capable of turning off the alarm, if activated, is THE SWITCH that set the alarm
my emphasis added.

There is no sense in the description of more than one switch being activated at one time. Therefore (since this is a theoretical exercise) I see no need to cover complications not explicitly stated.
 
my emphasis added.

There is no sense in the description of more than one switch being activated at one time. Therefore (since this is a theoretical exercise) I see no need to cover complications not explicitly stated.

Even if you have multiple switches activated, each one of those would have to be reset to turn off the alarm. (In case it's not clear, I'm agreeing with you)

That does make it a pretty simple problem. I imagine the instructor meant it to be more complicated than this (but didn't word things well).
 
This could be "tricky" or very straight forward depending on what hardware is used.
None was stated so that is up for debate.

If you set up inputs from 3 Maintained, Push - Pull, Mushroom Head Switches in Parallel to a single OTE, you only need 1 single rung, to accomplish what is stated in the post.

Push Mushroom head on switch # 2 and it stays in a maintained position and output is true until you go over to switch #2 and pull the mushroom head back out deactivating the input.

That would not be as much fun as using Non-Maintained switch's and lots of rungs to get there though.

BCS
 
I agree. I'm guessing that the "switches" are meant to be momentary buttons that trigger the set/reset of the alarm on the leading edge, not the maintained state.
 
In the real world, typically, one would use a latched switch that one can push in but needs a key to reset. Thus, once triggered, one needs to find a supervisor/lead with the key to reset.

Of course, OP's homework question really doesn't provide enough information. Is there two switches at each location? Is it latched or momentary, etc.. etc..
 
In the real world, typically, one would use a latched switch that one can push in but needs a key to reset. Thus, once triggered, one needs to find a supervisor/lead with the key to reset.

Of course, OP's homework question really doesn't provide enough information. Is there two switches at each location? Is it latched or momentary, etc.. etc..

(y)
 

Similar Topics

I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
9
Views
136
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
135
Good day all! Can someone help me with the procedure to update Beijers E700 firmware? The Panel I am working on is firmware 2.04v and I would...
Replies
1
Views
54
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
314
Back
Top Bottom