blockOverrides
Software switches to override setpoints
Information
This block considers the overrides to the setpoints for series fan-powered unit with constant-volume fan. The implementation is according to the Section 5.9.7 of ASHRAE Guideline 36, May 2020.
Provide software switches that interlock to a system-level point to:
-
when
oveDamPosequals to 1, force the damper to full closed by settingyDamto 0, -
when
oveDamPosequals to 2, force the damper to full open by settingyDamto 1. -
when
uHeaOffequals totrue, force the heating valve to full closed by settingyValto 0. -
When
oveFanequals to 1, force the fan to turn OFF. -
When
oveFanequals to 2, force the fan to turn ON.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | oveDamPos | Index of overriding damper position, 1: set to close; 2: set to open | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | uDam | Damper commanded position | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | uHeaOff | Override heating valve position, true: close heating valve | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | uVal | Heating valve commanded position | |
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | oveFan | Index of overriding fan status, 1: turn fan off; 2: turn fan on | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | u1Fan | Terminal fan status | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | yDam | Damper commanded position, after considering override | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | yVal | Heating valve commanded position, after considering override | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | y1Fan | Fan status after considering override |
Components
Revisions
-
August 1, 2020, by Jianjun Hu:
First implementation.