Vous êtes sur la page 1sur 4

CONTROLLERS

The controller is an element which accepts the error in some form and decides the proper corrective action. The output of the controller is then applied to the system or process. The accuracy of the entire system depends on how sensitive is the controller to the error detected and how it is manipulating such an error. The controller has its own logic to handle the error. The controllers are classified based on the response and mode of operation. On the basis of mode of operation, they are classified into Continuous and Discontinuous controllers. The discontinuous mode controllers are further classified as ON-OFF controllers and multiposition controllers. Continuous mode controllers, depending on the input-output relationship, are classified into three basic types named as Proportional controller, Integral controller and Derivative controller. In many practical cases, these controllers are used in combinations. The examples of such composite controllers are Proportional Integral (PI) controllers, Proportional Derivative (PD) controllers and Proportional - Integral Derivative (PID) controllers. The block diagram of a basic control system with controller is shown in Figure. The error detector compares the feedback signal b(t) with the reference input r(t) to generate an error. e(t) = r(t) b(t).

Proportional Controller:
In the proportional control mode, the output of the controller is proportional to the error e(t). The relation between the error and the controller output is determined by a constant called proportional gain constant denoted as KP. i.e. p(t) = KP e(t). Though there exists linear relation between controller output and the error, for zero error the controller output should not be zero as this will lead to zero input to the system or process. Hence, there exists some controller output Po for the zero error. Therefore mathematically the proportional control mode is expressed as P(t) = KP.e(t) + Po. The performance of proportional controller depends on the proper design of the gain K P. As the proportional gain KP increases, the system gain will increase and hence the steady state error will decrease. But due to high gain, peak overshoot and settling time increases and this may lead to instability of the system. So, compromise is made to keep steady state error and overshoot within acceptable limits. Hence, when the proportional controller is used, error reduces but can not make it zero. The proportional controller is suitable where manual reset of the operating point is possible and the load changes are small.

Page 1 of 4

Page 1 of 4

Integral Controller:
We have seen that proportional controller can not adapt with the changing load conditions. To overcome this situation, integral mode or reset action controller is used. In this controller, the controller output P(t) is changed at a rate which is proportional to actuating error signal e(t). Mathematically the integral controller mode is expressed as . The constant Ki is called integral constant. The output from the controller at any instant is the area under the actuating error curve up to that instant. If the error is zero, the controller output will not change. The integral controller is relatively slow controller. It changes its output at a rate which is dependent on the integrating time constant, until the error signal is cancelled. Compared to the proportional controller, the integral control requires time to build up an appreciable output. However it continues to act till the error signal disappears. Hence, with the integral controller the steady state error can be made to zero. The reciprocal of integral constant is known as integral time constant Ti. i.e., Ti = 1/Ki.

Derivative Controller:
In this mode, the output of the controller depends on the rate of change of error with respect to time. Hence it is also known as rate action mode or anticipatory action mode. The mathematical equation for derivative controller is . Where Kd is the derivative gain constant. The derivative gain constant indicates by how much percentage the controller output must change for every percentage per second rate of change of the error. The advantage of the derivative control action is that it responds to the rate of change of error and can produce the significant correction before the magnitude of the actuating error becomes too large. Derivative control thus anticipates the actuating error, initiates an early corrective action and tends to increase stability of the system by improving the transient response. When the error is zero or constant, the derivative controller output is zero. Hence it is never used alone.

PI Controller:
This is a composite control mode obtained by combining the proportional mode and integral mode. The mathematical expression for PI controller is

The transfer function is given by

The advantage of this controller is that the one to one correspondence of proportional controller and the elimination of steady state error due to integral controller. Basically integral controller is a low-pass circuit. The PI Controller has following effects on the system.

Page 2 of 4

1. 2. 3. 4. 5. 6.

It increases the order of the system It increases the type of the system It improves the steady state accuracy. It increases the rise time so response become slow. It filters out the high frequency noise It makes the response more oscillatory.

PD Controller:
This is a composite control mode obtained by combining the proportional mode and derivative mode. The mathematical expression for PI controller is

The transfer function is given by

The PD Controller has following effects on the system. 1. 2. 3. 4. 5. It increases the damping ratio and reduces overshoot. It reduces the rise time and makes response fast. It reduces the settling time The type of the system remains unchanged. Steady state error remains unchanged.

In general it improves transient part without affecting steady state.

PID Controller:
This is a composite control mode obtained by combining the proportional mode, integral mode and derivative mode. The mathematical expression for PI controller is

The transfer function is given by

Page 3 of 4

This is to note that derivative control is effective in the transient part of the response as error is varying, whereas in the steady state, usually if any error is there, it is constant and does not vary with time. In this aspect, derivative control is not effective in the steady state part of the response. In the steady state part, if any error is there, integral control will be effective to give proper correction to minimize the steady state error. An integral controller is basically a low pass circuit and hence will not be effective in transient part of the response where error is fast changing. Hence for the whole range of time response both derivative and integral control actions should be provided in addition to the inbuilt proportional control action for negative feedback control systems. Example: The figure shows PD controller used for the system. Determine the value of T d such that the system will be critically damped. Calculate the settling time.

Page 4 of 4

Vous aimerez peut-être aussi