modelController
Validation sequence of controlling tower fan speed when waterside economizer is enabled
Information
This example validates Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.Towers.FanSpeed.EnabledWSE.Controller.
In this example, at 2000 seconds the plant changes from economizer-only mode to integration mode which has both the chiller and economizer operating. It then changes to chiller-only mode at 3530 seconds. It implements the following processes:
- From 0 to 400 seconds, the chilled water supply temperature is greater than the setpoint. The direct PID controller increases the output to the maximum output and the fan speed setpoint becomes 1.
- From 400 to 1000 seconds, the chilled water supply temperature becomes lower than the setpoint. The PID controller decreases the output to the minimum and the fan speed setpoint becomes the minimum. After the fan stays at minimum speed for 300 seconds and the chilled water supply temperature is lower than the setpoint, the fan cycles off.
- From 1000 to 1600 seconds, the chilled water supply temperature becomes greater than the setpoint by 1.5 °C. In the meantime, the fan has been cycled off for 180 seconds (ranging from 895 seconds to 1075 seconds). The fan starts to run again and the PID control increases the output to maximum and the fan speed setpoint becomes 1.
- From 1600 to 2000 seconds, the chilled water supply temperature is reduced but still remains higher than the setpoint and the fan speed setpoint keeps to be 1.
- At 2000 seconds, the plant changes from economizer-only mode to integration mode. It keeps the fan speed setpoint to be maximum for 10 minutes (ranging from 2000 seconds to 2600 seconds).
- From 2600 to 3515 seconds, the direct acting PID maintains to the chiller load at 110% of the sum of the minimum cycling load for the operating chiller.
- After the 3515 seconds, it becomes chiller-only mode and the fan speed control becomes invalid.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.ASHRAE.G36.Plants.Chillers.Towers.FanSpeed.EnabledWSE.Controller | wseOpe | Tower fan speed control when waterside economizer is enabled | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | chiSupSet | Chilled water supply water setpoint | |
| Buildings.Controls.OBC.CDL.Reals.Switch | swi1 | Logical switch | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | con1 | Zero constant | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Sin | sin | Chiller load | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Pulse | booPul1 | Boolean pulse | |
| Buildings.Controls.OBC.CDL.Logical.Not | chiSta1 | First chiller status | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Constant | chiSta2 | Second chiller status | |
| Buildings.Controls.OBC.CDL.Logical.Sources.Pulse | wseSta | Waterside economizer enabling status | |
| Buildings.Controls.OBC.CDL.Reals.Sources.TimeTable | timTab | Chilled water supply temperature |
Revisions
-
August 12, 2019, by Jianjun Hu:
First implementation.