Duty & Standby of Fans (EST3) RULE

Post Reply
Maw Kuri
Posts: 4
Joined: Wed Feb 17, 2021 7:55 am

Duty & Standby of Fans (EST3) RULE

Post by Maw Kuri »

Has anyone tried to write a rule for the Duty and Standby Fans?
Fan 1 - has 1 output and 1 input (for trip status)
Dampers 1 and 2 - has 2 output and 2 inputs
Fan 2 - 1 has output and 1 input (for run status)
Dampers 3 and 4 - has 2 output and 2 inputs

The rule below executes accordingly when an alarm is active. But if the alarm is not active and Duty Fan Trip Status becomes active, (rules Q5A and Q6A will execute) the standby dampers would open and the fan would start bypassing rules QA1, QA2, QA3 and QA4.

What should I do with my rule to open the Standby dampers and turn on the standby fan only if the 'smoke and-group' and Duty Fan Trip status are both active?

{SEF 001 / 002}
[Q2A. COMP 721]
ALARM AND 'COMP721_SMOKE-1':
ON DAMP 'MSFDC_001',
ON DAMP 'MSFDC_002';

[Q3A. COMP721]
MON AND 'MSFD_001_002':
ON FAN 'SEF_001';

[Q4A. COMP721]
MON AND 'SEF_001_MSFD_001_002_FAILURE':
DLYA 5,
ON DAMP 'MSFDC_003',
ON DAMP 'MSFDC_004';

[Q5A. COMP721]
SUP 'TRIP_SEF_001':
DLYA 2,
ON DAMP 'MSFDC_003',
ON DAMP 'MSFDC_004',
OFF DAMP 'MSFDC_001',
OFF DAMP 'MSFDC_002';

[Q6A. COMP721]
MON AND 'MSFD_003_004':
ON FAN 'SEF_002';
Post Reply