blockPartialLimiter

Partial block to limit a signal

Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).

Information

Block that computes y_internal=min(uMax, max(uMin, u)), where y_internal is a protected connector.

This block is used because interpolation of weather data can lead to a slight overshoot of values. This block is extended by other blocks that then provide the output connector. Extending this block is needed for the output connector to have the correct comment string in the weather data bus, because the weather data bus displays the comment string of the output signal that is connected to the weather data bus. Without this construct, the weather data bus would simply show "Connector of Real output signal".

Parameters

TypeNameDefaultDescription
RealuMin0Minimum value
RealuMax1Maximum value

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputuConnector of Real input signal

Revisions

  • April 14, 2020, by Michael Wetter:
    First implementation.