Open access

PID Control Design

Written By

A.B. Campo

Submitted: 01 December 2011 Published: 26 September 2012

DOI: 10.5772/48497

From the Edited Volume

MATLAB - A Fundamental Tool for Scientific Computing and Engineering Applications - Volume 1

Edited by Vasilios N. Katsikis

Chapter metrics overview

28,606 Chapter Downloads

View Full Metrics

1. Introduction

Many industrial applications have digital closed loop control systems and the main algorithm used at these applications is the Proportional Integral Derivative structure (PID). This chapter presents some useful MATLAB commands that might be used as an instrument to analyze the closed loop and also to help the control system design. The first part presents the general standard structure of this controller, whereas MATLAB/SIMULINK programs are used to illustrate some design aspects. Script codes are used to describe the dynamic systems through the Laplace Transform and time response analysis of the system with time delays. Block diagram descriptions employed to represent the distillation process are used to analyses the Proportional Integral controller (PI) applied to the system. Performance analysis is conducted to implement an exhaustive searching algorithm applied in tuning PI parameters. At the second part a Smith Predictor structure is designed and presented to enhance the system performance. Some common feedback structures are presented and the classical literature will be referenced to present the main topics.

Along the chapter the tuning algorithms and the system analyses tools are presented through a specific application. This example is related to the tuning of PI control system applied to the temperature and pressure control in a distillation process designed to obtain the anhydrous ethanol and the hydrated ethanol from the sugarcane fermentation and distillation.

Advertisement

2. PID structures

In the literature, several works has describing the PID structure (Ǻström & Hägglund, 1995), (Ang, 2008), (Mansour, 2011) and (Alfaro, 2005). According to the authors the three term form is the standard PID structure of this controller. The structure is also known as parallel form and is represented by:

G(s)=Kp+KI1s+KDs=Kp(1+1TIs+TDs)E1

Where:

Kp : proportional gain;

KI : integral gain;

KD : derivative gain;

TI : integral time constant and

TD : derivative time constant.

In MATLAB, the script code of parallel form may be represented by:

s = tf('s');

% PID Parallel form

Kp=10;

Td=0.1;

Ti=0.1;

G=Kp*(1+(1/(Ti*s))+Td*s);

The control parameters are:

  • The proportional term: providing an overall control action proportional to the error signal through the constant gain factor.

  • The integral term: the action is to reduce steady-state errors through low-frequency compensation by an integrator.

  • The derivative term: improves transient response through high-frequency compensation by a differentiator.

The very same system may be designed at SIMULINK Toolbox, represented in figure 1.

Figure 1.

Simulink PID Control

To minimize the gain at high frequencies, the derivative term is usually modified to:

G(s)=Kp(1+1TIs+TDs1+αTDs)E2

Where α is a positive parameter adjusted between 0.01 and 1. This formulation is also used to obtain a causal relationship between the input and the output of the controller. Another usual structure employed at the PID controller is presented in figure 2.

Figure 2.

PID Controller with derivative term at the feedback branch.

According to this configuration, the derivative term is inserted out of the direct branch. The structure is carried to minimize the effect of set-point changes at the output of the control algorithm. By using this configuration only variations at the output signal of the plant will be added with the integral and proportional actions.

2.1. Tuning methods

Several tuning methods are described in (Ǻström & Hägglund, 1995) and in (Ang, 2007). The tuning methods are employed to obtain the stability of the closed-loop system and to meet given objectives associated with the following characteristics:

  • stability robustness;

  • set-point following and tracking performance at transient response, including rise-time, overshoot, and settling time;

  • regulation performance at steady-state, including load disturbance rejection;

  • robustness against plant modelling uncertainty;

  • noise attenuation and robustness against environmental uncertainty.

In (Ang, 2007), the PID controllers tuning methods are classified and grouped according to their nature and usage. The groups that describe each tuning method are:

  • Analytical methods—at these methods the PID parameters are calculated through the use of analytical or algebraic relations based in a plant model representation and in some design specification.

  • Heuristic methods—These methods are evolved from practical experience in manual tuning and are coded trough the use of artificial intelligence techniques, like expert systems, fuzzy logic and neural networks.

  • Frequency response methods—the frequency response characteristics of the controlled process is used to tune the PID controller. Frequently these are offline and academic methods, where the main concern of design is stability robustness since plant transfer function have unstructured uncertainty.

  • Optimization methods—these methods utilize an offline numerical optimization method for a single composite objective or use computerised heuristics or, yet, an evolutionary algorithm for multiple design objectives. According to the characteristics of the problem, an exhaustive search for the best solution may be applied. Some kind of enhanced searching method may be used also. These are often time-domain methods and mostly applied offline. This is the tuning method used at the development of this work.

  • Adaptive tuning methods—these methods are based in automated online tuning, where the parameters are adjusted in real-time through one or a combination of the previous methods. System identification may be used to obtain the process dynamics over the use of the input-output data analysis and real time modelling.

2.2. Measures of controlled system performance

A set of performance indicators may be used as a design tool aimed to evaluate tuning methods results. These performance indicators are listed from (3) to (6) equations.

Integral Squared Error (ISE)

JISE=0T(e(t))2dtE3

Integral Absolute Error (IAE)

JIAE=0T|e(t)|dtE4

Integral Time-weighted Absolute Error (ITAE)

JITAE=0Tt|e(t)|dtE5

Integral Time-weighted Squared Error (ITSE)

JITSE=0Tt(e(t))2dtE6

These indicators can help the design engineer to decide about the best adjustment for the PID control parameters. In (Cao, 2008) it is presented some MATLAB codes to obtain these indicators.

Advertisement

3. Distillation column dynamics

In Brazil approximately 50% of vehicle fleet is composed of flex vehicles, resulting in 30 million of vehicles. This kind of vehicle uses fossil fuel and/or ethanol. The ignition system is adjusted automatically depending of the proportion of each fuel kind. To attend the national ethanol demand there are several ethanol distillation facilities across the country. In each of these facilities the fermented sugarcane is distilled, obtaining two products: the anhydrous ethanol and the hydrated ethanol.

The hydrated ethanol is obtained from link between the second and the third column. The anhydrous ethanol is obtained at the base of the third column, see Figure 3. The production process is composed of a series of columns where two variables are controlled to generate the hydrated ethanol and the anhydrous ethanol at the standardized specification: the pressure at the column A and the temperature at the distillation tray A20 (Santos et al., 2010). The hydrated ethanol has to have a concentration of 92,6 oINPM (oINPM is a measurement of the weight of pure ethanol fuel in 100g of ethanol fuel – water mixture). So as near the concentration is about this value, the best will be the quality of the hydrated ethanol and the anhydrous ethanol.

Figure 3.

Distillation process to produce anhydrous ethanol and the hydrated ethanol.

These variables depend respectively on the steam flow at the basis of the column A and on the flow of fermented mash applied at the column A. The minimization of the variability of the alcoholic content according the brazilian standard NBR 5992-80 is the main design objective of the control system.

The distillation process is characterized by a high coupling through the system variables and by a non-linear relationship between them. According (Santos, 2010) the models that represent the relationship between the main process variables is FOTD (First Order with Time Delay).

G(s)=Keθsτs+1E7

In this work the modeling procedure was developed and the following equation was obtained from the relationship of the pressure variation at the A column and the steam flow valve actuation:

K=ΔPVΔMV=(0,360,44).110%5585,91K=0,26%bar/%opennigθ=t1t0=3sτ=t2t1=23sE8

Where MP is the Manipulated Variable e PV is the Process Variable.

So, the FODT representation is:

G(s)=0,26e3s23s+1E9

The same modeling procedure was developed to obtain the relationship among the variation of the temperature at the distillation tray A20 and the variation of the flow of fermented mash applied at the column A:

K´=ΔPVΔMV=(97,895,8)150.110%23%33%K´=0,133%oC/%opennigθ´=t1t0=85sτ´=t2t1=174sE10

So, the FODT representation is:

G(s)=0,133e85s174s+1E11

3.1. Tuning methods

The above systems were described in (Santos, 2010) and at that work there also were described and applied four tuning methods of the PI control: Ziegler-Nichols (First Method), CHR, Cohen-Coon and IMC (Internal Model Control).

Each method was analyzed through the use of Integral Absolute Error (IAE) and the best results are described at Table 1.

MethodKpTIIAEOvershoot (%)
Pressure Control LoopIMC13247,50%
Temperature Control LoopZiegler-Nichols13.828319018%

Table 1.

PI Tuning parameters

The simulation results presented (Santos, 2010) were used at the real process and another manual calibration was made. The new tuning parameters are presented at Table 2.

KpTI
Pressure Control Loop132
Temperature Control Loop1230

Table 2.

Manual PI Tuning parameters adjusted at the process.

The process where the temperature and pressure loops were modelled is described at figure 4 (Santos, 2010).

3.2. Exhaustive search solution

Both transfer functions represent a First Order plus Dead Time (FODT). So, for both systems it was applied the same procedure to tune the PI parameters. A Pade approximation is applied to generate a polynomial approximation to the delay time and a MATLAB program was designed to search the PI parameters.

The delay time of the system may be represented as a polynomial ratio according the Pade approximation. MATLAB has a specific function to generate this ratio, given the time delay and the order of the desired polynom. This function is:

[num,den] = pade(T,N)

Using this function and the transfer function of the pressure variation at the A column and the steam flow valve actuation, it was built an exhaustive searching algorithm to obtain the minimum Integral Absolute Error (IAE) using a Proportional Integral (PI) control system. At the next program it may be seen that the Pade approximation was built with two second order polynomial ratio.

Figure 4.

Piping and instrumentation diagram.

At the end of the execution, the minimum Kp obtained was equal to 17.3 and the minimum Ti was 23, and IAE equal 6.35. This is a better result than that presented at (Santos, 2010).

MATLAB program uses a Transfer Function representation for the Dead Time and for the plant. Both are associated in series through a specific MATLAB function and a unitary feedback loop is calculated to analyses the system response to several pairs of Kp and Ti values.

clc

close all

s = tf('s')

t=0:0.1:1000; tam=length(t);

T = 3;

% Plant - Transfer Function

plant = (0.26*((1-(T/2)*s+((T*s)^2)/12)/(1+(T/2)*s+((T*s)^2)/12)))/(23*s+1)

Kc = 12.00:0.01:18.00;

Ti = 22.00:0.01:25.00;

tamKp = length(Kp);

tamTi = length(Ti);

count = 1;

for i = 1:tamKc,

for j = 1:tamTi,

PI = Kp(i)*(1+1/(Ti(j)*s));

H=series(PI,plant);

L=feedback(H,1);

[output, t] = step(L,t);

MP = Calcul_MP(output);

IAE = IAE_U_Step(output,0.1);

result(count,1) = Kp(i);

result(count,2) = Ti(j);

result(count,3) = MP;

result(count,4) = IAE;

count = count+1;

end

count

end

% Search for minimum Kc and minimum Ti

tam = length(result)

minimumIAE = 1000

for i=1:tam(1),

if minimumIAE > result(i,4)

minimumIAE = result(i,4);

minimumKp = result(i,1);

minimumTi = result(i,2);

end

end

minimumIAE

minimumKp

minimumTi

At the program listed above, two other functions were developed: Calcul_Mp and IAE_U_Step.

These functions are listed below:

function [MP] = CalculMP(output)

tam = length(output);

MP = (max(output)-output(tam))/output(tam)*100;

end

At the function CalculMP the output length is obtained to take the last value of the output variable to the step response. It is used to calculate the overshoot of the system.

At the next function the Integral Absolute Error (IAE) is numerically obtained using the output generated at the main mathscript code.

function [IAE_Value] = IAE_U_Step(output,int_T)

Tam = length(output);

IAE_Value = 0;

for i=1:Tam,

if output(i) < 1

IAE_Value = IAE_Value + (1-output(i))*int_T;

else

IAE_Value = IAE_Value + (1-output(i))*(-1)*int_T ;

end

end

end

The closed loop system model with a PI control was built at SIMULINK as represented at figure 5.

Figure 5.

Closed loop Pressure Control with Pade approximation.

Applying a step function from 51 bar to 85 bar at the input of the system presented at figure 5, the output is presented at figure 6 for the tuning parameters obtained at the exhaustive search algorithm.

Figure 6.

Step response of the closed loop pressure control system.

The step response presented at Figure 6 represents a fast response with low overshoot than that presented at (Santos, 2010). It is possible to verify the delay time at the output signal.

The same procedure was used to design the control algorithm to the temperature loop and best results were obtained when compared with those presented at (Santos, 2010). In both closed loops the exhaustive search for the best response was executed near the initial solution obtained through the experimental tuning procedure.

Advertisement

4. Smith Predictor design

A design tool very useful to control engineers when it is necessary to design a control system with delay at time response is the Smith Predictor (Ogata, 2009). At the distillation plant both SISO systems are represented by transfer functions with time delays. At this item it is done some considerations about the use of this technique to generate better results for the time response of the system. The control structure of the Smith Predictor is presented at figure 7.

Figure 7.

Smith Predictor Structure.

In the system presented at figure 7, H(s) represents the pure delay time and F(s) represents the plant transfer function without delay. Analysing as separated parts, it is proposed a controller with input E(s) and output U(s) that has the delay time transfer function H(s) and F(s) modelled in its structure. It is possible to analyse the system proposed and verify that its transfer function C(s)/R(s) is equal to the transfer function of the system presented at figure 8.

Figure 8.

Equivalent system.

At figure 8 it is possible to verify that G(s) may be designed considering the transfer function F(s) without the time-delay. The transfer function of the complete system has the design specification plus the dead time present at the original plant.

4.1. MATLAB code implementing Smith Predictor

To analyse the system performance with a Smith Predictor structure it was developed a MATLAB code and a SIMULINK model. The mathscript code is presented below, with a Pade approximation to represent the time delay. The polynomial ratio used at the next code represents a delay of 3 seconds with the ratio of two second order polynomials. The block association was developed through the use of the association commands series and feedback.

Representing the Smith Predictor in a MATLAB code:

% Smith Predictor

clc

clear all

close all

s=tf('s')

% Delay with Pade aproximation

[num_d,den_d]=pade(3,2)

% PI Control System

Kp=2;

Ti=15;

G=Kp*(1+(1/(Ti*s)));

H=tf(num_d,den_d)

Gc=feedback(G,series((1-H),(0.26/(23*s+1))))

CL=feedback(series(Gc,series(tf(num_d,den_d),0.26/(23*s+1))),1)

figure(1)

step(CL,200)

grid

It is possible to see that the association Gc represents the control algorithm, where G is the Proportional Integral controller designed to the plant without delay. The system designed with SIMULINK model is presented at figure 9.

At the next figure the step response obtained at the end of the program. It is possible to see that the stationary error is equal to zero and that the control parameters could be adjusted to obtain a small overshoot.

Figure 9.

Smith Predictor in SIMULINK model.

Figure 10.

Closed loop system response.

Figure 11.

Controller output.

The output of the controller must be verified after the control system design to avoid the saturation of the actuators.

4.2. Digital control design

The control algorithm designed through the Smith Predictor may be described in a digital form, using the Z-Transform representation. The MATLAB script code below represents this transfer function.

% Digital Smith Predictor

clc

clear all

close all

s=tf('s')

Kp=2;

Ti=15;

G=Kp*(1+(1/(Ti*s)));

T=0.1;

Gz=c2d(G,T,'tustin')

n=3/T;

z=tf('z',0.1)

Hz=c2d(0.26/(26*s+1),T,'tustin')

Gcz=feedback(Gz,series(Hz,1-z^(-n))

The G transfer function represents the Proportional Integral algorithm and Gz is its discrete form using the Bilinear (Tustin) approximation. The sample time was adjusted in 0.1 s, since the dimension of time delay is about 30 times greater than this value. The time delay verified at the system may be easily modelled measuring how many samples the system measure along the total time delay. This measurement is represented at n=3/T.

The digital controller designed is represented by:

Transfer function:

2.007 z^32 – 3.992 z^31 + 1.986 z^30

---------------------------------------------------------------------------------------------------------

1.001 z^32 – 1.996 z^31 + 0.9952 z^30 – 0.001001 z^2 – 6.654e-006 z + 0.0009948

Sampling time: 0.1

The result presented above may be used to generate the difference equation:

u(k)=2.007e(k)3.992e(k1)+1.986e(k2)+1.996u(k1)0.9952u(k2)+......0.001u(k30)+0.000006u(k31)0.00099u(k32)E12

This equation implements the control algorithm at the digital system. The control algorithm designed to the temperature plant may also be described in a digital form, using the Z-Transform representation. At the next mathscript code this design procedure was applied, but at this case the sample frequency was adjusted to 1Hz, since the time response of the temperature system is very larger than the pressure system.

% Digital Smith Predictor - Temperature

G=Kp*(1+(1/(Ti*s)));

T=1;

Gz=c2d(G,T,'tustin')

n=85/T;

z=tf('z',T)

Hz=c2d(-0.133/(174*s+1),T,'tustin')

Gcz=feedback(Gz,series(Hz,1-z^(-n))

Better results also were obtained using the Smith Predictor structure applied to the temperature loop control.

Advertisement

5. Conclusion

The analyses of two closed loops at a distillation process were presented at this chapter. The design specification presented at the references was attended through the use of an exhaustive search algorithm to obtain the best response according to the performance indices Integral Absolute Error (IAE). MATLAB code used to apply this algorithm is effective and generated a better response than that presented at references. Using MATLAB and SIMULINK it was designed a Smith Predictor algorithm and an enhanced control system was obtained. The MATLAB toolboxes used to analyse the control system was very useful to enhance the control system design. The digital representation of the control system was calculated with digital control systems commands.

Advertisement

Acknowledgement

The author would like to thanks Instituto Federal de Educação, Ciência e Tecnologia de São Paulo for the MATLAB license and hardware resources used at the development of this work.

References

  1. 1. Alfaro, V. M., Vilanova, R. Arrieta O. Two-Degree-of-Freedom PI/PID Tuning Approach for smooth Control on Cascade Control Systems, Proceedings of the 47th IEEE Conference on Decision and Control Cancun, Mexico, Dec. 9-11, 2008.
  2. 2. Ang, K.H., Chong G. LI, Yun PID Control System Analysis, Design, and Technology, In: IEEE Transactions on Control Systems Technology, vol. 13, no. 4, july, 2005.
  3. 3. ǺströmK. J.HägglundT.1995PID controllers Setting the standard for automation 2nd Edition, 343 p., International Society for Measurement and Control.
  4. 4. ǺströmK. J.HägglundT.1995PID Controllers: Theory, Design, and Tuning, 2nd Edition 978-1-55617-516-9
  5. 5. CaoYao. .January2008Learning PID Tuning III: Performance Index Optimization, In: MATLAB CENTRAL File Exchange, 08.04.2012, Available from http://www.mathworks.com/matlabcentral/fileexchange/18674 -learning-pid-tuning-iii-performance-index-optimization
  6. 6. ManniniP. .MelloV. F.SantosD. S.AraújoG. C.CampoA. B.2012Projeto de controle PID em uma coluna de destilação de álcool, Revista Sinergia (submitted).
  7. 7. Mansour,T.2011PID Control, Implementation and Tuning, 238 p., InTech, 978-9-53307-166-4Rijeka, Croatia.
  8. 8. OgataK.2009Modern Control Engineering, 9125ndEdition, Prentice Hall 13978
  9. 9. SeborgD. E.EdgarT. F.MellichampD. A.Process Dynamics and Control, John Wiley & Sons, Singapore, 7171989
  10. 10. SantosJ. C.dosS.SantosR. P.dosSallesJ. L. F.Redução da Variabilidade do Teor Alcoólico na Indústria Sucroalcooleira, ISA Show, Brazil, 2010
  11. 11. YurkevichV. D.2011Advances in PID Control, InTech, 978-9-53307-267-8Rijeka, Croatia.

Written By

A.B. Campo

Submitted: 01 December 2011 Published: 26 September 2012