Beacon / Sounder circuit

Andy Veitch

Member
Join Date
Oct 2012
Location
Oxfordshire
Posts
26
Hi Guy's relatively new to PLC programming and in need of some help.
I have an alarm circuit that when is in a true state triggers off a audible alarm and a visual one.

With the alarm state true I would like to silence the sounder but still have the visual alarm active.
Once the alarm is cleared then the visual clears as well.
I have thought of the idea of using OTL and OTU for the sounder with a silence alarm button , but its stopping it from latching up again with the alarm state still true which is what I cannot get my head around.

Is there any element or function I can use to help me out.

Programming with RS Logix 5000.

Thanks for any help
 
Hi cardosocea,

Thanks for the reply. It's not in a program yet just jotting down on paper.

Alarm
--[ ]---------------------------------------------------------------------( Beacon )

Beacon
---[ ]---------------------------------------------------------( Sounder - L )

Silence PB
---[ ]--------------------------( Sounder U )

Doing it this way the sounder will latch back up again due to the alarm still being present and the beacon contact true in line 2.
Its like I need something else in line 2 to stop it from latching back up after the silence pushbutton has been pressed.
 
Use a one-shot to latch your sounder. You can also use a timer to silence the alarm and have it recycle so its not ignored.
 
Hi RClem,

If by using the one shot does this mean the sounder will not energise again until the beacon is off and then back on again.

Thanks for the help
 
That's what it will do, I normally use a timer to recycle the alarm sounder since our guys will silence the alarm and ignore the beacon. I attached an example of how I've done in the past.

tia1.JPG tia2.JPG
 
Thanks RClem that's cleared that up.

Good idea about people silencing the alarm and ignoring the beacons, I will put some timers in to initiate the sounders again after a while.

Andy
 
I should mention that in my examples, being in a Siemens system the SR block, reset has priority over the set function.
 
Nice and simple. This example retriggers the siren on a new alarm or after a preset time - of course, you have to program the "alarm exists", "new alarm" and "Time-based Retrigger" bits externally, but once you've got them happening, this rung will do the lot!

Screen Shot 2017-10-06 at 8.43.31 am.png
 

Similar Topics

I have a class 1 div 1 purged panel and want to add an alarm beacon. The class 1 div 1 beacons with conduit and seal are quite expensive. I was...
Replies
3
Views
2,130
I had a light beacon installed on my PLC which would go off when a fault occurred. Since last week it has stopped working. What do you guys...
Replies
11
Views
3,854
I am in the process of quoting a job with explosion-proof requirements. I have been able to get everything I needed, except for the...
Replies
2
Views
3,178
Morning all. I’m looking for a simple sounder (adjustable volume), perhaps with a single beacon that can operate as a Modbus TCP slave, POE...
Replies
0
Views
1,209
Hello All, Can anyone recommend a panel mounted Alarm Sounder that is not annoying? I am not having much luck asking the Google Machine, so I...
Replies
9
Views
2,170
Back
Top Bottom