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

TypeNameDefaultDescription
IntegerninNumber of input connections

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInput[nin]dpUseConnector of Real input signals
Buildings.Controls.OBC.CDL.Interfaces.RealInputdpStoPlaConnector of Real input signals
Buildings.Controls.OBC.CDL.Interfaces.BooleanInputisChaRemThe storage plant is in remote charging mode
Buildings.Controls.OBC.CDL.Interfaces.RealOutputy

Components

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Reals.MultiMinmulMinFind minimum value from the input vector
Buildings.Controls.OBC.CDL.Reals.Minmin1Smaller input
Buildings.Controls.OBC.CDL.Reals.SwitchswiSwitch 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.