Proportional Integral Derivative Controller in Control System (original) (raw)

Last Updated : 26 Mar, 2026

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. A 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 Terminology

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

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-(1)](A control system with 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

**Advantages

Disadvantage