Signal\Control\PID Control\Discrete
Domains: Continuous, Discrete Size: 1-D. Kind: Block Diagrams.
This is a PI controller. The transfer function of the controller is:
with the input of the controller equal to the error and the output of the controller used as the plant input:
Inputs |
Description |
error |
Input signal: plant-output minus set point. |
Outputs |
|
output |
Output signal: input for the plant. |
Parameters |
|
kp tauI |
Proportional gain. Integral gain (tauI <> 0). |
Initial Values |
|
state(0) |
output(0) = state(0) - kp*error(0) |