***What is PID Control?
PID controller (”pee-i-dee”) is a generic name for a controller containing a linear combination of
@proportional (P)
@integral (I)
@derivative (D)
terms acting on a control error (or sometimes the process output).
All parts need not be present. Frequently I and/or D action is missing, giving a controller like
**P, PI, or PD controller
It has been estimated that of all controllers in the world
**95 % are PID controllers
D is a prediction of future errors, based on current rate of change.
Yesterday = Experience,
Today = Experiment,
Tomorrow = Expectations.
@@@Use your Experience in your Experiment to achieve your Expectations@@@
***Why PID Control?
•Simple, easy to use
•Wide Application: Petrochemical, Pharmaceuticals, Food, Chemical, Aerospace and Semiconductor, etc.
•Robust: Insensitive to changes to plant parameter and disturbance.
2. http://www.inpharmix.com/jps/PID_Controller_For_Lego_Mindstorms_Robots.html
3. http://www.mathworks.com/discovery/pid-control.html
5. http://www.mathworks.com/videos/pid-control-made-easy-81905.html?form_seq=conf966
***Multi-Bot with PID Controller:
Related Video with PID Controller: