
blockExhaustDamper
Control of actuated exhaust air dampers without fans
Information
Control sequence for actuated exhaust damper yExhDamPos
without fans. It is implemented according to ASHRAE Guidline 36 (G36), PART 5.N.8.
(for multi zone VAV AHU), PART 5.P.6 and PART3.2B.3 (for single zone VAV AHU).
Multi zone VAV AHU: Control of actuated exhaust dampers without fans (PART 5.N.8)
- The exhaust damper is enabled when the associated supply fan is proven on
uSupFan = true, and disabled otherwise.
- When enabled, a P-only control loop modulates the exhaust damper to maintain
a building static pressure of
dpBui, which is by default 12 Pa (0.05 inchWC).
-
When
uSupFan = false, the damper is closed.
Parameters
| Type | Name | Default | Description |
| Real | dpBuiSet | 12 | Building static pressure difference relative to ambient (positive to pressurize the building) |
| Exhaust damper P-control parameter |
| Real | k | 0.5 | Gain, applied to building pressure control error normalized with dpBuiSet |
Revisions
-
October 15, 2020, by Michael Wetter:
Moved normalization of control error to PID controller.
This is for
#2182.
-
October 17, 2017, by Jianjun Hu:
Changed model name.
-
May 12, 2017, by Jianjun Hu:
First implementation.