You are on page 1of 6

Proceeding of the 2004 American Control Conference Boston, Massachusetts June 30 ~ J u l 2.

2004 y

ThA06.5

A New PID Tuning Technique Using Ant Algorithm


Zafer Bingul Department of Mechatronics Engineering Kocaeli University Kocaeli, Turkey zaferb@kou.edu.tr

Huseyin Atakan Varol Department of Mechatronics Engineering Sabanci University Orhanli, Tuzla, Istanbul, 34956, Turkey atakanvarol@su.sabanciuniv.edu

Abstract - I n this paper, a n t algorithm (AA) which is a new nature-inspired optimization technique, was used to tune a PID controller. I n the tuning process, the following cost functions were employed: i) Integral Absolute Error (IAE), ii) Integral Squared Error (ISE), iii) a new proposed cost function called reference based error with minimum control effort (RBEMCE). The results obtained from ant algorithm PID tuning process were also compared with the results of Ziegler-Nichols (ZN), Internal Model Control (IMC) and Iterative Feedback Tuning (IFT) methods. The PID controllers optimized with ant algorithm and the new proposed cost function gives a performance that is at least as good as that of the PID tuning methods mentioned above. With our method, a faster settling time, less or no overshoot and higher robustness were achieved. Moreover, the new tuning process is successful in the presence of high noise.

of a PID controller, these three constants must be selected in such a way that, the closed loop system has to give desired response. The desired response should have minimal settling time with a small or no overshoot in the step response of the closed loop system.
Y

Fig. I Closed-Loop System

I. INTRODUCTION
The PID controllers are the best known controllers for industrial control processes since they have a simple structure and their performance is quite robust for a wide range of operating conditions. After the three parameters have been tuned or chosen in a certain way, control parameters of a standard PID are kept fixed during control process. There are many tuning techniques based on several methods. These methods can be classified as: i) empirical methods such as the Ziegler-Nichols (ZN) method [I] and the Internal Model Control (IMC) [I], ii) analytical methods such as root locus based techniques [l], iii) methods based on optimization such as the iterative feedback tuning (IFT) [2] and genetic algorithm tuning technique [3]. A fundamental closed-loop control system shown in Fig. 1 contains a controller and a plant. In this paper, the PID controller was used as controller. It is comprised of three components: a proportional part, a derivative part and an integral part. The PID controller uses the following control equation.
kC ( S )= k , + I + k d s
S

In this work ant algorithm (AA) was applied to optimize the constants of the PID controller. To show the effectiveness of our method, the step responses of closed loop system were compared with that of the existing methods (ZN, IMC and IFT). Next, the method was tested for the robustness to model errors. In the robustness test, the used model is slightly changed by adding delay to the model, varying the steady state gain and changing a pole. At last, the ant algorithm was used to tune the PID controller in the presence ofnoise with different variances.

II. ANT ALGORlTHM


Ant algorithm is a new nature-inspired optimization technique used especially in combinatorial optimization problems (COP). In ant algorithm, there is an iterative process in which a population of simple agents (ants) repeatedly creates candidate solutions of the given problem. There are two mechanisms in probabilistically guided solution creation process of AA. These are heuristic information on the given problem and memory containing experience gathered by ants in the previous iterations (the pheromone trails). The communication between the ants is mediated by the deposition ofpheromone to the elements of good solutions. Then the elements with a higher of - auantitv . iheromone become more attractive for the other ants. -The quantity of pheromone deposited on each element is a function of the quality of the solution. The algorithm was applied to the traveling salesman problem (TSP) and as well several quadratic assignment problems (QAP) [4,5]. In TSP, an artificial ant is considered as an agent that moves
2154

(I)

where the kp is the proportional constant, k, integral constant and the kd is the derivative constant. In the design
0-7803-8335-4/041$17.0002004 AACC

kom city to city on a TSP graph. The agents traveling strategy is based on a probabilistic function that considers two facts. Firstly, it counts the edges it has traveled accumulating their lengths and secondly it senses the trail (pheromone) left by other agents (ants). Ants select the next city ;among a candidate list based on the following transition rule [4] : arg max,,.,;
;=(

{ k i u (dkqiu

~ 1 I'

i f q 5 qo

considered as three caves and the paths between the caves, respectively. In the tour, the ant must visit all three caves by choosing one path between the each cave. The objective of optimization in ant algorithm is to fmd the best tour with the lowest cost function among the three caves. The ants deposit pheromone to the beginning of each path. The pheromones in our ant algorithm were updated in two ways: Local pheromone updating and global pheromone updating.
I

J
(2)

ifs2 40
CR. P
I

C . " S

(3)
Fig 2 Graphical representation of AA In PID tuning process

Where is the pheromone, q is the inverse of the distance between the two cities, q is a random variable uniformly distributed over [0, I], qo is a tunable parameter in the interval [0, I], and J belongs to the candidate list and is selected based on the above probabilistic rule as in (3). Each ant modifies the environment in two different ways: i) Local trail updating: As the agent moves between cities it updates the amount of pheromone on the edge by the following equation: r g ( t )=(l-p).rg(t-l)+p.rV (4) where p is the evaporation constant. The value r0 is the initial value of pheromone trails and can be calculated as r0 = (nL,,,,)-' ,where n is the number of cities and Lnnis the length of the tour produced by one of the construction heuristics. ii) Global trail updating: When all agents have completed a tour the agent that fmds the shortest route updates the edges in its path using the following equation:

In local pheromone updating (6), each ant updates the pheromones deposited to the paths it followed after completing one tour.

r,,(t)=r,,(t-I)+-

0.01 a

cm

(6)

where a is the general pheromone updating coefficient, n is the number of paths and caves, C , is the calculated cost function for the tour traveled by the ant. In global pheromone updating, there are positive (7) and negative (8) pheromone updating. The pheromones of the paths belonging to the best tour and worst tour of the ant colony are updated as given in the following equations:

besr

worst

r y ( t )= (1 - p).ry (t - I)+--. P (5) L+ where L ' is the length of the best tour generated by one of the agents. A. Application of Ant Algorithm to PID Tuning
In order to optimize the parameters of a PID controller with ant algorithm, the PID tuning has to be transformed into a COP problem. Firstly, the maximum and minimum values for the PID parameters are chosen in such a way that the search space of optimization is not too large. In our work, the search space is divided into 100 values for each PID parameter ranging from 0 to 1.5 times that of the ZN method. However, if short computation time is not a must, a wider search space can be selected. All of the values for each parameter are placed in three different vectors. In order to create a graph representation of the problem (Fig. Z), these three vectors and the values in these vectors can be

where r and r are the pheromones of the paths followed by the ant in the tour with the lowest cost value (Cb,J and with the highest cost value (C,,,,*J in one iteration, respectively. The pheromones of the paths belonging to the best tour of the colony are increased considerably, whereas those of the paths belonging to the worst tour of the iteration are decreased. After each iteration some of the pheromones evaporate. Pheromone evaporation (9) allows the ant algorithm to forget its past history, so that AA can direct its search towards new directions without being trapped in some local minima. a)+ A rg(t)=ry(t (9) where h is the evaporation constant and A is the sum of the (7) and (8). The three cost functions for PID tuning optimized with ant algorithm in our study are: i) Integral Absolute Error (IAE), ii) Integral Squared Error (ISE), iii) reference based error with minimum control effort (RBEMCE). In reference based error with minimum control effort, a desired response
2155

is approximated as an exponential function (first order system response) (10). yd ( t )= 1-e-'' (10) where I/c can be taken as the time constant of the system. The system is forced to trace this desired response using minimum control effort. Based on this assumption, the cost function used in our optimization has the form as follows:

- ANT-ISE

i
where N is the number of data points, k is the weight of minimal control effort and p i s a vector.conhining the PID parameters. . , 111. RESULTS AND DISCUSSION A. Analysis of the Cost Functions in AA In order to illustrate the differences between the PID tuning process with AA and the other methods (ZN, IMC and IFT), the following model (12) is taken from [ 6 ] . (1+1OS)(1+2OS) Using three different cost f;nctions (IAE, ISE and RBEMCE), tuning process with ant algorithm is applied to the model (12). Because of the probabilistic nature of the ant algorithm, ant algorithm was mn five times with 5 ants and 1000 iterations. Among five runs for each cost function, the best result with the lowest cost for step input is shown in Fig. 3. The comsponding control signals are illustrated in Fig 4. As can be seen from Fig. 3 and Fig 4, RBEMCE outperforms the other two cost functions. In RBEMCE cost function, the desired response defmed by the user is traced with the use of minimum control effort. For comparison, the maximum overshoot (OS%), rise time (T,) and %2 settling time (C) of the controllers which were optimized with respect to three different cost functions are summarized in Table 1, However, the rise time of RBMCE method is higher than the other methods. It has almost the same settling time with H E method and has no overshoot. The other two methods, IAE and ISE, have higher overshoots.
TABLE I
Pln PARAMETERS FOR DIFFERENT COST FUNCTIONS AND
-0.4
I

50

100 time (s)

150

200

Fig 3 Step responses for the closed-loop systems with G(s) and the PID controllers tuned with the three different cost functions.

',I

ANT-IAE

G(s) =

(1-5s)

2/L
0

.'

,
150

50

100 lime ( 5 )

I-ig 4 Conespondind C O ~ U U ,~gnala ~ fur the cl.xed-lsop s)slcms \\ ith G(SJ


and the HI) w n ~ u l l c tuned r ~ uith the three dificrenl cos1 funrli.mc

R. Comparison with Other Tuning Methods


In this section, the PID controller tuned with ant algorithm using RBEMCE cost function is compared with that of ZN, IMC and ItT methods. The results arc given in Table II.

THEIR CONTROL CHARACTERISTICS

TABLE I 1 PID PARAMETERS FOR DIFFERENT METHODS AND THEIR CONTROL CHARACTERISTICS.
~~ ~~~~ ~~

I Ant-IAE I Ant-ISE I

Ant

IMC

IFT

Ant

2156

From Table 11, the best settling time is obtained by IFT method with a small overshoot and ANT-RBEMCE has nearly same settling time with no overshoot. Fig. 5 and Fig. 6 show the step responses and the corresponding control signals for closed-loop systems with the PID controllers tuned with four different methods, respectively. From Fig. 5, IFT and ANT-RBEMCE methods have the best output characteristics (lower overshoot and faster settling time), which are almost indistinguishable. The control signal characteristics of IFT and ANT-RBEMCE methods behave also in a similar fashion.
1

Gb (S) =

(1-5s) (1+10s)(1+2Ss)

(1-5s) e-I.5s G c(s) = (1 +IOs)(l + 20s)

- ANT-RBEMCE

In order to evaluate the robustness of the PID controller tuned with ant algorithm and to compare it with the other tuning methods, the same PID parameters in Table 11 were employed, Firstly, the responses to the model (13), in which the steady state gain of (12) is increased by SO%, are shown in Fig. 7. Secondly, one pole o f (12) is changed (14) and its result is shown in Fig. 8. Thirdly, a delay of 1.5 seconds has been added to G(s) (15). The responses are shown in Fig. 9.

4.5;

50

100

450

1 200

e0.50

time (s)
Fig 5 Step responses for the closed-loop systems with G(s) and the PID contmllen tuned with different melhods.

0-

-0.5b

50

100

150

time (s)
Fig 7

Step respanses for the closed-lwp system with G&) and the PID controllen tuned with different methods

Fug 6 Cunerpondmg control signals fdr the closed-loup s) demr M ~ t h G(r) und Ihc PlD conlrollers tuned rith differem mcthodr

- ANT-RBEMCE
-0.2:
50

C. Robustness lo Model Errors


A controller tuning method should be robust to model errors. To test the robustness of the methods, controllers tuned with methods mentioned abote were applied to a model that is slightly different from the model (12). The three slightly different models used are given a s follows:
1.5(1-5s) G' @) = (1 + 1Os)(l + 20s)

100 lime fs) ..

150

IO

Fig 8 Step responses for the closed-loop systems with G&) and the PID conlrollers Nned with different methods

2157

1.2r

I.5~

-~ IMC - ANT-RBEMCE

I 0

50

time (s)

100

150

200
..

Fig. 9 Step responses for the closed-loop systems with G,(s) and the PID conaollers hlned with different methods

Fig. IO The step response for $=0.0025

All of the four controllers are robust to these modeling errors except for the system with the delay, which causes an increase in settling time. However, ANT-REiEMCE shows the best result with the lowest overshoot and settling time in all cases.

1.2

D .System with Gaussian White Noise


In order to test the PID tuning with ant algorithm in the presence of noise, ANT-RBEMCE is used to control the plant defmed below y(t)=G2(s)u(t) + H(s)e(t),with (16)
50

ti&&)

IS0

200

where e(t) is the gaussian white noise. The above system is tested for three different variances $=0.0025 $=0.025, d=0.25. Ant algorithm was run 5 times with 5 ants and 1000 iterations due to the probabilistic nature of AA and noise. The PID parameters are from 0 to 4.5 for kp, 0 to 0.45 for k, and 0 to 22.5 for kd. General pheromone updating coefficient a is taken as 0.06 and evaporation parameter L is taken as 0.95. The closed loop responses with the lowest cost function for different variances of gaussian white noise are illustrated in Fig. 10, 11 and 12. The corresponding PID parameters are presented in Table 3. The control parameters obtained by ANT-RBEMCE take into account the presence of the noise and the controller shows very good noise rejection feature. Even in the presence of very high noise, the system is able to trace the desired response.
TABLE Ill

Fig. II The step response for $=0.025

1.2

50

100

IS0

time

I 2w

(5)

PID PARAMETERS OF GdS) WITH DIFFERENT GAUSSIAN WHITE

Fig. 12 The step response for d=0.25

K.
Ki

a2=0.0025 d=0.025 2.97 2.6555 0.1575 0.153


17.55

$=0.25 0.765
0.1575

I<d

19.8

4.5
2158

IV. CONCLUSIONS

V. REFERENCES

In this study, a new PID tuning process based on ant algorithm was developed. Since ant algorithm is a powerful optimization technique, it is applied to PID tuning problem. Firstly, AA with different cost functions was used to tune PID parameters. According to this, the proposed cost function (RBEMCE) gives a performance such that it has the optimum settling time with no overshoot. Secondly, AA using this cost function is compared with ZN, IMC and IFT methods. Based on this comparison, IFT and ANTRBEMCE showed almost same optimal behavior (no overshoot and less settling time). Thirdly, the performance of this optimal tuning method for the tuning of PID controllers was tested in different situations (changing a pole of the system, adding time delay and varying the steady state gain). The controller tuned with ANTRBEMCE showed high robustness in all cases compared to the other methods (ZN, IMC, IFT). Finally, the ANTRBEMCE is applied to a model with noise. Even in the presence of very high noise, ANT-RBEMCE showed good control behavior. There are two big advantages of ANT-RBEMCE PID tuning process: having no overshoot even if the system is p e w b e d in several ways and having noise rejection even if very high noise variance exists. Especially, these features are important in robotic control applications. The off-line tuning procees used in this work can be also extented to online tuning process.

[I]

K.J. Astr6m and T. Htigglund, PID Controllers: Theory, Design, and Tuning,. The Inshumentation, Systems, and Automation Society, 1995.

[2] H. Hjalmarsson, M. Gevers, S . Gunnarsson, 0. Lequin, Iterative feedback tuning: Theory and applications, IEEE Control Systems Magazine, vol. 18, 1998, pp 26-41. [3] J.M. Herrero, X. Blasco, M. Martinez, J.V: Salcedo, Optimal PID Tuning with Genetic Algorithms for Non-Linear Process Models, in IFAC 15 Triennial World Congress, Barcelona, Spain, 2002. [4] M. Dorigo, L.M. Gambardella; Ant colony system: a cooperative leaming approach to the traveling salesman problem, IEEE Transactions on Evolutionary Computation, vol. I, 1997, pp 53-66

[SI L.M. Gambardella, E.D. Taillard, M. Dorigo,

Ant

colonies for the quadratic assignment problem, Journal ofthe Operational Research Society, 1999, pp 167-176. [6] 0. Lequin, M. Gevers, M. Mossberg, E. Bosmans, L. Triest, Iterative feedback tuning of PID parameters: comparison with classical tuning rules, Control Engineering Practice, vol. 11, 2003, 1023-1033.

2159

You might also like