blockSelectMin
Block that includes or excludes storage plant pressure signal for min
Information
This block finds the minimum value from pressure head signals. The signal from the storage plant is included only when the plant is in remote charging mode.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin | Number of input connections |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Interfaces.RealInput[nin] | dpUse | Connector of Real input signals | |
| Buildings.Controls.OBC.CDL.Interfaces.RealInput | dpStoPla | Connector of Real input signals | |
| Buildings.Controls.OBC.CDL.Interfaces.BooleanInput | isChaRem | The storage plant is in remote charging mode | |
| Buildings.Controls.OBC.CDL.Interfaces.RealOutput | y |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.OBC.CDL.Reals.MultiMin | mulMin | Find minimum value from the input vector | |
| Buildings.Controls.OBC.CDL.Reals.Min | min1 | Smaller input | |
| Buildings.Controls.OBC.CDL.Reals.Switch | swi | Switch between inputs |
Revisions
-
February 6, 2025 by Jianjun Hu:
Reimplemented to comply CDL specification. This is for Buildings, #4110. -
Jun 23, 2023 by Hongxiang Fu:
First implementation. This is for #2859.