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 Section 5.18.5, 5.18.6, 5.18.7, 5.1.17 of ASHRAE Guidline 36, May 2020.

The sequence consists of three subsequences.

Parameters

TypeNameDefaultDescription
Buildings.Controls.OBC.ASHRAE.G36.Types.EnergyStandardeneStdEnergy standard, ASHRAE 90.1 or Title 24
Buildings.Controls.OBC.ASHRAE.G36.Types.ControlEconomizerecoHigLimConEconomizer high limit control device
Buildings.Controls.OBC.ASHRAE.G36.Types.ASHRAEClimateZoneashCliZonBuildings.Controls.OBC.ASHRAE.G36.Types.ASHRAEClimateZone.Not_SpecifiedASHRAE climate zone
Buildings.Controls.OBC.ASHRAE.G36.Types.Title24ClimateZonetit24CliZonBuildings.Controls.OBC.ASHRAE.G36.Types.Title24ClimateZone.Not_SpecifiedCalifornia Title 24 climate zone
Booleanhave_heaCoitrueTrue if the air handling unit has heating coil
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
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
Advanced › Hysteresis
RealdelTOutHys1Delta between the temperature hysteresis high and low limit
RealdelEntHys1000Delta between the enthalpy hysteresis high and low limits
RealfloHys0.01Near zero flow rate, below which the flow rate or difference will be seen as zero
Commissioning › Damper position limits
RealsupFanSpe_min0.1Minimum supply fan operation speed
RealsupFanSpe_max0.9Maximum supply fan operation speed
RealVOutMin_flow1.0Calculated minimum outdoor airflow rate
RealVOutDes_flow2.0Calculated design outdoor airflow rate
RealoutDamMinFloMinSpe0.4Outdoor air damper position to supply minimum outdoor airflow at minimum fan speed
RealoutDamMinFloMaxSpe0.3Outdoor air damper position to supply minimum outdoor airflow at maximum fan speed
RealoutDamDesFloMinSpe0.9Outdoor air damper position to supply design outdoor airflow at minimum fan speed
RealoutDamDesFloMaxSpe0.8Outdoor air damper position to supply design outdoor airflow at maximum fan speed
Commissioning › Physical damper position limits
RealoutDamPhy_max1Physically fixed maximum position of the outdoor air damper
RealoutDamPhy_min0Physically fixed minimum position of the outdoor air damper
RealretDamPhy_max1Physically fixed maximum position of the return air damper
RealretDamPhy_min0Physically fixed minimum position of the return air damper

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputTOutOutdoor air temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputTAirRetUsed only for fixed plus differential dry bulb temperature high limit cutoff
Buildings.Controls.OBC.CDL.Interfaces.RealInputhOutOutdoor air enthalpy
Buildings.Controls.OBC.CDL.Interfaces.RealInputhAirRetReturn air enthalpy
Buildings.Controls.OBC.CDL.Interfaces.RealInputTAirSupMeasured supply air temperature
Buildings.Controls.OBC.CDL.Interfaces.RealInputTSupHeaEcoSetSupply air temperature heating setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealInputVOutMinSet_flowMinimum outdoor airflow setpoint
Buildings.Controls.OBC.CDL.Interfaces.RealInputuSupFan_actualActual supply 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.BooleanInputu1SupFanSupply fan proven on
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOutDam_minOutdoor damper minimum position
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyHeaCoiHeating coil commanded valve position
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyRetDamReturn air damper commanded position
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOutDamOutdoor air damper commanded position

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.ASHRAE.G36.AHUs.SingleZone.VAV.Economizers.Subsequences.EnableenaDisSingle zone VAV AHU economizer enable/disable sequence
Buildings.Controls.OBC.ASHRAE.G36.AHUs.SingleZone.VAV.Economizers.Subsequences.LimitsdamLimSingle zone VAV AHU economizer minimum outdoor air requirement damper limit sequence
Buildings.Controls.OBC.ASHRAE.G36.AHUs.SingleZone.VAV.Economizers.Subsequences.ModulationmodSingle zone VAV AHU economizer damper modulation sequence
Buildings.Controls.OBC.ASHRAE.G36.Generic.AirEconomizerHighLimitsecoHigLimHigh limits

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.