Smoke Control Programs
5-61 Infinity Smoke Control Guide
TOC
HVAC
Type:
Program
FlowType:
Looping
AutoStart:
True
Description:
Used to Simulate an HVAC program.
Code:
Set_Fans:
Default.Sfan = On
Default.Rfan = On
Goto Outside_Air
Outside_Air:
DefaultDmpr.OA = 2
DefaultDmpr.EA = 2
DefaultDmpr.RA = -2
If TS > 2 then Goto Recirculate
Recirculate:
DefaultDmpr.OA = -2
DefaultDmpr.EA = -2
DefaultDmpr.RA = 2
If TS > 2 then Goto Set_Fans
File Explanation:
This program is for demonstration purposes only and is used to show
how the smoke control modes have a higher priority than the HVAC
modes. This program does not perform an HVAC function.
Technical Manuals Online! - http://www.tech-man.com