In: Mechanical Engineering
Explain what a P, PI and PID controller are and present important features for these controllers.
Proportional
Integral
Derivative
If our devices contain a function of PID controller then it is possible to realize three types of control namely Proportional, Integral and Derivative.
Let us look into each controller in detail and discuss its important features:
P Control - Output power is directly proportional to control error. The higher the proportion coefficient, the less the output power at the same control error. Proportional control can be recommended for fast-response systems with a large transmission coefficient. To adjust the propotional controller you should first set the maximum proportion coefficient where in the output power decreases to zero. When the measured value is stabilized, set a specified value and gradually reduce the proportion coefficient and the control error will decrease. If there are periodic oscillations in the system, the proportion coefficient should be increased so that control error is minimal periodic oscillations decrease to the limit.
PI Control - Output
power equals to the sum of proportion and integration coefficients.
The higher the proportion coefficient, the less the output power at
the same control error. The higher the integration coefficient, the
slower the accumulated integration coefficient. PI control provides
zero control error and and is insensitive to interference of the
measurement channel. The
PI control disadvantage is slow reaction to disturbances. To
adjust the PI controller you should first set the integration time
equal to zero, and the maximum proportion time. Then by decreasing
the coefficient of proportionality, achieve periodic oscillations
in the system. Close to the optimum value of the coefficient of
proportionality is twice higher than that at which any hesitation,
and close to the optimum value of the integration time constant -
is 20% less than the oscillation period.
PID Control - Output power equals to the sum of
three coefficients: proportional, integral and differential. The
higher the proportion coefficient, the less the output power at the
same control error. The higher the integration coefficient, the
slower the accumulated integration coefficient. The higher the
differentiation coefficient, the greater the response of the system
to the disturbance. The PID controller is used in inertial systems
with relatively low noise level of the measuring channel.
The advantage of PID is
fast warm up time, accurate setpoint temperature control and fast
reaction to disturbances. Manual tuning PID is extremely
complex, so it is recommended is to use the autotune function.