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.IntegerInputu1Input to the max function
Buildings.Controls.OBC.CDL.Interfaces.IntegerInputu2Input to the max function
Buildings.Controls.OBC.CDL.Interfaces.IntegerOutputyMaximum of the inputs

Revisions

  • January 9, 2017, by Milica Grahovac:
    First integer implementation, based on the implementation of the Modelica Standard Library.
  • January 3, 2017, by Michael Wetter:
    First implementation, based on the implementation of the Modelica Standard Library.