create new rules

Post Reply
luciano
Posts: 4
Joined: Wed Sep 14, 2016 5:56 pm

create new rules

Post by luciano »

hi this is my first time to configure rules, can i help me create basic rules.
on my lab i have 3 smock detector, 2 pull estation and 1 siga-cc1.
but y traying to create the basic rule to activate alarm on CC1 when activate the pull station or smock detector.
this is the information.
1 sersor_1 (smock detector 1)
2 sensor_2
3 sensor_3

126 Pull_1 (pull)
127 NAC_1 (commondalarmoutput)
128 Pull_2 (pull)


regards
Nirujan
Posts: 68
Joined: Thu Sep 26, 2013 8:42 am

Re: create new rules

Post by Nirujan »

[ALARM ACTIVATION]
FA:
DLY 30,
ON 'NAC_1';
Try above rule it will activate incase of any alarm condition , MCP or Smoke detector.
luciano
Posts: 4
Joined: Wed Sep 14, 2016 5:56 pm

Re: create new rules

Post by luciano »

hi,
thanks for your help, i'm used the following rule,
on the system change the configuration of siga-cc1 for CMSSUPERVISEDOUTPUT.

[general alarm]

alarm ' Sensor_1': on 'NAC_1':
alarm 'Pull_1': on 'NAC_1';

and the rule it's ok, but when i press the key alarm silence on panel, the strobe always it's on, until to press key reset on panel.
what can i do to turn off the strobe when i press only the key alarm silence.

regards.
luciano
Posts: 4
Joined: Wed Sep 14, 2016 5:56 pm

Re: create new rules

Post by luciano »

hi,

change all data points and the configuration on siga-cc1 for audible, now i can turn off the strobe when i press alarm silence, here the configuration, simple but ok..

[Alarma Detectores 1]

ALARM 'M2_Sensor_de_Humo_Gerencia': on 'M127_NAC_Gerencia';


[Alarma Detectores 2]

ALARM 'M3_Sensor_de_Humo_Contabilidad': on 'M127_NAC_Gerencia';



[Alarma Detectores 3]

ALARM 'M251_Sensor_de_Humo_Ingenieria': on 'M376_NAC_IT';


[Alarma Detectores 4]

ALARM 'M252_Sensor_de_Humo_IT': on 'M376_NAC_IT';



[alarma palanca 1]


ALARM 'M126_Pull_Station_Gerencia': on 'M127_NAC_Gerencia';


[alarma palanca 2]

ALARM 'M128_Pull_Station_IT': on 'M376_NAC_IT';
Post Reply