DUring the past decades, the process control techniques

Size: px
Start display at page:

Download "DUring the past decades, the process control techniques"

Transcription

1 Parameter Optimization of PID Controllers by Reinforcement Learning X. Y. Shang, T. Y. Ji, Member, IEEE, M. S. Li, Member, IEEE, P. Z. Wu and Q. H. Wu, Fellow, IEEE Abstract This paper focuses on implementing a reinforcement learning algorithm for solving parameter optimization problems of Proportional Integral Derivative (PID) controllers. Function Optimization by Reinforcement Learning () remarkably outperforms a number of population-based intelligent algorithms when executed on benchmark functions in high-dimension circumstances. Therefore, this paper aims at examining the performance of when optimizing parameters of PID controllers in a low-dimension space. According to the experiment studies in this paper, is able to optimize the PID parameters with advantage over and in terms of convergence speed. Index Terms Parameter optimization, PID Controller, Reinforcement Learning. I. INTRODUCTION DUring the past decades, the process control techniques in industry have made great advancements. Numerous control methods, for instance, adaptive control, neural control, fuzzy control [1], etc., have been studied by researchers all over the world. PID controllers, a common feedback loop component in industrial control applications [2], have been widely used due to its simple structure and robust performance under a wide range of operating conditions. Thus, PID parameter optimization has long attracted much attention. Approaches to optimizing parameters of the PID controller can be divided into two main categories: conventional PID tuning methods and intelligent PID tuning methods [3]. Conventional approaches include Ziegler-Nichols [4] and the optimal PID parameter tuning algorithm based on integral square time error criterion (ISTE) [5]. The tuning process of traditional approaches is complex and it is hard to avoid oscillation and large overshoot, hence achieving the optimal parameters is quite difficult. Therefore, research focuses on various intelligent PID tuning methods [6] [7]. Genetic algorithms (s) [8], particle swarm optimization () [9] [1], fuzzy reasoning algorithm and neural networks can effectively overcome the drawbacks of previous techniques and enhance the performance of PID controllers. However, these existing intelligent algorithms also have a number of shortcomings. X. Y. Shang, T. Y. Ji and M. S. Li are with the School of Electric Power Engineering, South China University of Technology (SCUT), Guangzhou, 51641, P. R. China. P. Z. Wu is with the Shenzhen Institute of Advanced Technology (SIAT), Chinese Academy of Sciences, Institute of Biomedical and Health Engineering, Paul C. Lauterbur Research Center for Biomedical Imaging, Shenzhen, 51855, P. R. China. Q. H. Wu is with the Department of Electrical Engineering and Electronics, The University of Liverpool, Liverpool, L69 3GJ, U.K. and Distinguished Professor at SCUT. Corresponding author: Professor Q. H. Wu, Tel: ; Fax: ; q.h.wu@liv.ac.uk. The project is supported by Guangdong Innovative Research Team Program (No.211N ). For instance, has to deal with tedious coding process; and most of these algorithms are population-based search, thus they suffer from long computation time as well as slow convergence rate. Furthermore, there is no systemic method to choose parameters of fuzzy reasoning algorithm and determine the number of hidden layers, the amount of neurons and initial weights for neural networks. In the area of artificial intelligence, Reinforcement Learning (RL) is one of the typical learning patterns, which stems from the idea of trial-and-error learning, and focuses on goaldirected learning from the interaction between learners and the environment. After a learner senses the state of the environment, it will take certain action so as to achieve specified goals. In the meantime, to evaluate the action that has been taken in the situation, the learner receives a immediate reward from the environment and the action itself also in turn influences the environment, resulting in a new state. In order to solve the optimization problems concerned with high-dimensional complex functions, a novel algorithm, Function Optimization by Reinforcement Learning (), was first proposed in [11] and tested with a large set of standard benchmark functions which are given in [12]. This paper aims at exploring the implementation of on optimization problems of PID controllers, so as to find optimal parameters and enhance the performance of this classical control technique. In this paper, the parameter optimization of PID controllers using will be introduced in detail. The organization of the paper is as follows. Section II explains the close-loop control system, the PID controller and the objective function of the problem raised above. The procedure of is given in section III. In section IV, to verify the performance of, simulation studies are carried out and the results are compared with those of and. Finally, conclusions are drawn in section V. II. PID CONTROLLER r(t) e(t) C(s) u(t) G(s) y(t) _ Fig. 1. Block diagram of the close-loop control system A close-loop control system, with a PID controller and a controlled plant, is illustrated in Fig. 1. The input and the output of the whole control system are r(t) and y(t) /13/$ IEEE 77

2 respectively. The input signal serves as the reference for the output. The difference between the input and the output is defined as the tracking error e(t). This error signal is then sent to the PID controller C(s), whose transfer function is expressed in (1). Subsequently, the output of PID controller u(t) is sent to the plant G(s) and finally the plant generates the output y(t). In the control process, given the input signal (or the reference) and the plant, the PID controller will deal with the tracking error, so that the output of the system can approach the reference. The Laplace transfer function of the PID controller can be formulated as follows: 1 C(s) =K p K i s K ds (1) where K p, K i and K d are proportional, integral and derivation parameters of the PID controller respectively. These three parameters should be optimized and tuned to meet certain performance criteria. K p proportionally reflects the signal error; thus, once the error occurs, the proportional controller will work immediately to reduce it. The integral controller, K i, mainly reduces the steady component of the error, improving the smoothness of the system. The derivation controller, K d, can track the trend of the error and effectively reduce the dramatic decrease or increase of the error. Involving absolute error, control output and rise time, the objective function of the parameter optimization problem is formulated as: ( J = w1 e(t) w 2 u 2 (t) ) dt w 3 t u (2) where t u is rise time (the time period in which y(t) rises from 1% to 9% of the steady value) of the step response of the plant; w 1, w 2 and w 3 are weighting factors, respectively. To avoid a large overshoot, a penalty function is added to the performance criterion. If ey(t) < (set: ey(t) =y(t) y(t 1)), the objective function of optimization can be rewritten as: ( J = w1 e(t) w 2 u 2 (t)w 4 ey(t) ) dt w 3 t u (3) where w 4 is a weighting factor and w 4 w 1 in the parameter optimization process, as the effect of the overshoot ey(t) is much greater than the tracking error e(t) in terms of dynamic performance. III. PARAMETERS OPTIMIZATION OF PID CONTROLLER BY A. Dimensional states employed in this paper was first proposed in [11], which effectively solves the optimization problems of highdimensional functions. And in comparison with six other algorithms including,, evolutionary programming (EP), etc., shows its superior performance in terms of accuracy and computation efficiency. adopts a dimensional search strategy and a mechanism of dividing each dimension into cells so that a search action is taken via moving a state from one cell to another to avoid the problem of unmanageable memory of an infinite number of states. If it is an N-dimensional search problem, the state can be defined as X =[x 1,,x i,,x N ]. Therefore, for simplicity, when the jth cell of the ith dimension is being searched, the dimensional state and its state value are denoted as X(x i,j ) and V (X(x i,j )), respectively. To be more precise, V (X(x i,j )) represents the value function of the jth cell of the ith dimension intersecting the state vector, as long as x i,j is located in this cell. Then a possible subsequent path should be selected before a search action is taken, to estimate the potential of finding a better solution if searches down on this path. A path value at state x i,j on the lth (l =1, 2) path, denoted by L l (x i,j ), can be calculated by the value of k continuous states. For example, the path value for the left path is calculated using: L l (x i,j )=(1 λ 1 ) k 1 m=1 λ m 1 1 v m λ k 1 1 v k (4) where vm denotes the mth element of the vector reordered in descending k state values and k is a pre-set integer; λ 1 represents a weight introduced for the value of the state on the lth path, λ 1 subject to (1 λ k 2 1 ) λ k and k 1 m=1 λm 1 1 λ k 1 1 = 1, B. Immediate reward and state values The reasonable immediate reward of a possible search action can dramatically facilitate the search pattern, for it is beneficial to the determination of a best search direction. In order to minimize the objective function J which is given above, a proper reward can be obtained via the following rule: { 1 if J(X(xi,j )) J(X r(x(x i,j )) = best ) (5) otherwise where X best defines the last best solution and it will be updated during the search of a certain dimension. Subsequently by revising previous value with both discounted current reward and information on searching paths, the state value is calculated as: V (X(x i,j )) V (X(x i,j )) α[r(x(x i,j )) (1 λ 2 )L max (x i,j ) (6) λ 2 L min (x i,j ) V (X(x i,j ))] where L max (x i,j ) and L min (x i,j ) are two estimates of the right and left directions of the selected dimension, respectively, and L max (x i,j ) >L min (x i,j ); α is used for an incremental update of the value of a state and α<1. To make L max have a greater influence on the state value than that of L min, the parameter λ 2 should be given such that (1 λ 2 ) >λ 2. C. Taking a search action To take an action is to choose whether to follow the left path or the right path. Such a choice is based on the values obtained from (4). A probability is introduced and calculated as: e L l(x i,j)/τ P (L l (x i,j )) = 2 (7) s=1 els(xi,j)/τ where τ is temperature. A large value of τ indicates selecting two paths with the same probability. If the value of τ is /13/$ IEEE 78

3 small, there is a higher probability of choosing one path over the other. Therefore, this parameter is able to balance the exploration and exploitation. As for the step length following selected direction, it should not exceed the pre-set integer k. Hence, the step length parameter η is defined via η = ζk, where ζ is a random number, rounds the elements to the nearest integers towards minus infinity, and ζ (, 1]. D. Perturbation operation For the purpose of increasing the diversity of solutions and avoiding solutions being trapped in local optima, different perturbations are introduced to all dimensional states of X simultaneously, according to the following rule: X X Δ, Δ=[Δ 1,, Δ i,, Δ N ] (8) where Δ i =sign(κ)θ(x max,i x min,i ), and θ is a random variable which is selected from the range [,K/D]. The sign function is used to choose the moving direction of x i. Suppose x i is located in cell c i,j, then the input to the sign function is the subtraction of the two adjacent cell values of c i,j, that is, κ =(V (c i,j1 ) V (c i,j 1 )).Ifκ, sign(κ) =1; otherwise, sign(κ) = 1. From previous description, it can be seen that x i moves towards the direction in which the adjacent cell has a larger cell value. Upon completing the perturbation operation, X best is updated according to the following equation: { X if J(X) <J(Xbest ) X best (9) X best otherwise In the optimization process, a covariance matrix C is adopted to approximate inverse Hessian matrix. C guides the search according to the contour lines of the objective function and locates exact position of the optimum. Following (8), based on the mean of previous X best (denoted as m),anew step is taken by a perturbation that is generated via N(,C), i.e. the multivariate normal distribution with zero mean and covariance matrix C. The covariance matrix is updated as follows: T C (1 c cov )C c cov Y i Y i (1) where c cov is the learning rate of the covariance matrix, Y i =(X best m)/σ, and σ is the step size. It can be seen that covariance matrix C estimates the distribution of previous selected steps. The maximum likelihood of X best is added into the covariance matrix through the use of (1). According to this approach, the probability of generating the solutions around X best increases. When a series of previously selected favourable steps X best are used to update the covariance matrix, the process leads to an alignment of the search distribution N(,C) to the distribution of favourable steps. This distribution presents the information of correlation between variables in some sense. Given this distribution, sampling from C tends to produce successful steps. IV. SIMULATION STUDIES A. Simulation model In Fig. 2, a simulation model with a PID controller is established using Simulink, which is a platform for the modeling, simulating and analysing of dynamic systems. This close-loop control system aims at importing arguments (K p,k i,k d ) from the workspace and returning the results (e, u, y, t u ) back again for calculating objective functions after the simulation. A step signal is chosen as the reference; and the output of the plant can be observed through the scope. Based on the transfer function shown as (1), a PID controller is composed of three multipliers, one integral operator, one differential operator and one summator to deal with the error signal (e) by the input arguments (K p,k i,k d ). Then, PID controller s output (u) is sent to the plant and in turn the final outcome (y) is sent back to system s initial part to generate an error signal for the PID. Here, a second-order system is given and its transfer function is shown below: G(s) = 4 s 2 5s. (11) B. Parameter setting Parameters of and are set according to [2]. For, population size is set to 2 and inertia weight factor w is set according to (12). w = w max w max w min i (12) M The acceleration constants are c 1 = c 2 =2, and the number of iterations is G =1. As for, the population size is the same as that of, while the crossover rate and mute rate are.9 and.1, respectively. Parameters of are: k =4, λ 1 =.5, λ 2 =.25, α =1, τ =.2, D =1. In order to compare the performance of with and in optimizing the parameters of PID controllers, experimental studies are implemented on the same system. Specifically, if the system has no overshoot, the algorithms adopt the objective function (2), and their weights are w 1 =.999,w 2 =.1 and w 3 =2, respectively. If there exists an overshoot in the output, (3) is selected as the objective function and w 4 = 1. C. Results and analysis When simulations are performed using a step signal, the system with PID controllers optimized by three algorithms respectively gives step responses. The response curves and convergence performance of these three algorithms are illustrated in Fig. 3 and Fig. 4, respectively. TABLE I EXPERIMENT RESULTS OF THREE ALGORITHMS K p K i K d t u J best J best refers to the optimal objective function value obtained by certain algorithm As can be seen from Fig. 3, the PID controllers with optimal parameters obtained via the three algorithms respectively can effectively eliminate the fluctuation and the overshoot of the response curve before it levels off at the steady value /13/$ IEEE 79

4 e To Workspace u To Workspace1 Matrix Multiply y To Workspace2 Step _ Matrix Multiply1 Integrator Scope Matrix Multiply2 Derivative Add From Workspace From Workspace1 From Workspace2 Fig. 2. Simulation model of PID controller y(t).6 J best Time(s) Fig. 3. The step responses of system with optimal PID controllers Iteration Fig. 4. The convergence curves of the algorithms Meanwhile, the rise time can also be decreased, thus the response can soar to steady state once the step signal is given to the system. For a 3-dimension optimization problem,, and present equivalent performances on the output signal. In Fig. 3, the response curve of almost coincides with that of. turns out to rise faster but level off slightly slower when compared with the other two responses. As for the convergence performance, Fig. 4 shows the average outcomes of the three algorithms of 1 test runs. is able to find the best initial point but converges after the twentieth iteration. reaches the optimal value for the objective function in less than 5 iterations, however, its optimum is inferior to that of the other two algorithms. Although cannot begin with a satisfactory starting point, its objective function rapidly falls to the optimal value and converges around tenth iteration. Combined with the standard deviations of the three algorithms for each iteration point shown in Fig. 5, the following conclusions can be drawn: is the most steady one as its corresponding curve is lower than the others except for some initial points; while keeps the same fluctuation on each iteration point during 1 optimization courses. To be more specific, Table I lists all the optimization results of three algorithms, including optimal parameters for PID controllers, rise time and the optimal values of objective function /13/$ IEEE 8

5 Standard Deviation [11] Q.H. Wu and H.L. Liao. High-dimensional function optimisation by reinforcement learning. In Evolutionary Computation (CEC), 21 IEEE Congress on, pages 1 8, July. [12] X. Yao, Y. Liu, and G.M. Lin. Evolutionary programming made faster. Evolutionary Computation, IEEE Transactions on, 3(2):82 12, july Iteration Fig. 5. The standard deviations of the convergence curves V. CONCLUSION Recently, has proved its outstanding performance in high-dimensional function optimization problems. This paper mainly presents the implementation of on parameter optimization of PID controllers. Through adjusting the parameters of, this paper successfully optimizes the PID controller and the output of the control system is deemed to be satisfactory. Based on the simulation studies, the convergence rate of is slightly faster than that of and. Therefore, from our previous research and the study presented in this paper, it is obvious that is a promising optimization algorithm and deserves much more attention in the future. REFERENCES [1] Q.H. Xiao, D.Q. Zou, and P. Wei. Fuzzy adaptive pid control tank level. In Multimedia Communications (Mediacom), 21 International Conference on, pages , August. [2] C. Ou and W.X. Lin. Comparison between pso and ga for parameters optimization of pid controller. In Mechatronics and Automation, Proceedings of the 26 IEEE International Conference on, pages , June. [3] Y. Luo, J.T. Zhang, and X.X. Li. The optimization of pid controller parameters based on artificial fish swarm algorithm. In Automation and Logistics, 27 IEEE International Conference on, pages , August. [4] P. M. Meshram and R.G. Kanojiya. Tuning of pid controller using ziegler-nichols method for speed control of dc motor. In Advances in Engineering, Science and Management (ICAESM), 212 International Conference on, pages , March. [5] E.D. Bolat, K. Erkan, and S. Postalcioglu. Experimental autotuning pid control of temperature using microcontroller. In Computer as a Tool, 25. EUROCON 25.The International Conference on, volume 1, pages , November. [6] G. Reynoso-Meza, S. Garcia-Nieto, J. Sanchis, and F.X. Blasco. Controller tuning by means of multi-objective optimization algorithms: A global tuning framework. Control Systems Technology, IEEE Transactions on, 21(2): , 213. [7] E.B. Muhando, T. Senjyu, H. Kinjo, and T. Funabashi. Extending the modeling framework for wind generation systems: Rls-based paradigm for performance under high turbulence inflow. Energy Conversion, IEEE Transactions on, 24(1): , 29. [8] G.H. Lin and G.F. Liu. Tuning pid controller using adaptive genetic algorithms. In Computer Science and Education (ICCSE), 21 5th International Conference on, pages , August. [9] J. Kennedy and R.C. Eberhart. Particle swarm optimization. Proceedings of IEEE International Conference on Neural Networks, 4: , [1] M.M.R.A. Milani, T. Cavdar, and V.F. Aghjehkand. Particle swarm optimization x214; based determination of ziegler-nichols parameters for pid controller of brushless dc motors. In Innovations in Intelligent Systems and Applications (INISTA), 212 International Symposium on, pages 1 5, July /13/$ IEEE 81

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION 1 K.LAKSHMI SOWJANYA, 2 L.RAVI SRINIVAS M.Tech Student, Department of Electrical & Electronics Engineering, Gudlavalleru Engineering College,

More information

Position Control of Servo Systems using PID Controller Tuning with Soft Computing Optimization Techniques

Position Control of Servo Systems using PID Controller Tuning with Soft Computing Optimization Techniques Position Control of Servo Systems using PID Controller Tuning with Soft Computing Optimization Techniques P. Ravi Kumar M.Tech (control systems) Gudlavalleru engineering college Gudlavalleru,Andhra Pradesh,india

More information

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique

Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Design Of PID Controller In Automatic Voltage Regulator (AVR) System Using PSO Technique Vivek Kumar Bhatt 1, Dr. Sandeep Bhongade 2 1,2 Department of Electrical Engineering, S. G. S. Institute of Technology

More information

TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM

TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM Neha Tandan 1, Kuldeep Kumar Swarnkar 2 1,2 Electrical Engineering Department 1,2, MITS, Gwalior Abstract PID controllers

More information

EVALUATION ALGORITHM- BASED ON PID CONTROLLER DESIGN FOR THE UNSTABLE SYSTEMS

EVALUATION ALGORITHM- BASED ON PID CONTROLLER DESIGN FOR THE UNSTABLE SYSTEMS EVALUATION ALGORITHM- BASED ON PID CONTROLLER DESIGN FOR THE UNSTABLE SYSTEMS Erliza Binti Serri 1, Wan Ismail Ibrahim 1 and Mohd Riduwan Ghazali 2 1 Sustanable Energy & Power Electronics Research, FKEE

More information

INTEGRATED PID BASED INTELLIGENT CONTROL FOR THREE TANK SYSTEM

INTEGRATED PID BASED INTELLIGENT CONTROL FOR THREE TANK SYSTEM INTEGRATED PID BASED INTELLIGENT CONTROL FOR THREE TANK SYSTEM J. Arulvadivu, N. Divya and S. Manoharan Electronics and Instrumentation Engineering, Karpagam College of Engineering, Coimbatore, Tamilnadu,

More information

Load Frequency and Voltage Control of Two Area Interconnected Power System using PID Controller. Kavita Goswami 1 and Lata Mishra 2

Load Frequency and Voltage Control of Two Area Interconnected Power System using PID Controller. Kavita Goswami 1 and Lata Mishra 2 e t International Journal on Emerging Technologies (Special Issue NCETST-2017) 8(1): 722-726(2017) (Published by Research Trend, Website: www.researchtrend.net) ISSN No. (Print) : 0975-8364 ISSN No. (Online)

More information

Genetic Algorithm Optimisation of PID Controllers for a Multivariable Process

Genetic Algorithm Optimisation of PID Controllers for a Multivariable Process Genetic Algorithm Optimisation of PID Controllers for a Multivariable Process https://doi.org/.399/ijes.v5i.6692 Wael Naji Alharbi Liverpool John Moores University, Liverpool, UK w2a@yahoo.com Barry Gomm

More information

International Journal of Innovations in Engineering and Science

International Journal of Innovations in Engineering and Science International Journal of Innovations in Engineering and Science INNOVATIVE RESEARCH FOR DEVELOPMENT Website: www.ijiesonline.org e-issn: 2616 1052 Volume 1, Issue 1 August, 2018 Optimal PID Controller

More information

PID Controller Optimization By Soft Computing Techniques-A Review

PID Controller Optimization By Soft Computing Techniques-A Review , pp.357-362 http://dx.doi.org/1.14257/ijhit.215.8.7.32 PID Controller Optimization By Soft Computing Techniques-A Review Neha Tandan and Kuldeep Kumar Swarnkar Electrical Engineering Department Madhav

More information

Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance

Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 23, 1469-1480 (2007) Determination of the PID Controller Parameters by Modified Genetic Algorithm for Improved Performance Department of Electrical Electronic

More information

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 1, March, 2012, pp. 40 47. Copyright c 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 NEURAL NETWORK BASED LOAD FREQUENCY CONTROL

More information

Research Article Analysis of Population Diversity of Dynamic Probabilistic Particle Swarm Optimization Algorithms

Research Article Analysis of Population Diversity of Dynamic Probabilistic Particle Swarm Optimization Algorithms Mathematical Problems in Engineering Volume 4, Article ID 765, 9 pages http://dx.doi.org/.55/4/765 Research Article Analysis of Population Diversity of Dynamic Probabilistic Particle Swarm Optimization

More information

THE DESIGN AND SIMULATION OF MODIFIED IMC-PID CONTROLLER BASED ON PSO AND OS-ELM IN NETWORKED CONTROL SYSTEM

THE DESIGN AND SIMULATION OF MODIFIED IMC-PID CONTROLLER BASED ON PSO AND OS-ELM IN NETWORKED CONTROL SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 014 ISSN 1349-4198 Volume 10, Number 4, August 014 pp. 137 1338 THE DESIGN AND SIMULATION OF MODIFIED IMC-PID

More information

PID Controller Tuning using Soft Computing Methodologies for Industrial Process- A Comparative Approach

PID Controller Tuning using Soft Computing Methodologies for Industrial Process- A Comparative Approach Indian Journal of Science and Technology, Vol 7(S7), 140 145, November 2014 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 PID Controller Tuning using Soft Computing Methodologies for Industrial Process-

More information

CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING. Professor Dae Ryook Yang

CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING. Professor Dae Ryook Yang CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING Professor Dae Ryook Yang Spring 2018 Dept. of Chemical and Biological Engineering 11-1 Road Map of the Lecture XI Controller Design and PID

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller

DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller Philip A. Adewuyi Mechatronics Engineering Option, Department of Mechanical and Biomedical Engineering, Bells University

More information

Design of a Fractional Order PID Controller Using Particle Swarm Optimization Technique

Design of a Fractional Order PID Controller Using Particle Swarm Optimization Technique Design of a Fractional Order PID Controller Using Particle Swarm Optimization Technique #Deepyaman Maiti, Sagnik Biswas, Amit Konar Department of Electronics and Telecommunication Engineering, Jadavpur

More information

BFO-PSO optimized PID Controller design using Performance index parameter

BFO-PSO optimized PID Controller design using Performance index parameter BFO-PSO optimized PID Controller design using Performance index parameter 1 Mr. Chaman Yadav, 2 Mr. Mahesh Singh 1 M.E. Scholar, 2 Sr. Assistant Professor SSTC (SSGI) Bhilai, C.G. India Abstract - Controllers

More information

Simulation Analysis of Control System in an Innovative Magnetically-Saturated Controllable Reactor

Simulation Analysis of Control System in an Innovative Magnetically-Saturated Controllable Reactor Journal of Power and Energy Engineering, 2014, 2, 403-410 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24054 Simulation Analysis of Control

More information

PID Controller Based Nelder Mead Algorithm for Electric Furnace System with Disturbance

PID Controller Based Nelder Mead Algorithm for Electric Furnace System with Disturbance PID Controller Based Nelder Mead Algorithm for Electric Furnace System with Disturbance 71 PID Controller Based Nelder Mead Algorithm for Electric Furnace System with Disturbance Vunlop Sinlapakun 1 and

More information

PYKC 7 March 2019 EA2.3 Electronics 2 Lecture 18-1

PYKC 7 March 2019 EA2.3 Electronics 2 Lecture 18-1 In this lecture, we will examine a very popular feedback controller known as the proportional-integral-derivative (PID) control method. This type of controller is widely used in industry, does not require

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

Differential Evolution and Genetic Algorithm Based MPPT Controller for Photovoltaic System

Differential Evolution and Genetic Algorithm Based MPPT Controller for Photovoltaic System Differential Evolution and Genetic Algorithm Based MPPT Controller for Photovoltaic System Nishtha Bhagat 1, Praniti Durgapal 2, Prerna Gaur 3 Instrumentation and Control Engineering, Netaji Subhas Institute

More information

Optimal design of a linear antenna array using particle swarm optimization

Optimal design of a linear antenna array using particle swarm optimization Proceedings of the 5th WSEAS Int. Conf. on DATA NETWORKS, COMMUNICATIONS & COMPUTERS, Bucharest, Romania, October 16-17, 6 69 Optimal design of a linear antenna array using particle swarm optimization

More information

CHAPTER 5 PSO AND ACO BASED PID CONTROLLER

CHAPTER 5 PSO AND ACO BASED PID CONTROLLER 128 CHAPTER 5 PSO AND ACO BASED PID CONTROLLER 5.1 INTRODUCTION The quality and stability of the power supply are the important factors for the generating system. To optimize the performance of electrical

More information

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Journal of Academic and Applied Studies (JAAS) Vol. 2(1) Jan 2012, pp. 32-38 Available online @ www.academians.org ISSN1925-931X NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Sedigheh

More information

Resistance Furnace Temperature Control System Based on OPC and MATLAB

Resistance Furnace Temperature Control System Based on OPC and MATLAB 569257MAC0010.1177/0020294015569257Resistance Furnace Temperature Control System Based on and MATLABResistance Furnace Temperature Control System Based on and MATLAB research-article2015 Themed Paper Resistance

More information

Decentralized PID Controller Design for a MIMO Evaporator Based on Colonial Competitive Algorithm

Decentralized PID Controller Design for a MIMO Evaporator Based on Colonial Competitive Algorithm Proceedings of the 7th World Congress The International Federation of Automatic Control Seoul, Korea, July 6-, 008 Decentralized PID Controller Design for a MIMO Evaporator Based on Colonial Competitive

More information

A COMPARATIVE APPROACH ON PID CONTROLLER TUNING USING SOFT COMPUTING TECHNIQUES

A COMPARATIVE APPROACH ON PID CONTROLLER TUNING USING SOFT COMPUTING TECHNIQUES A COMPARATIVE APPROACH ON PID CONTROLLER TUNING USING SOFT COMPUTING TECHNIQUES 1 T.K.Sethuramalingam, 2 B.Nagaraj 1 Research Scholar, Department of EEE, AMET University, Chennai 2 Professor, Karpagam

More information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall 2012 IMPORTANT: This handout is common for all workbenches. 1. Lab Information a) Date, Time, Location, and Report

More information

Structure Specified Robust H Loop Shaping Control of a MIMO Electro-hydraulic Servo System using Particle Swarm Optimization

Structure Specified Robust H Loop Shaping Control of a MIMO Electro-hydraulic Servo System using Particle Swarm Optimization Structure Specified Robust H Loop Shaping Control of a MIMO Electrohydraulic Servo System using Particle Swarm Optimization Piyapong Olranthichachat and Somyot aitwanidvilai Abstract A fixedstructure controller

More information

PID Controller Tuning Optimization with BFO Algorithm in AVR System

PID Controller Tuning Optimization with BFO Algorithm in AVR System PID Controller Tuning Optimization with BFO Algorithm in AVR System G. Madasamy Lecturer, Department of Electrical and Electronics Engineering, P.A.C. Ramasamy Raja Polytechnic College, Rajapalayam Tamilnadu,

More information

6545(Print), ISSN (Online) Volume 4, Issue 1, January- February (2013), IAEME & TECHNOLOGY (IJEET)

6545(Print), ISSN (Online) Volume 4, Issue 1, January- February (2013), IAEME & TECHNOLOGY (IJEET) INTERNATIONAL International Journal of JOURNAL Electrical Engineering OF ELECTRICAL and Technology (IJEET), ENGINEERING ISSN 0976 & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume

More information

VARIABLE STRUCTURE CONTROL DESIGN OF PROCESS PLANT BASED ON SLIDING MODE APPROACH

VARIABLE STRUCTURE CONTROL DESIGN OF PROCESS PLANT BASED ON SLIDING MODE APPROACH VARIABLE STRUCTURE CONTROL DESIGN OF PROCESS PLANT BASED ON SLIDING MODE APPROACH H. H. TAHIR, A. A. A. AL-RAWI MECHATRONICS DEPARTMENT, CONTROL AND MECHATRONICS RESEARCH CENTRE, ELECTRONICS SYSTEMS AND

More information

CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION

CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION 92 CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION 4.1 OVERVIEW OF PI CONTROLLER Proportional Integral (PI) controllers have been developed due to the unique

More information

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot

An Improved Path Planning Method Based on Artificial Potential Field for a Mobile Robot BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No Sofia 015 Print ISSN: 1311-970; Online ISSN: 1314-4081 DOI: 10.1515/cait-015-0037 An Improved Path Planning Method Based

More information

The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and PID Control

The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and PID Control Energy and Power Engineering, 2013, 5, 6-10 doi:10.4236/epe.2013.53b002 Published Online May 2013 (http://www.scirp.org/journal/epe) The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and

More information

Optimal Control System Design

Optimal Control System Design Chapter 6 Optimal Control System Design 6.1 INTRODUCTION The active AFO consists of sensor unit, control system and an actuator. While designing the control system for an AFO, a trade-off between the transient

More information

Design and Development of an Optimized Fuzzy Proportional-Integral-Derivative Controller using Genetic Algorithm

Design and Development of an Optimized Fuzzy Proportional-Integral-Derivative Controller using Genetic Algorithm INTERNATIONAL CONFERENCE ON CONTROL, AUTOMATION, COMMUNICATION AND ENERGY CONSERVATION 2009, KEC/INCACEC/708 Design and Development of an Optimized Fuzzy Proportional-Integral-Derivative Controller using

More information

Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller

Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller International Journal of Scientific and Research Publications, Volume 3, Issue 8, August 2013 1 Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller Puneet Kumar *, Asso.Prof.

More information

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller International Journal of Emerging Trends in Science and Technology Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller Authors Swarup D. Ramteke 1, Bhagsen J. Parvat 2

More information

PID, I-PD and PD-PI Controller Design for the Ball and Beam System: A Comparative Study

PID, I-PD and PD-PI Controller Design for the Ball and Beam System: A Comparative Study IJCTA, 9(39), 016, pp. 9-14 International Science Press Closed Loop Control of Soft Switched Forward Converter Using Intelligent Controller 9 PID, I-PD and PD-PI Controller Design for the Ball and Beam

More information

A Study on PID Controller Parameter Optimization Based on. Cell Membrane Computing

A Study on PID Controller Parameter Optimization Based on. Cell Membrane Computing 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) A Study on PID Controller Parameter Optimization Based on Cell Membrane Computing 1, a 2,b JiaChang

More information

Experiment 9. PID Controller

Experiment 9. PID Controller Experiment 9 PID Controller Objective: - To be familiar with PID controller. - Noting how changing PID controller parameter effect on system response. Theory: The basic function of a controller is to execute

More information

MM7 Practical Issues Using PID Controllers

MM7 Practical Issues Using PID Controllers MM7 Practical Issues Using PID Controllers Readings: FC textbook: Section 4.2.7 Integrator Antiwindup p.196-200 Extra reading: Hou Ming s lecture notes p.60-69 Extra reading: M.J. Willis notes on PID controler

More information

Comparative Study of PID and FOPID Controller Response for Automatic Voltage Regulation

Comparative Study of PID and FOPID Controller Response for Automatic Voltage Regulation IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 09 (September. 2014), V5 PP 41-48 www.iosrjen.org Comparative Study of PID and FOPID Controller Response for

More information

Cohen-coon PID Tuning Method; A Better Option to Ziegler Nichols-PID Tuning Method

Cohen-coon PID Tuning Method; A Better Option to Ziegler Nichols-PID Tuning Method Cohen-coon PID Tuning Method; A Better Option to Ziegler Nichols-PID Tuning Method Engr. Joseph, E. A. 1, Olaiya O. O. 2 1 Electrical Engineering Department, the Federal Polytechnic, Ilaro, Ogun State,

More information

Design of stepper motor position control system based on DSP. Guan Fang Liu a, Hua Wei Li b

Design of stepper motor position control system based on DSP. Guan Fang Liu a, Hua Wei Li b nd International Conference on Machinery, Electronics and Control Simulation (MECS 17) Design of stepper motor position control system based on DSP Guan Fang Liu a, Hua Wei Li b School of Electrical Engineering,

More information

Study on Synchronous Generator Excitation Control Based on FLC

Study on Synchronous Generator Excitation Control Based on FLC World Journal of Engineering and Technology, 205, 3, 232-239 Published Online November 205 in SciRes. http://www.scirp.org/journal/wjet http://dx.doi.org/0.4236/wjet.205.34024 Study on Synchronous Generator

More information

MATLAB Simulink Based Load Frequency Control Using Conventional Techniques

MATLAB Simulink Based Load Frequency Control Using Conventional Techniques MATLAB Simulink Based Load Frequency Control Using Conventional Techniques Rameshwar singh 1, Ashif khan 2 Deptt. Of Electrical, NITM, RGPV 1, 2,,Assistant proff 1, M.Tech Student 2 Email: rameshwar.gwalior@gmail.com

More information

Pareto Optimal Solution for PID Controller by Multi-Objective GA

Pareto Optimal Solution for PID Controller by Multi-Objective GA Pareto Optimal Solution for PID Controller by Multi-Objective GA Abhishek Tripathi 1, Rameshwar Singh 2 1,2 Department Of Electrical Engineering, Nagaji Institute of Technology and Management, Gwalior,

More information

Neural Network Predictive Controller for Pressure Control

Neural Network Predictive Controller for Pressure Control Neural Network Predictive Controller for Pressure Control ZAZILAH MAY 1, MUHAMMAD HANIF AMARAN 2 Department of Electrical and Electronics Engineering Universiti Teknologi PETRONAS Bandar Seri Iskandar,

More information

Optimal Tuning of PI Controller Parameters for Three- Phase AC-DC-AC Converter Based on Particle Swarm Algorithm

Optimal Tuning of PI Controller Parameters for Three- Phase AC-DC-AC Converter Based on Particle Swarm Algorithm Minia University From the SelectedWorks of Dr. del. Elbaset Winter December 15, 2015 Optimal Tuning of PI ontroller Parameters for Three- Phase -D- onverter ased on Particle Swarm lgorithm Dr. del. Elbaset

More information

The Open Automation and Control Systems Journal, 2015, 7, Application of Fuzzy PID Control in the Level Process Control

The Open Automation and Control Systems Journal, 2015, 7, Application of Fuzzy PID Control in the Level Process Control Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 205, 7, 38-386 38 Application of Fuzzy PID Control in the Level Process Control Open Access Wang

More information

COMPARISON OF TUNING METHODS OF PID CONTROLLER USING VARIOUS TUNING TECHNIQUES WITH GENETIC ALGORITHM

COMPARISON OF TUNING METHODS OF PID CONTROLLER USING VARIOUS TUNING TECHNIQUES WITH GENETIC ALGORITHM JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY Journal of Electrical Engineering & Technology (JEET) (JEET) ISSN 2347-422X (Print), ISSN JEET I A E M E ISSN 2347-422X (Print) ISSN 2347-4238 (Online) Volume

More information

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network

Research on MPPT Control Algorithm of Flexible Amorphous Silicon. Photovoltaic Power Generation System Based on BP Neural Network 4th International Conference on Sensors, Measurement and Intelligent Materials (ICSMIM 2015) Research on MPPT Control Algorithm of Flexible Amorphous Silicon Photovoltaic Power Generation System Based

More information

Load Frequency Controller Design for Interconnected Electric Power System

Load Frequency Controller Design for Interconnected Electric Power System Load Frequency Controller Design for Interconnected Electric Power System M. A. Tammam** M. A. S. Aboelela* M. A. Moustafa* A. E. A. Seif* * Department of Electrical Power and Machines, Faculty of Engineering,

More information

PID TUNING WITH INPUT CONSTRAINT: APPLICATION ON FOOD PROCESSING

PID TUNING WITH INPUT CONSTRAINT: APPLICATION ON FOOD PROCESSING 83 PID TUNING WITH INPUT CONSTRAINT: APPLICATION ON FOOD PROCESSING B L Chua 1, F.S.Tai 1, N.A.Aziz 1 and T.S.Y Choong 2 1 Department of Process and Food Engineering, 2 Department of Chemical and Environmental

More information

Speed Control of DC Motor Using Fuzzy Logic Application

Speed Control of DC Motor Using Fuzzy Logic Application 2016 Published in 4th International Symposium on Innovative Technologies in Engineering and Science 3-5 November 2016 (ISITES2016 Alanya/Antalya - Turkey) Speed Control of DC Motor Using Fuzzy Logic Application

More information

Design of PID Controller for Higher Order Discrete Systems Based on Order Reduction Employing ABC Algorithm

Design of PID Controller for Higher Order Discrete Systems Based on Order Reduction Employing ABC Algorithm Design of PID Controller for Higher Order Discrete Systems Based on Order Reduction Employing ABC Algorithm G.Vasu 1* G.Sandeep 2 1. Assistant professor, Dept. of Electrical Engg., S.V.P Engg College,

More information

INTELLIGENT PID POWER SYSTEM STABILIZER FOR A SYNCHRONOUS MACHINE IN SIMULINK ENVIRONMENT

INTELLIGENT PID POWER SYSTEM STABILIZER FOR A SYNCHRONOUS MACHINE IN SIMULINK ENVIRONMENT International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN 2250-155X Vol. 3, Issue 4, Oct 2013, 139-148 TJPRC Pvt. Ltd. INTELLIGENT PID POWER SYSTEM STABILIZER FOR A SYNCHRONOUS

More information

Design of Model Based PID Controller Tuning for Pressure Process

Design of Model Based PID Controller Tuning for Pressure Process ISSN (Print) : 3 3765 Design of Model Based PID Controller Tuning for Pressure Process A.Kanchana 1, G.Lavanya, R.Nivethidha 3, S.Subasree 4, P.Aravind 5 UG student, Dept. of ICE, Saranathan College Engineering,

More information

Evolutionary Computation Techniques Based Optimal PID Controller Tuning

Evolutionary Computation Techniques Based Optimal PID Controller Tuning International Journal of Engineering Trends and Technology (IJETT) - Volume4 Issue6- June 23 Evolutionary Computation Techniques Based Optimal PID Controller Tuning Sulochana Wadhwani #, Veena Verma *2

More information

International Journal of Advance Engineering and Research Development. Aircraft Pitch Control System Using LQR and Fuzzy Logic Controller

International Journal of Advance Engineering and Research Development. Aircraft Pitch Control System Using LQR and Fuzzy Logic Controller Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3,Issue 5,May -216 e-issn : 2348-447 p-issn : 2348-646 Aircraft Pitch Control

More information

Margin Adaptive Resource Allocation for Multi user OFDM Systems by Particle Swarm Optimization and Differential Evolution

Margin Adaptive Resource Allocation for Multi user OFDM Systems by Particle Swarm Optimization and Differential Evolution Margin Adaptive Resource Allocation for Multi user OFDM Systems by Particle Swarm Optimization and Differential Evolution Imran Ahmed, Sonia Sadeque, and Suraiya Pervin Northern University Bangladesh,

More information

PID Controller Design for Two Tanks Liquid Level Control System using Matlab

PID Controller Design for Two Tanks Liquid Level Control System using Matlab International Journal of Electrical and Computer Engineering (IJECE) Vol. 5, No. 3, June 2015, pp. 436~442 ISSN: 2088-8708 436 PID Controller Design for Two Tanks Liquid Level Control System using Matlab

More information

DESIGN OF INTELLIGENT PID CONTROLLER BASED ON PARTICLE SWARM OPTIMIZATION IN FPGA

DESIGN OF INTELLIGENT PID CONTROLLER BASED ON PARTICLE SWARM OPTIMIZATION IN FPGA DESIGN OF INTELLIGENT PID CONTROLLER BASED ON PARTICLE SWARM OPTIMIZATION IN FPGA S.Karthikeyan 1 Dr.P.Rameshbabu 2,Dr.B.Justus Robi 3 1 S.Karthikeyan, Research scholar JNTUK., Department of ECE, KVCET,Chennai

More information

Particle Swarm Optimization-Based Consensus Achievement of a Decentralized Sensor Network

Particle Swarm Optimization-Based Consensus Achievement of a Decentralized Sensor Network , pp.162-166 http://dx.doi.org/10.14257/astl.2013.42.38 Particle Swarm Optimization-Based Consensus Achievement of a Decentralized Sensor Network Hyunseok Kim 1, Jinsul Kim 2 and Seongju Chang 1*, 1 Department

More information

A PID Controlled Real Time Analysis of DC Motor

A PID Controlled Real Time Analysis of DC Motor A PID Controlled Real Time Analysis of DC Motor Saurabh Dubey 1, Dr. S.K. Srivastava 2 Research Scholar, Dept. of Electrical Engineering, M.M.M Engineering College, Gorakhpur, India 1 Associate Professor,

More information

TWO AREA CONTROL OF AGC USING PI & PID CONTROL BY FUZZY LOGIC

TWO AREA CONTROL OF AGC USING PI & PID CONTROL BY FUZZY LOGIC TWO AREA CONTROL OF AGC USING PI & PID CONTROL BY FUZZY LOGIC Puran Lal 1, Mainak Roy 2 1 M-Tech (EL) Student, 2 Assistant Professor, Department of EEE, Lingaya s University, Faridabad, (India) ABSTRACT

More information

Improved Directional Perturbation Algorithm for Collaborative Beamforming

Improved Directional Perturbation Algorithm for Collaborative Beamforming American Journal of Networks and Communications 2017; 6(4): 62-66 http://www.sciencepublishinggroup.com/j/ajnc doi: 10.11648/j.ajnc.20170604.11 ISSN: 2326-893X (Print); ISSN: 2326-8964 (Online) Improved

More information

ISSN: [IDSTM-18] Impact Factor: 5.164

ISSN: [IDSTM-18] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY SPEED CONTROL OF DC MOTOR USING FUZZY LOGIC CONTROLLER Pradeep Kumar 1, Ajay Chhillar 2 & Vipin Saini 3 1 Research scholar in

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

CHOPPER FED CURRENT CONTROLLED DC MOTOR DRIVE USING PID CONTROLLER WITHOUT SENSOR

CHOPPER FED CURRENT CONTROLLED DC MOTOR DRIVE USING PID CONTROLLER WITHOUT SENSOR International Journal of Power Control Signal and Computation(IJPCSC) Vol 8. No.1 Jan-March 2016 Pp. 56-60 gopalax Journals, Singapore available at : www.ijcns.com ISSN: 0976-268X CHOPPER FED CURRENT CONTROLLED

More information

A PID Controller Design for an Air Blower System

A PID Controller Design for an Air Blower System 1 st International Conference of Recent Trends in Information and Communication Technologies A PID Controller Design for an Air Blower System Ibrahim Mohd Alsofyani *, Mohd Fuaad Rahmat, and Sajjad A.

More information

Control of Load Frequency of Power System by PID Controller using PSO

Control of Load Frequency of Power System by PID Controller using PSO Website: www.ijrdet.com (ISSN 2347-6435(Online) Volume 5, Issue 6, June 206) Control of Load Frequency of Power System by PID Controller using PSO Shiva Ram Krishna, Prashant Singh 2, M. S. Das 3,2,3 Dept.

More information

CHAPTER 3 MAXIMUM POWER TRANSFER THEOREM BASED MPPT FOR STANDALONE PV SYSTEM

CHAPTER 3 MAXIMUM POWER TRANSFER THEOREM BASED MPPT FOR STANDALONE PV SYSTEM 60 CHAPTER 3 MAXIMUM POWER TRANSFER THEOREM BASED MPPT FOR STANDALONE PV SYSTEM 3.1 INTRODUCTION Literature reports voluminous research to improve the PV power system efficiency through material development,

More information

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 03, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 03, 2016 ISSN (online): IJSRD - International Journal for Scientific Research & Development Vol. 4, Issue 03, 2016 ISSN (online): 2321-0613 Auto-tuning of PID Controller for Distillation Process with Particle Swarm Optimization

More information

A new fuzzy self-tuning PD load frequency controller for micro-hydropower system

A new fuzzy self-tuning PD load frequency controller for micro-hydropower system IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS A new fuzzy self-tuning PD load frequency controller for micro-hydropower system Related content - A micro-hydropower system model

More information

Application Research on BP Neural Network PID Control of the Belt Conveyor

Application Research on BP Neural Network PID Control of the Belt Conveyor Application Research on BP Neural Network PID Control of the Belt Conveyor Pingyuan Xi 1, Yandong Song 2 1 School of Mechanical Engineering Huaihai Institute of Technology Lianyungang 222005, China 2 School

More information

A Hybrid Particle Swarm Optimization Algorithm for Maximum Power Point Tracking of Solar Photovoltaic Systems

A Hybrid Particle Swarm Optimization Algorithm for Maximum Power Point Tracking of Solar Photovoltaic Systems Proceedings of The National Conference On Undergraduate Research (NCUR) 2017 University of Memphis Memphis, Tennessee April 6-8, 2017 A Hybrid Particle Swarm Optimization Algorithm for Maximum Power Point

More information

A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference

A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference 2006 IEEE Ninth International Symposium on Spread Spectrum Techniques and Applications A Soft-Limiting Receiver Structure for Time-Hopping UWB in Multiple Access Interference Norman C. Beaulieu, Fellow,

More information

A SOFTWARE-BASED GAIN SCHEDULING OF PID CONTROLLER

A SOFTWARE-BASED GAIN SCHEDULING OF PID CONTROLLER A SOFTWARE-BASED GAIN SCHEDULING OF PID CONTROLLER Hussein Sarhan Department of Mechatronics Engineering, Faculty of Engineering Technology, Amman, Jordan ABSTRACT In this paper, a scheduled-gain SG-PID

More information

Neuro-Genetic Adaptive Optimal Controller for DC Motor

Neuro-Genetic Adaptive Optimal Controller for DC Motor International Journal of Power Electronics and Drive System (IJPEDS) Vol. 4, No. 3, September 2014, pp. 393~399 ISSN: 2088-8694 393 Neuro-Genetic Adaptive Optimal Controller for DC Motor Mahmoud M. Elkholy*,

More information

Optimization based on PSO-ANFIS in Water bath Temperature System

Optimization based on PSO-ANFIS in Water bath Temperature System ISSN(Online): 232-981 ISSN (Print): 232-9798 (An ISO 3297: 27 Certified Organization) Vol.2, Special Issue 1, March 214 Department of CSE, JayShriram Group of Institutions, Tirupur, Tamilnadu, India on

More information

Adaptive Neural Network-based Synchronization Control for Dual-drive Servo System

Adaptive Neural Network-based Synchronization Control for Dual-drive Servo System Adaptive Neural Network-based Synchronization Control for Dual-drive Servo System Suprapto 1 1 Graduate School of Engineering Science & Technology, Doulio, Yunlin, Taiwan, R.O.C. e-mail: d10210035@yuntech.edu.tw

More information

Open Access Design of Diesel Engine Adaptive Active Disturbance Rejection Speed Controller

Open Access Design of Diesel Engine Adaptive Active Disturbance Rejection Speed Controller Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 05, 7, 49-433 49 Open Access Design of Diesel Engine Adaptive Active Disturbance Rejection Speed

More information

Model Based Predictive Peak Observer Method in Parameter Tuning of PI Controllers

Model Based Predictive Peak Observer Method in Parameter Tuning of PI Controllers 23 XXIV International Conference on Information, Communication and Automation Technologies (ICAT) October 3 November, 23, Sarajevo, Bosnia and Herzegovina Model Based Predictive in Parameter Tuning of

More information

Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller

Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller 1 Deepa S. Bhandare, 2 N. R.Kulkarni 1,2 Department of Electrical Engineering, Modern College of Engineering,

More information

Comparison of Tuning Methods of PID Controllers for Non-Linear System

Comparison of Tuning Methods of PID Controllers for Non-Linear System Comparison of Tuning Methods of PID Controllers for Non-Linear System 1 Sachinkumar Hiremath, 2 Nalini.C.Iyer, 3 Raghavendra.M.Shet Department of Instrumentation, B.V Bhoomaraddi College of Engineering

More information

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Ahdieh Rahimi Garakani Department of Computer South Tehran Branch Islamic Azad University Tehran,

More information

Comparison of Different Performance Index Factor for ABC-PID Controller

Comparison of Different Performance Index Factor for ABC-PID Controller International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 2 (2014), pp. 177-182 International Research Publication House http://www.irphouse.com Comparison of Different

More information

Design and Analysis for Robust PID Controller

Design and Analysis for Robust PID Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 4 Ver. III (Jul Aug. 2014), PP 28-34 Jagriti Pandey 1, Aashish Hiradhar 2 Department

More information

CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS

CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS Journal of Engineering Science and Technology EURECA 2013 Special Issue August (2014) 59-67 School of Engineering, Taylor s University CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS

More information

Hacettepe University, Ankara, Turkey. 2 Chemical Engineering Department,

Hacettepe University, Ankara, Turkey. 2 Chemical Engineering Department, OPTIMAL TUNING PARAMETERS OF PROPORTIONAL INTEGRAL CONTROLLER IN FEEDBACK CONTROL SYSTEMS. Gamze İŞ 1, ChandraMouli Madhuranthakam 2, Erdoğan Alper 1, Ibrahim H. Mustafa 2,3, Ali Elkamel 2 1 Chemical Engineering

More information

Optimized Tuning of PI Controller for a Spherical Tank Level System Using New Modified Repetitive Control Strategy

Optimized Tuning of PI Controller for a Spherical Tank Level System Using New Modified Repetitive Control Strategy International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume 3, Issue 6 (September 212), PP. 74-82 Optimized Tuning of PI Controller for a Spherical

More information

Design of Fractional Order Proportionalintegrator-derivative. Loop of Permanent Magnet Synchronous Motor

Design of Fractional Order Proportionalintegrator-derivative. Loop of Permanent Magnet Synchronous Motor I J C T A, 9(34) 2016, pp. 811-816 International Science Press Design of Fractional Order Proportionalintegrator-derivative Controller for Current Loop of Permanent Magnet Synchronous Motor Ali Motalebi

More information

A Case Study of GP and GAs in the Design of a Control System

A Case Study of GP and GAs in the Design of a Control System A Case Study of GP and GAs in the Design of a Control System Andrea Soltoggio Department of Computer and Information Science Norwegian University of Science and Technology N-749, Trondheim, Norway soltoggi@stud.ntnu.no

More information