blockEnable
Sequence to enable and disable plant
Information
Block that generates chiller plant enabling signals and outputs the initial plant stage, according to ASHRAE Guideline 36-2021, section 5.20.2.1, 5.20.2.2 and 5.20.2.3.
The chiller plant should be enabled and disabled according to the following sequences:
- An enabling schedule should be included to allow operators to lock out the chiller plant during off-hours, e.g. to allow off-hour operation of HVAC systems except the chiller plant. The default schedule shall be 24/7 and adjustable.
-
The plant should be enabled in the lowest stage when the plant has been
disabled for at least
plaThrTim, e.g., 15 minutes, and:-
Number of chiller plant requests >
ignReq(ignReqshould default be 0 and adjustable), and, -
Outdoor air temperature is greater than chiller lockout temperature,
TOut>TChiLocOut, and, - The chiller enable schedule is active.
-
Number of chiller plant requests >
-
The plant should be disabled when it has been enabled for at least
plaThrTim, e.g., 15 minutes, and:-
Number of chiller plant requests ≤
ignReqforreqThrTim, or, -
Outdoor air temperature is 1 °F less than chiller lockout temperature,
TOut<TChiLocOut- 1 °F, or, - The chiller enable schedule is inactive.
-
Number of chiller plant requests ≤
The following state machine chart illustrates the transitions between plant enable and plant disable:
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | TChiLocOut | 277.5 | Outdoor air lockout temperature below which the chiller plant should be disabled |
| Real | plaThrTim | 900 | Threshold time to check status of chiller plant |
| Real | reqThrTim | 180 | Threshold time to check current chiller plant request |
| Integer | ignReq | 0 | Ignorable chiller plant requests |
| Advanced | |||
| Real | locDt | 5/9 | Offset temperature for lockout chiller |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | chiPlaReq | Number of chiller plant cooling requests | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | TOut | Outdoor air temperature | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | uPlaSchEna | Plant schedule enable: true=Enable | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | yPla | Chiller plant enabling status |
Revisions
-
January 19, 2021, by Milica Grahovac:
Added state chart illustration. -
March 12, 2020, by Milica Grahovac:
Removed initial stage determination as it is implemented as a separate sequence. This is for issue 1831. -
January 24, 2019, by Jianjun Hu:
First implementation.