Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Proportional–integral–derivative controller
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===PI controller=== [[File:PI controller.svg|thumb|300x300px|Basic block of a PI controller]]<!--redirects link here--> A '''PI controller''' (proportional-integral controller) is a special case of the PID controller in which the derivative (D) of the error is not used. The controller output is given by :<math>K_P \Delta + K_I \int \Delta\,dt</math> where <math>\Delta</math> is the error or deviation of actual measured value ('''''PV''''') from the setpoint ('''''SP'''''). :<math>\Delta = SP - PV.</math> A PI controller can be modelled easily in software such as [[Simulink]] or [[Xcos]] using a "flow chart" box involving [[Laplace transform|Laplace]] operators: :<math>C=\frac{G(1+\tau s)}{\tau s}</math> where :<math>G = K_P</math> = proportional gain :<math>\frac G \tau = K_I</math> = integral gain Setting a value for <math>G</math> is often a trade off between decreasing overshoot and increasing settling time. The lack of derivative action may make the system more steady in the steady state in the case of noisy data. This is because derivative action is more sensitive to higher-frequency terms in the inputs. Without derivative action, a PI-controlled system is less responsive to real (non-noise) and relatively fast alterations in state and so the system will be slower to reach setpoint and slower to respond to perturbations than a well-tuned PID system may be.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)