modelMappingWithWSE
Validate sequence of specifying equipment setpoint based on head pressure control loop output
Information
This example validates Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.MappingWithWSE. It demonstrates the setpoints control based on the output from the head pressure control loop.
The instances witWSE and noWSE show
the control when the waterside economizer is enabled and disabled
respectively.
-
In instance
withWSE, the economizer is enabled. Thus, the maximum tower speed setpoint and the condenser water pump speed setpoint are equal their maximum, which is 1. The head pressure control valve positionyHeaPreConValresets from 100% open at 0% loop output to minimum positionminHeaPreValPos(0.1) at 100% loop output. -
In instance
noWSE, the economizer is disabled.-
When the loop signal
uHeaPreConchanges from 0 to 50%, the maximum cooling tower speed setpointyMaxTowSpeSetresets from 100% to the minimum speedminTowSpe(0.1). -
When the loop signal
uHeaPreConchanges from 50% to 100%, the water pump speed setpointyConWatPumSpeSetresets from the stagedesConWatPumSpe(0.75) to the minimum speedminConWatPumSpe(0.1). - The head pressure control valve is fully open.
-
When the loop signal
- For both instances, when the head pressure control loop becomes disabled, the head pressure control valve is fully closed; the maximum tower speed setpoint and the condenser water pump speed setpoints become 0.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.MappingWithWSE | witWSE | Specify setpoints for plant when waterside economizer is enabled | |
| Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.HeadPressure.Subsequences.MappingWithWSE | noWSE | Specify setpoints for plant when waterside economizer is disabled |
Revisions
-
April 1, 2019, by Jianjun Hu:
First implementation.