FIRE AND ALARM CONSOLE
10
Number
Program name
Program description
12
‘SIREN’
If ‘Fire alarm’ then blink given time (1,5 s ON, 0,5 s OFF);
if ‘Attention’, then blink given time (0,5 s ON, 1,5 s OFF);
if ‘Intrusion alarm’, then ON for a given time;
else OFF output.
13
‘Fire output’
If ‘Fire alarm’ or ‘Fire prealarm’, then ON (close) outputs;
else OFF (open) output.
14
‘Output FAULT’
If there are zones in the states
‘Disconnected alarm loop’, “Relay disconnected”, “Fire
trouble”, “Loop open circuit”, “Configuration error”,
“Open relay output ”, “Relay output short circuit”, “Battery
failed”, “AC power failed”, “Power failed”, “2-wire line
short circuit” or “2-wire line trouble”
or “Disarmed”, “Disarmed and ready” “Disarmed and not
ready”,
or “Arming has failed”, then OFF (open) output.;
else ON (close) output.
15
‘Fire LAMP’
If ‘Fire alarm’, ‘Fire prealarm’, ‘Intrusion alarm’, ‘Entry
alarm’ or “Arming has failed”, then blink (0,5 s ON, 0,5 s
OFF);
if ‘Disconnected alarm loop’ or ‘Fire alarm’, then blink
(0,25 s ON, 1,75 s OFF);
if state of all relay associated zones is ‘Zone armed’, then
ON;
else OFF output.
16
‘Alarm output 2’
If all zones are armed or disarmed, then ON;
else OFF output.
17
‘Turn on for a given time
before arming’
If at least one zone is in “Arming delay” state, then ON for
a given time;
else OFF output.
18
‘Turn off for a given
time before arming’
If at least one zone is in “Arming delay” state, then OFF
for a given time;
else ON output.
19
‘Turn on for a given time
when arming’
If at least one zone is armed, then ON for a given time;
else OFF output.
20
‘Turn off for a given
time when arming’
If at least one zone is armed, then OFF for a given time;
else ON output.
21
‘Turn on for a given time
when disarming’
If at least one zone is disarmed, then ON for a given time;
else OFF output.
22
‘Turn off for a given
time when disarming’
If at least one zone is disarmed, then OFF for a given time;
else ON output.
23
‘Turn on for a given time
if arming has failed’
If at least one zone is in the state ‘Arm has failed’, then ON
for a given time;
else OFF output.
24
‘Turn off for a given
time if arming has
failed’
If at least one zone is in the state ‘Arm has failed’, then
OFF for a given time;
else ON output.
25
‘Turn on for a given time
when auxiliary alarm’
If at least one zone is in the state ‘Auxiliary alarm’, then
ON for a given time;
else OFF output.