blockController

Single zone VAV AHU economizer control sequence

Information

Single zone VAV AHU economizer control sequence that calculates outdoor and return air damper positions based on ASHRAE Guidline 36, PART 5 sections: P.4.d, P.5, P.9, P.3.b, A.17.

The sequence consists of three subsequences.

Parameters

TypeNameDefaultDescription
Booleanuse_enthalpyfalseSet to true if enthalpy measurement is used in addition to temperature measurement
Booleanuse_fixed_plus_differential_drybulbfalseSet to true to only evaluate fixed plus differential dry bulb temperature high limit cutoff; shall not be used with enthalpy
Booleanuse_TMixtrueSet to true if mixed air temperature measurement is enabled
Booleanuse_G36FreProfalseSet to true if G36 freeze protection is implemented
RealuMin0.1Lower limit of controller output at which the dampers are at their limits
RealuMax0.9Upper limit of controller output at which the dampers are at their limits
Advanced › Hysteresis
RealdelTOutHis1Delta between the temperature hysteresis high and low limit
RealdelEntHis1000Delta between the enthalpy hysteresis high and low limits
Modulation
Buildings.Controls.OBC.CDL.Types.SimpleControllercontrollerTypeModBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
RealkMod1Gain of modulation controller
RealTiMod300Time constant of modulation controller integrator block
RealTdMod0.1Time constant of derivative block for modulation controller
Freeze protection
Buildings.Controls.OBC.CDL.Types.SimpleControllercontrollerTypeFreBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of controller
RealkFre0.1Gain for mixed air temperature tracking for freeze protection, used if use_TMix=true
RealTiFre120Time constant of controller for mixed air temperature tracking for freeze protection. Require TiFre < TiMinOut
RealTdFre0.1Time constant of derivative block for freeze protection
RealTFreSet277.15Lower limit for mixed air temperature for freeze protection, used if use_TMix=true
Commissioning › Damper position limits
RealyFanMin0.1Minimum supply fan operation speed
RealyFanMax0.9Maximum supply fan operation speed
RealVOutMin_flow1.0Calculated minimum outdoor airflow rate
RealVOutDes_flow2.0Calculated design outdoor airflow rate
RealyDam_VOutMin_minSpe0.4Outdoor air damper position to supply minimum outdoor airflow at minimum fan speed
RealyDam_VOutMin_maxSpe0.3Outdoor air damper position to supply minimum outdoor airflow at maximum fan speed
RealyDam_VOutDes_minSpe0.9Outdoor air damper position to supply design outdoor airflow at minimum fan speed
RealyDam_VOutDes_maxSpe0.8Outdoor air damper position to supply design outdoor airflow at maximum fan speed
Commissioning › Physical damper position limits
RealoutDamPhyPosMax1Physically fixed maximum position of the outdoor air damper
RealoutDamPhyPosMin0Physically fixed minimum position of the outdoor air damper
RealretDamPhyPosMax1Physically fixed maximum position of the return air damper
RealretDamPhyPosMin0Physically fixed minimum position of the return air damper

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputTHeaSupSetSupply air temperature heating setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealInputTSupMeasured supply air temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputTOutOutdoor air temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputTCutOutdoor air temperature high limit cutoff. For differential dry bulb temeprature condition use return air temperature measurement
Buildings.Controls.OBC.CDL.Interfaces.RealInputTRetUsed only for fixed plus differential dry bulb temperature high limit cutoff
Buildings.Controls.OBC.CDL.Interfaces.RealInputhOutOutdoor air enthalpy
Buildings.Controls.OBC.CDL.Interfaces.RealInputhCutOutdoor air enthalpy high limit cutoff. For differential enthalpy use return air enthalpy measurement
Buildings.Controls.OBC.CDL.Interfaces.RealInputTMixMeasured mixed air temperature, used for freeze protection
Buildings.Controls.OBC.CDL.Interfaces.RealInputVOutMinSet_flowMinimum outdoor airflow setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealInputuSupFanSpeSupply fan speed
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuZonStaZone state signal
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuFreProStaFreeze protection status
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuOpeModAHU operation mode status signal
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputuSupFanSupply fan status
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyRetDamPosReturn air damper position
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOutDamPosOutdoor air damper position
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyHeaCoiHeating coil control signal

Components

TypeNameDefaultDescription
Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.SingleZone.VAV.Economizers.Subsequences.EnableenaDisSingle zone VAV AHU economizer enable/disable sequence
Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.SingleZone.VAV.Economizers.Subsequences.LimitsdamLimSingle zone VAV AHU economizer minimum outdoor air requirement damper limit sequence
Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.AHUs.SingleZone.VAV.Economizers.Subsequences.ModulationmodSingle zone VAV AHU economizer damper modulation sequence
Buildings.Obsolete.Controls.OBC.ASHRAE.G36_PR1.Generic.FreezeProtectionMixedAirfreProTMixBlock that tracks TMix against a freeze protection setpoint

Revisions

  • July 30, 2019, by Kun Zhang:
    Added fixed plus differential dry bulb temperature high limit cut off.
  • October 31, 2018, by David Blum:
    Added heating coil output.
  • June 28, 2017, by Milica Grahovac:
    First implementation.