This is a single zone VAV AHU economizer enable/disable sequence based on Section 5.18.7 and Section 5.1.17 of ASHRAE Guideline 36, May 2020. Additional conditions included in the sequence are:
u1SupFan
,
The economizer is disabled whenever the outdoor air conditions
exceed the economizer high limit cutoff setpoint plus the hysteresis low limit parameter
(TOutHigLimCutLow
or hOutHigLimCutLow
) as shown in the figure.
And the economizer is enabled whenever the outdoor air conditions are below the economizer
high limit cutoff setpoint plus the hysteresis high limit parameter (TOutHigLimCutHig
or
hOutHigLimCutHig
). This sequence allows for all device types listed in
ASHRAE 90.1-2013 and Title 24-2013.
In addition, the economizer is disabled without a delay whenever any of the
following is true
:
heating
,
0
.
The following state machine chart illustrates the transitions between enabling and disabling:
Logical.And3
based on ASHRAE 231P,
replaced it with a stack of two Logical.And
blocks.
This is for
#2465.