modelSignalRanker

Example model for signal ranker

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

Example that demonstrates the use of the signal ranker model. The figure below shows the input and output signals of the block. Note that sigRan.y[1] ≥ sigRan.y[2] ≥ sigRan.y[3].

Input to signal ranker.
Output of signal ranker.

Components

TypeNameDefaultDescription
Modelica.Blocks.Sources.SinesineSine source
Modelica.Blocks.Sources.PulsepulsePulse source
Buildings.Controls.Continuous.SignalRankersigRanSignal ranker
Modelica.Blocks.Sources.ExpSineexpSineExponential sine source

Revisions

  • October 15, 2021, by Michael Wetter:
    Moved start time of sine input signal to avoid simultaneous state event and time event.
    This is for IBPSA, #1534.
  • November 21, 2011, by Michael Wetter:
    Added documentation.