Comfort Automation/ Security System Forums

Full Version: Second Siren
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all.

Is it possible to have a second siren connected.

(eg) The main siren to go off like normal,the second one to only go off with a  intruder in away mode.
You can connect a relay (RLY01) to an output which could drive a second siren.
The action of the output turning on or off would have to be programmed in Comfigurator as you require
Hi.

Thanks for the reply.How would be the best way to do that?

 

Choppa.
You say you want the siren to turn on only if there is an alarm in Away mode

In alarm types > Intruder  Alarm, program the Alarm Response as follows

If  SecurityMode = AwayMode Then
    Output Output01 On
End If

Assuming Output 1 is connected to the relay and siren

In Alarm Types > System Disarmed

Output  Output01 OFF