Multi zone VAV AHU economizer control sequence that calculates outdoor and return air damper positions based on ASHRAE Guidline 36, PART 5 sections: N.2.c, N.5, N.6.c, N.7, A.17, N.12.
The sequence consists of three subsequences.
damLim computes the damper
position limits to satisfy outdoor air requirements. See
Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.Economizers.Subsequences.Limits
for a description.enaDis enables or disables the
economizer based on outdoor temperature and optionally enthalpy,
and based on the supply fan status, freeze protection stage and
zone state. See
Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.Economizers.Subsequences.Enable
for a description.mod modulates the outdoor and
return damper position to track the supply air temperature
setpoint, subject to the limits of the damper positions that were
computed in the above two blocks. See
Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.MultiZone.VAV.Economizers.Subsequences.Modulation
for a description.To enable freeze protection control logic that closes the
outdoor air damper based on the mixed air temperature
TMix, set use_TMix=true. This part of the
control logic is not in Guideline 36, public review draft 1.
To enable the freeze protection according to Guideline 36,
public review draft 1, which may be revised in future versions, set
use_G36FrePro=true.