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

TypeNameDefaultDescription
IntegernTowCel4Total number of cooling tower cells

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputuCelNumTotal number of cells that should be enabled
Buildings.Controls.OBC.CDL.Interfaces.BooleanInput[nTowCel]uTowStaVector of tower cells proven on status: true=enabled tower cell
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput[nTowCel]yTowStaTrue: tower cell should be enabled
Buildings.Controls.OBC.CDL.Interfaces.BooleanOutput[nTowCel]yChaCelTrue: the cell should change status, either become enabled or disabled

Revisions

  • July 26, 2022, by Jianjun Hu:
    First implementation.