blockSeparateWithDP

Outdoor air and return air damper position limits for units with separated minimum outdoor air damper and differential pressure control

Information

Block that outputs the position limits of the return and outdoor air damper for units with a separated minimum outdoor air damper and differential pressure control. It is implemented according to Section 5.16.4 of the ASHRAE Guideline 36, May 2020.

Differential pressure setpoint across the minimum outdoor air damper

Open minimum outdoor air damper

Open minimum outdoor air damper when the supply air fan is proven ON and the system is in occupied mode and the minimum differential pressure set point is greater than zero. Damper shall be closed otherwise.

Return air damper

  • Return air damper minimum outdoor air control is enabled when the minimum outdoor air damper is open and the economizer outdoor air damper is less than a projected position limit, which is 5% when supply fan speed is at 100% design speed proportionally up to 80% when the fan is at minimum speed.
  • Return air damper minimum outdoor air control is disabled when the minimum outdoor air damper is closed or the economizer outdoor air damper is 10% above the projected position limit as determined above.
  • When enabled, the maximum return air damper set point is modulated from 100% to 0% to maintain the differential pressure across the minimum outdoor air damper at set point.

Parameters

TypeNameDefaultDescription
Buildings.Controls.OBC.ASHRAE.G36.Types.VentilationStandardvenStdVentilation standard, ASHRAE 62.1 or Title 24
Booleanhave_CO2SenfalseTrue: some zones have CO2 sensor
RealdpAbsMinOutDam5Absolute minimum pressure difference across the minimum outdoor air damper. It provides the absolute minimum outdoor airflow
RealdpDesMinOutDam20Design minimum pressure difference across the minimum outdoor air damper. It provides the design minimum outdoor airflow
RealminSpeMinimum supply fan speed
DP control
Buildings.Controls.OBC.CDL.Types.SimpleControllerdpConBuildings.Controls.OBC.CDL.Types.SimpleController.PIType of differential pressure setpoint controller
RealkDp1Gain of controller
RealTiDp0.5Time constant of integrator block
RealTdDp0.1Time constant of derivative block
Commissioning › Physical damper position limits
RealretDamPhy_max1Physically fixed maximum position of the return air damper
RealretDamPhy_min0Physically fixed minimum position of the return air damper
RealoutDamPhy_max1Physically fixed maximum position of the outdoor air damper
RealoutDamPhy_min0Physically fixed minimum position of the outdoor air damper

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputeffAbsOutAir_normalizedEffective minimum outdoor airflow setpoint, normalized by the absolute outdoor airflow rate
Buildings.Controls.OBC.CDL.Interfaces.RealInputuCO2Loo_maxMaximum zone CO2 control loop
Buildings.Controls.OBC.CDL.Interfaces.RealInputeffDesOutAir_normalizedEffective minimum outdoor airflow setpoint, normalized by the design outdoor airflow rate
Buildings.Controls.OBC.CDL.Interfaces.RealInputdpMinOutDamMeasured pressure difference across the minimum outdoor air damper
Buildings.Controls.OBC.CDL.Interfaces.RealInputVOutMinSet_flow_normalizedEffective minimum outdoor airflow setpoint, normalized by design minimum outdoor airflow rate
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputu1SupFanSupply fan proven on
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuOpeModAHU operation mode status signal
Buildings.Controls.OBC.CDL.Interfaces.RealInputuOutDamEconomizer outdoor air damper commanded position
Buildings.Controls.OBC.CDL.Interfaces.RealInputuSupFanCommanded supply fan speed
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutputy1MinOutDamStatus of minimum outdoor air damper position, true means it's open
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOutDam_minPhysically minimum outdoor air damper position limit
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyOutDam_maxPhysically maximum outdoor air damper position limit
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyRetDam_minMinimum return air damper position limit
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyRetDam_maxMaximum return air damper position limit
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyRetDamPhy_maxPhysical maximum return air damper position limit. Required as an input for the economizer enable disable sequence

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Reals.MultiplyminDpMinimum pressure difference setpoint when complying with ASHRAE 62.1
Buildings.Controls.OBC.CDL.Reals.PIDWithResetmaxRetDamMaximum return air damper position

Revisions

  • August 29, 2023, by Hongxiang Fu:
    Because of the removal of Logical.And3 based on ASHRAE 231P, replaced it with a stack of two Logical.And blocks. This is for #2465.
  • August 1, 2020, by Jianjun Hu:
    First implementation.