blockPartialSupervisory
Partial model for supervisory controller
Information
This is a base class for the ETS supervisory controller.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nSouAmb | Number of ambient sources to control |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | uHea | Heating enable signal | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | uCoo | Cooling enable signal | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | TChiWatSupPreSet | Chilled water supply temperature set point | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | TChiWatBot | Chilled water temperature at tank bottom | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | THeaWatTop | Heating water temperature at tank top | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | THeaWatSupPreSet | Heating water supply temperature set point | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | THeaWatSupSet | Heating water supply temperature set point after reset | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | TChiWatSupSet | Chilled water supply temperature set point after reset | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | yValIsoEva | Evaporator to ambient loop isolation valve control signal | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | yValIsoCon | Condenser to ambient loop isolation valve control signal | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput[nSouAmb] | yAmb | Control output for ambient sources | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | yHea | Tank in heating demand | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput | yCoo | Tank in cooling demand |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Logical.TrueFalseHold | uHeaHol | Hold heating enable signal | |
| Buildings.Controls.OBC.CDL.Logical.TrueFalseHold | uCooHol | Hold cooling enable signal |
Revisions
-
July 31, 2020, by Antoine Gautier:
First implementation.