Arduino
Arduino
Aayush Jaiswal
Daksh Dua
Aniket Nandi
Varun Mahajan
ARDUINO-UNO BOARD
PID CONTROL
PID is termed Proportional Integral Derivative. It is the device that is widely
employed in industrial regulatory applications for controlling process variables
such as pressure, temperature, speed, flow, and others. This device works with a
control loop feedback approach for the regulation of process variables and
provides results with more preciseness.Using the proportional, one can know
the error and this error helps in providing the corrective response value. The
proportional term is even termed as proportional gain constant. With integral,
the past error values are known and integrated. When the error values are
excluded from the system, then the integral value gets increased. And using
the derivative, the forthcoming error values are expected depending on the
current values.