blockChangeCells
Identify changing cells
Information
This block identifies the cooling tower cells that should change the enabling status, either should be enabled or disabled.
It assumes that the cells are enabled in order as cell 1, 2, 3, etc.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nTowCel | 4 | Total number of cooling tower cells |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.IntegerInput | uCelNum | Total number of cells that should be enabled | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput[nTowCel] | uTowSta | Vector of tower cells proven on status: true=enabled tower cell | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput[nTowCel] | yTowSta | True: tower cell should be enabled | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput[nTowCel] | yChaCel | True: the cell should change status, either become enabled or disabled |
Revisions
-
July 26, 2022, by Jianjun Hu:
First implementation.