Smoke Control Programs
5-33 Infinity Smoke Control Guide
TOC
SmokeSelfTest
Type:
Program
FlowType:
Fallthru
Description:
Runs a weekly self-test on the dedicated
controllers.
Code:
Begin_Prog:
‘Clear Self-Test Faults
AH3Sfan.ST.Fail = Off
FL2SADmp.ST.Fail = Off
FL2RADmp.ST.Fail = Off
FL3SADmp.ST.Fail = Off
FL3RADmp.ST.Fail = Off
FL4SADmp.ST.Fail = Off
FL4RADmp.ST.Fail = Off
RunTests:
Print chr(7), “ **** SELF TESTING DEDICATED SMOKE
CONTROL SYSTEM - SMOKE DAMPERS. **** “ to COMM3
StatusBar
CloseDampersS:
SMKDMPRS DefaultDmprPosn = On
WaitForDampersSC:
‘ Wait for max damper plant time + 5 Secs to detect fault.
If TS < (MaxDamperTime + 5) then Goto WaitForDampersSC
‘Latch Self-Test Failures
If FL2SADmp.Fail then FL2SADmp.ST.Fail = On
If FL2RADmp.Fail then FL2RADmp.ST.Fail = On
If FL3SADmp.Fail then FL3SADmp.ST.Fail = On
If FL3RADmp.Fail then FL3RADmp.ST.Fail = On
If FL4SADmp.Fail then FL4SADmp.ST.Fail = On
If FL4RADmp.Fail then FL4RADmp.ST.Fail = On
OpenDampersS:
SMKDMPRS DefaultDmprPosn = Off
WaitForDampersSO:
‘ Wait for max damper plant time + 5 Secs to detect fault.
If TS < (MaxDamperTime + 5) then Goto WaitForDampersSO
Technical Manuals Online! - http://www.tech-man.com