PI
Proportional-Integral controller
Description
Equations
Variables
Connections
Parameters
The PI component models a proportional-integral controller. The proportional gain in this controller, k, also affects the integral gain performance.
The Signal Size parameter allows the block to operate on a vector of signals rather than a single signal.
y=k⁢x+u
x.=uT
Name
Units
Modelica ID
x
State of block
u
Real input vector
y
Real output vector
Default
Signal Size
1
Dimension of input and output signals
signalSize
k
Gain
T
s
Time Constant (0<T)
Initial Values
NoInit
Type of initialization (SteadyState and InitialOutput are identical)
initType
x0
0
Initial or guess value of state
x_start
y0
Initial value of output
y_start
See Also
Signal Blocks
Download Help Document