Andover Controls Infinity Manual page 126

Smoke control
Table of Contents

Advertisement

Technical Manuals Online! - http://www.tech-man.com
AHU_Control
Type: Program
FlowType: Looping
AutoStart: True
Description: Controls the state of the Air Handling Unit's Fans
and Dampers.
Code:
FanControl:
' Supply Fan Control
If INFINITY1 AH1Sfan.OVR.Off then
Sfan = Off
Else
If INFINITY1 AH1Sfan.OVR.On then
Sfan = On
Else
If INFINITY1 Zone1.EXH then
Sfan = Off
Else
If INFINITY1 Zone1.PRS then
Sfan = On
Else
If INFINITY1 Zone1.SMK then
Sfan = Off 'Exhaust
Else
If INFINITY1 Zone2.SMK or INFINITY1 Zone3.SMK ~
or INFINITY1 Zone4.SMK or INFINITY1 ~
STRWL.SMK then
Sfan = On 'pressurize
Else
Sfan = Default.Sfan ' Normal HVAC Control
Endif
Endif
Endif
Endif
Endif
Endif
' Return Fan Control
If INFINITY1 AH1Rfan.OVR.On then
Rfan = On
Else
If INFINITY1 AH1Rfan.OVR.Off then
Rfan = Off
Else
5-50
Smoke Control Programs
Infinity Smoke Control Guide
TOC

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Infinity and is the answer not in the manual?

Table of Contents

Save PDF