Technical Manuals Online! - http://www.tech-man.com
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.
5-61
Smoke Control Programs
Infinity Smoke Control Guide
TOC
Need help?
Do you have a question about the Infinity and is the answer not in the manual?