blockSupplyAirTemperatureSetpoint
Block computing the supply air temperature set point based on the operation mode
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This block computes the supply air temperature set point
based on the actual operating mode.
The default set point values are taken from the control sequence
VAV 2A2-21232 of the Sequences of Operation for
Common HVAC Systems (ASHRAE, 2006).
| Operating mode | Set point value [C] |
|---|---|
| Occupied | 12 |
| Unoccupied off | 12 |
| Unoccupied, night set back | 35 |
| Unoccupied, warm-up | 35 |
| Unoccupied, pre-cool | 12 |
| Safety | 7 |
References
ASHRAE. Sequences of Operation for Common HVAC Systems. ASHRAE, Atlanta, GA, 2006.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| BaseClasses.Controls.ControlBus | controlBus | ||
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | TSet | Supply air temperature set point |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant[6] | TSetVal | Set point values for each operating mode | |
| Modelica.Blocks.Routing.IntegerPassThrough | mode | ||
| Modelica.Blocks.Sources.RealExpression | ext | Extract set point value corresponding to actual mode |
Revisions
-
October 27, 2020, by Antoine Gautier:
First implementation.