Andover Controls Infinity Manual page 132

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 AH2Sfan.OVR.Off then
Sfan = Off
Else
If INFINITY1 AH2Sfan.OVR.On then
Sfan = On
Else
If INFINITY1 Zone2.PRS or INFINITY1 Zone3.PRS or ~
INFINITY1 Zone4.PRS then
Sfan = On
Else
If INFINITY1 Zone2.EXH and INFINITY1 Zone3.EXH ~
and INFINITY1 Zone4.EXH then
Sfan = Off ' Exhaust only
Else
If INFINITY1 Zone2.SMK and INFINITY1 Zone3.SMK ~
and INFINITY1 Zone4.SMK then
Sfan = Off 'Exhaust only all zones in smoke
Else
If INFINITY1 Zone1.SMK or INFINITY1 Zone2.SMK ~
or INFINITY1 Zone3.SMK or INFINITY1 ~
Zone4.SMK or INFINITY1 STRWL.SMK then
Sfan = On 'Another zone is in smoke
Else
Sfan = Default.Sfan ' Normal HVAC Control
Endif
Endif
Endif
Endif
Endif
Endif
' Return Fan Control
If INFINITY1 AH2Rfan.OVR.On then
Rfan = On
Else
If INFINITY1 AH2Rfan.OVR.Off then
5-56
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