blockLimitedPI

Base for limited PI-controller with anti-windup and feed-forward

Information

Proportional - Integral - controller with optional feed-forward and limitation at the output.

Feed-forward can be switched off.

The limits for the output can be set constant or dynamic, or the lower limit being the negative of the upper limit.

Parameters

TypeNameDefaultDescription
Realkp1Proportional gain
SI.TimeTi1Integral time constant (T>0 required)
MagLev.Types.AntiWindupantiWindupMagLev.Types.AntiWindup.BackCalcAnti-Windup technique
Feed-forward
BooleanuseFFfalseUse feed-forward?
RealkFF1Feed-forward gain
Limitation
BooleansymmetricLimitstrueUse symmetric limits?
BooleanconstantUpperLimittrueUse constant upper limit?
RealyMaxinfUpper limit of output
BooleanconstantLowerLimittrueUse constant lower limit?
RealyMin-yMaxLower limit of output

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputu_mConnector of measured signal
Modelica.Blocks.Interfaces.RealInputfeedForwardConnector of feed-forward signal
Modelica.Blocks.Interfaces.RealInputyMaxVarConnector of yMax input signal
Modelica.Blocks.Interfaces.RealInputyMinVarConnector of yMin input signal