EST-3 VOICE EVAC AND STROB RULES

Post Reply
nazim
Posts: 16
Joined: Tue Sep 10, 2019 10:47 am

EST-3 VOICE EVAC AND STROB RULES

Post by nazim »

Good day all
hi, LEO, Sir
i need to rules
if any smoke and any pull are active then activate all strobe and speaker like N,N+1,N-1 after 180 second active all floor

01.Im used ZA40/B Audio Card 05 pcs.
02.ASU 01.pcs
03. Fire Telephone
my rules.


[20 AV on smoke]

ALARM 'L<N:1-11>_SMOKE*': AMPON 'L<N>_AMP' TO 'Ch_Evac',
AMPON 'L<N+1>_AMP' TO 'Ch_Evac',
AMPON 'L<N-1>_AMP' TO 'Ch_Evac',
AMPON 'L*_AMP' TO 'Ch_Alert',
ON 'L<N>_STB',
ON 'L<N+1>_STB',
ON 'L<N-1>_STB';


[23 AV on PULL]

ALARM PULL 'L<N:1-11>_PULL*': AMPON 'L<N>_AMP' TO 'Ch_Evac',
AMPON 'L<N+1>_AMP' TO 'Ch_Evac',
AMPON 'L<N-1>_AMP' TO 'Ch_Evac',
AMPON 'L*_AMP' TO 'Ch_Alert',
ON 'L<N>_STB',
ON 'L<N+1>_STB',
ON 'L<N-1>_STB';
Bennetserg
Posts: 10
Joined: Tue Oct 12, 2021 7:43 pm

Re: EST-3 VOICE EVAC AND STROB RULES

Post by Bennetserg »

[PULL STATIONS]

ALARM PULL 'L<N:1-28>_PULL_*':ON 'L<N>_STB_*',
ON 'L<N>_SPK_*',
ON 'L<N+1>_STB_*',
ON 'L<N+1>_SPK_*',
ON 'L<N-1>_STB_*',
ON 'L<N-1>_SPK_*',
DELAY 3,
AMPON 'AMP_*' TO 'Ch_Alert_01_08',
MSGON 'Default_Alert_01_08' TO 'Ch_Alert_01_08',
Delay 180,
ON 'L*_STB_*',
ON 'L*_SPK_*';
Post Reply