Control Systems - Controllers



The various types of controllers are used to improve the performance of control systems. In this chapter, we will discuss the basic controllers such as the proportional, the derivative and the integral controllers.

Proportional Controller

The proportional controller produces an output, which is proportional to error signal.

$$u(t) \propto e(t) $$

$$\Rightarrow u(t)=K_P e(t)$$

Apply Laplace transform on both the sides -

$$U(s)=K_P E(s)$$

$$\frac{U(s)}{E(s)}=K_P$$

Therefore, the transfer function of the proportional controller is $K_P$.

Where,

U(s) is the Laplace transform of the actuating signal u(t)

E(s) is the Laplace transform of the error signal e(t)

KP is the proportionality constant

The block diagram of the unity negative feedback closed loop control system along with the proportional controller is shown in the following figure.

Proportional Controller

The proportional controller is used to change the transient response as per the requirement.

Derivative Controller

The derivative controller produces an output, which is derivative of the error signal.

$$u(t)=K_D \frac{\text{d}e(t)}{\text{d}t}$$

Apply Laplace transform on both sides.

$$U(s)=K_D sE(s)$$

$$\frac{U(s)}{E(s)}=K_D s$$

Therefore, the transfer function of the derivative controller is $K_D s$.

Where, $K_D$ is the derivative constant.

The block diagram of the unity negative feedback closed loop control system along with the derivative controller is shown in the following figure.

Derivative Controller

The derivative controller is used to make the unstable control system into a stable one.

Integral Controller

The integral controller produces an output, which is integral of the error signal.

$$u(t)=K_I \int e(t) dt$$

Apply Laplace transform on both the sides -

$$U(s)=\frac{K_I E(s)}{s}$$

$$\frac{U(s)}{E(s)}=\frac{K_I}{s}$$

Therefore, the transfer function of the integral controller is $\frac{K_I}{s}$.

Where, $K_I$ is the integral constant.

The block diagram of the unity negative feedback closed loop control system along with the integral controller is shown in the following figure.

Integral Controller

The integral controller is used to decrease the steady state error.

Let us now discuss about the combination of basic controllers.

Proportional Derivative (PD) Controller

The proportional derivative controller produces an output, which is the combination of the outputs of proportional and derivative controllers.

$$u(t)=K_P e(t)+K_D \frac{\text{d}e(t)}{\text{d}t}$$

Apply Laplace transform on both sides -

$$U(s)=(K_P+K_D s)E(s)$$

$$\frac{U(s)}{E(s)}=K_P+K_D s$$

Therefore, the transfer function of the proportional derivative controller is $K_P + K_D s$.

The block diagram of the unity negative feedback closed loop control system along with the proportional derivative controller is shown in the following figure.

Proportional Derivative

The proportional derivative controller is used to improve the stability of control system without affecting the steady state error.

Proportional Integral (PI) Controller

The proportional integral controller produces an output, which is the combination of outputs of the proportional and integral controllers.

$$u(t)=K_P e(t)+K_I \int e(t) dt$$

Apply Laplace transform on both sides -

$$U(s)=\left(K_P+\frac{K_I}{s} \right )E(s)$$

$$\frac{U(s)}{E(s)}=K_P+\frac{K_I}{s}$$

Therefore, the transfer function of proportional integral controller is $K_P + \frac{K_I} {s}$.

The block diagram of the unity negative feedback closed loop control system along with the proportional integral controller is shown in the following figure.

Proportional Integral

The proportional integral controller is used to decrease the steady state error without affecting the stability of the control system.

Proportional Integral Derivative (PID) Controller

The proportional integral derivative controller produces an output, which is the combination of the outputs of proportional, integral and derivative controllers.

$$u(t)=K_P e(t)+K_I \int e(t) dt+K_D \frac{\text{d}e(t)}{\text{d}t}$$

Apply Laplace transform on both sides -

$$U(s)=\left(K_P+\frac{K_I}{s}+K_D s \right )E(s)$$

$$\frac{U(s)}{E(s)}=K_P+\frac{K_I}{s}+K_D s$$

Therefore, the transfer function of the proportional integral derivative controller is $K_P + \frac{K_I} {s} + K_D s$.

The block diagram of the unity negative feedback closed loop control system along with the proportional integral derivative controller is shown in the following figure.

Proportional Integral Derivative

The proportional integral derivative controller is used to improve the stability of the control system and to decrease steady state error.

Advertisements