blockMax

Pass through the largest signal

Information

Block that outputs y = max(u1, u2), where u1 and u2 are inputs.

Connectors

TypeNameDefaultDescription
Buildings.Controls.OBC.CDL.Interfaces.RealInputu1Input to the max function
Buildings.Controls.OBC.CDL.Interfaces.RealInputu2Input to the max function
Buildings.Controls.OBC.CDL.Interfaces.RealOutputyMaximum of the inputs

Revisions

  • March 2, 2020, by Michael Wetter:
    Changed icon to display dynamically the output value.
  • January 3, 2017, by Michael Wetter:
    First implementation, based on the implementation of the Modelica Standard Library.