Smoke Control Programs
5-52 Infinity Smoke Control Guide
TOC
Endif
Endif
Endif
Endif
Endif
Endif
‘ Exhaust Air Damper
If INFINITY1 AH1EADmp.OVR.Opn then
EADmp = On
Else
If INFINITY1 AH1EADmp.OVR.Cls then
EADmp = -On
Else
If INFINITY1 Zone1.EXH then
EADmp = On
Else
If INFINITY1 Zone1.PRS then
EADmp = -On
Else
If INFINITY1 Zone1.SMK then
EADmp = On ‘ Exhaust
Else
If INFINITY1 Zone2.SMK or INFINITY1 Zone3.SMK ~
or INFINITY1 Zone4.SMK or INFINITY1 ~
STRWL.SMK then
EADmp = -On ‘ pressurize
Else
EADmp = DefaultDmpr.EA ‘ Normal HVAC Control
Endif
Endif
Endif
Endif
Endif
Endif
‘ Return’ Air Damper
If INFINITY1 AH1RADmp.OVR.Opn then
RADmp = On
Else
If INFINITY1 AH1RADmp.OVR.Cls then
RADmp = -On
Else
If INFINITY1 Zone1.EXH then
RADmp = -On ‘Close
Else
Technical Manuals Online! - http://www.tech-man.com