Silence alarm logic and a C-More touchscreen?

dginbuffalo

Member
Join Date
Dec 2010
Location
Buffalo,NY
Posts
630
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 off-is there system bits in a C-more touchscreen that would help? if not, i was thinking of having the alarm bits in a 16 bit word and when you acknowledged the alarm i would snapshot the word. if it changed, i would fire the alarm beacon again. If it went to zero, all would be disabled. Any ideas or past practices? Thanks!
 
Using a 16-bit word and comparing to the previous value is a commom method. It depends upon how many and what type of alarms. If you have a case where two or more alarms rarely occur at the same time, then the old method was a simple parallel stack of alarm bits, any one of which could start an alarm timer. If the timer reached its Preset, then a horn or light was turned on until locked out by a Silence or Acknowledge button and relay. When the alarms all were handled or went away, the alarm timer Done bits dropped out, causing the the Alarms to drop out and also reset the Acknowledge relay. Then you were ready for the next alarm occurance. Here is an example where the horn had to be very loud (operator could be outside the building running a forklift) so the 110 dB horn alternated 1 second on and 4 seconds off.

Alarm Silence Method.jpg
 
Last edited:

Similar Topics

Currently I have a simple rung of logic written from an input to a B3 bit for a run status on a pump. When the pump goes down, or the input...
Replies
1
Views
1,905
Looking to silence an alarm from a HMI Button. Right now the HMI button command is set to Pulse the binary bit. Will the attached logic work to...
Replies
9
Views
9,575
Good day all. I have been trying to create a simple alarm circuit and I have everything working for me but one. When an alarm is triggered I need...
Replies
12
Views
5,745
Does anyone have any ideas on how to write the following code? If an alarm level goes high it turns on a horn, I need to push an Acknowledge...
Replies
19
Views
8,309
This might be a really simple Red Lion Crimson 3 question, but I'm scratching my head on it. I have a set of pushbuttons that are visible (using...
Replies
3
Views
1,857
Back
Top Bottom