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].

Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Sine | sine | Sine source | |
| Modelica.Blocks.Sources.Pulse | pulse | Pulse source | |
| Buildings.Controls.Continuous.SignalRanker | sigRan | Signal ranker | |
| Modelica.Blocks.Sources.ExpSine | expSine | Exponential 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.