Limited Integrator
Integrator with limited value
Description
Equations
Connections
Parameters
Modelica Standard Library
The Limited Integrator (or Lim Integrator) component computes, element-wise, the integral of the input u and then multiplies it by the gain, k. If the output exceeds the specified upper or lower limit, the integration is stopped and is restarted when the input drives the integral away from the limit.
The Signal Size parameter assigns the dimension of the input and output connectors.
y.j={k⁢ujoutmin<y<outmax0otherwise
Name
Modelica ID
u
Real input vector
y
Real output vector
reset
Optional connector of reset signal
set
Optional connector of set signal
Default
Units
Signal Size
1
Dimension of input and output signals
signalSize
k
Integrator gain
outmax
Upper limit of output
outMax
outmin
−outMax
Lower limit of output
outMin
use reset
false
True(checked) enables reset port
use_reset
use set
True(checked) enables port that sets reset value (when use reset is selected)
use_set
Strict
True (checked) means no event is generated when the output reaches a limit
strict
Initial Values
Initialization with initial states
Type of initialization
initType
Limits At Initial
true
True (checked) means limits are used during initialization
limitsAtInit
y0
0
Initial or guess value of the output. This value must be within the limits
y_start
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Math Functions
Math Operators
Signal Blocks
Download Help Document