Open In App

Proportional Integral Derivative Controller in Control System

A proportional Integral Derivative controller also called a PID controller, is a widely used feedback control mechanism in industrial automation. It aims to regulate a process variable by adjusting a manipulated variable based on the error between the set point and the actual process variable.

What is a Proportional Integral Derivative Controller?

PID controller or Proportional Integral Derivative Controller is basically a combination of proportional, integral, and derivative action to regulate a process variable by adjusting a manipulated variable.



Important Terms of Proportional Integral Derivative Controller

Here is an explanation of the three terms :

1. Proportional Action

2. Integral Action

3. Derivative Action

Mathematical Expression of PID Controller

The PID controller output(Co) is the sum of the proportional, Integral and derivative terms.



If, Co(t) = controller output at time T,

e(t) = error at time t(SP-PV),

Kp , Ki, Kd = tunning constrains for proportional, integral and derivative terms.

So according to proportional action,

Co(t) ∝ e(t)

Co(t) = Kp . e(t) ———–(i)

According to Integral action,

Co(t) ∝ ∫ e(t) dt

Co(t) = Ki . ∫ e(t) dt ———–(ii)

According to Derivation action,

Co(t) ∝ de(t)/dt

Co(t) = Kd . de(t)/dt ————(iii)

Combining all these three equation we get,

                                                                                      Co(t) = Kp . e(t)   +   Ki . ∫ e(t) dt   +   Kd . de(t)/dt 

Block Diagram of PID controller

Block diagram of PID controller

Working of PID controller

To understand the working principals of PID controller, it is required to understand what is happening inside the closed loop system. First a setpoint or a target value is given to the PID controller. Then, it takes input of the actuation device through the sensor and then it compares with the setpoint and send feedback to the actuation device according to that. And this loop continues until to get the most desired value. Shortly this is the working principle of a PID controller.

A control system with PID controller

Breakdown of How PID Controller Works?

And this loop continues until to get the most desired or the closest value of the process variable of setpoint.

Tuning of PID controller

Tuning of PID controller means adjusting the three variable Proportional(P), Integral(I) and Derivative(D). Through this process we try to achieve the desired controlled position.

Methods that followed to tuning a PID –

Although there are several tuning methods for PID controller but mostly used are described.

Applications of Proportional Integral Derivative Controller

  1. PID controller are used in various industries such as, manufacturing, process control, robotics, automotive and many more.
  2. They regulate temperature, pressure, flow control, motor speed and other variable to maintain desired variable.

Advantages and Disadvantages of PID controller

Here are some advantages of Proportional Integral Derivative Controller :

Advantages

  1. PID controller are simple, efficient and widely understood.
  2. They offer fast response, stability and adaptability.

Here are some disadvantages of Proportional Integral Derivative Controller :

Disadvantage

  1. This controller may struggle in complex linear system.
  2. Optimal tuning can be challenging due to the(P, I and D) parameters.

Conclusion

PID controller is known as an instrument that can regulate different process such as flow, temperature, speed, pressure etc. It maintain zero error in the output although their are some issue with tuning and other complexities. inspite of all these PID controller is a workhorse in modern automatic control system.

FAQs on Proportional Integral Derivative Controller

1. What is a PID Controller ?

PID controller is a closed loop feed back control ststem with three parameter-Proportional, Integral and Derivative.

2. What these P, I and D term means ?

Proportional(P) eliminates the current error.

Integral(I) eliminates long term error tendency.

Derivative(D) anticipates future trend of error with the help of rate of change of error.

3. What is the difference between PID controller and PI controller?

In a PI controller, there is no derivative component. A PI controller can provide stable control but may not response quickly.

4. What are the gain factor of PID controller ?

Kp – Proportional gain

Ki – Integral gain

Kd – Derivative gain

5. What is gain factor ?

gain factor is basically a relationship (ratio mostly) between the magnitude of the input and magnitude of the output.


Article Tags :