MALAYSIA. Hang Tuah Jaya, Melaka, MALAYSIA. Hang Tuah Jaya, Melaka, MALAYSIA. Tunggal, Hang Tuah Jaya, Melaka, MALAYSIA

Size: px
Start display at page:

Download "MALAYSIA. Hang Tuah Jaya, Melaka, MALAYSIA. Hang Tuah Jaya, Melaka, MALAYSIA. Tunggal, Hang Tuah Jaya, Melaka, MALAYSIA"

Transcription

1 Advanced Materials Research Vol. 903 (2014) pp Online: (2014) Trans Tech Publications, Switzerland doi: / Modeling and Simulation of Swarm Intelligence Algorithms for Parameters Tuning Of PID Controller in Industrial Couple Tank System Ismail Mohd Khairuddin 1,a,Amira Sarayati Ahmad Dahalan 2, Amar Faiz Zainal Abidin 2,8,b,Yee Yang Lai 2,Nur Anis Nordin 3, Siti Fatimah Sulaiman 2,7, Hazriq Izzuan Jaafar 2,4,c, Syahrul Hisham Mohamad 2,5 and Noor Hafizah Amer 7 1 Faculty of Manufacturing Engineering, Universiti Malaysia Pahang, Pekan, MALAYSIA 2 Faculty of Electrical Engineering, Universiti Teknologi Malaysia, Johor Bahru, Johor, MALAYSIA 3 Faculty of Computing, UniversitiTeknologi Malaysia, Johor Bahru, Johor, MALAYSIA 4 Faculty of Electrical Engineering, UniversitiTeknikal Malaysia Melaka, Durian Tunggal, Hang Tuah Jaya, Melaka, MALAYSIA 5 Faculty of Engineering Technology, UniversitiTeknikal Malaysia Melaka, Durian Tunggal, Hang Tuah Jaya, Melaka, MALAYSIA 6 Faculty of Electronic & Computer Engineering, UniversitiTeknikal Malaysia Melaka, Durian Tunggal, Hang Tuah Jaya, Melaka, MALAYSIA 7 Department of Mechanical Engineering, Faculty of Engineering, National Defense University of Malaysia, Sungai Besi Camp, 57000, Kuala Lumpur, MALAYSIA 8 School of Science and Technology, Wawasan Open University, Pulau Pinang, MALAYSIA a ismailkhai@ump.edu.my, b amarfaiz@fke.utm.my, c hazriq@utem.edu.my Keywords: PID Controller; Optimization; Particle Swarm Optimization; Firefly Algorithm; Computational Intelligence. Abstract. Industrial tank system is widely used in consumer liquid processing and chemical processing industry. In liquid-based product manufacturing system, one of the main components consists of an industrial tank. This paper explores the applications of two swarm intelligence algorithms in optimizing the PID controller parameters. These swarm intelligence algorithms are Particle Swarm Optimization (PSO) and Firefly Algorithm (FA). Each agent of the swarm intelligence will represent a possible solution of the problem where each dimension corresponds to the PID controller s parameters. Result obtained shows that there are potential in improving these algorithms to replace the conventional way of obtaining PID controller s parameters Introduction Numerous liquid based applications such as liquid purification system, beverage productions, food preparations and pharmaceutical processing are done using industrial tank system. One of the simplest and most commonly used industrial tank systems is the couple tank system. A couple tank system consists of two liquid tanks, where the first tank is used to accept incoming liquid while keeping the liquid variation at a desired need. The second tank is usually used as an output medium, to supply the liquid at a constant speed. Previous literatures show that there are several attempts in controlling the liquid flow in industrial tank system using different control strategies such as in [1] where A.Visioli proposed the use of Proportional Integral Derivative (PID) plus feed forward controller. In year 2002, K. K. Tan et al. proposed the use of robust self-tuning PID controller [2]. M. S. Ramli et al. proposed an All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: /10/15,05:43:14)

2 322 Manufacturing Engineering improved swarm adaptive tuning of hybrid PI neural network controller for industrial coupled tanks [3]. In [4], Wahyudi et. al implemented a robust anti-windup PID controller for couple tank system. Introduction to Coupled Tank System A couple tank system consists of two tanks; each with an orifice and sensor to observe the liquid level, and an electrical motor to pump the water into the tank. The system is taken from [4].The difference is the error, E(s) which is being fed into a PID controller, Gc(s). Then, the output from the controller is fed to the plant. According to [4], the plant, in this case the coupled tank system, can be modeled based on [5]. Mathematical modeling of the coupled tank system is shown in Eq. 1 [4]. ( )= ( ) =. (1) ( ) where V(s) is the input voltage of the electrical motor and H2(s) is the level of the second tank. Modeling Swarm Intelligence for parameters tuning in PID controller for industrial tank system Swarm Intelligence is an emerging field in computational intelligence where all the algorithms are inspired by the cooperative knowledge of nature especially the fauna. All swarm intelligence algorithms consists of 3 main components: initial random position in the search space, fitness comparison between the agents, and the process of improving each agent by learning from other agents. PSO is one of the earliest SI introduced by J. Kennedy and R. Russell in 1995 [6]. The algorithm is inspired by the movement of the flocking birds. FA was introduced in 2007 by X.-S. Yang [7] which fundamentally based on the mating behavior of fireflies. For this experiment, both algorithms can be modeled using the same model. The proposed model suggests that the relationship of agent s position with PID parameters can be generalized as Eq. 2. =,, For example, =[2.00,3.00,1.00] means that the 2 nd agent suggests that the parameters of the PID controller should be tuned as follows: = 2, = 3, =1. While = [1.23,2.78,0.192] means that the 10 th agent suggests that the parameters of the PID controller should be tuned: = 1.23, =2.78, = The fitness function is the function that the agents use to evaluate their proposed solution. For this study, a 3-stage fitness function method similar to [8] was used to evaluate the fitness of each agent. This algorithm is presented in Algorithm 1 below where OS is overshoot, is settling time, is rise time and is steady state error. Algorithm 1: Fitness Function Evaluation for the PID Parameters Tuning 01 if ( )> 0 02 Reject solution by assigning a really large value of ( ), ( ), and ( ). 03 else 04 if ( ) ( ) 05 if ( )< ( ) 06 Accept new solution as best found solution, = 07 else 08 if ( ) ( ) 09 if ( )< ( ) 10 Accept new solution as best found solution, = 11 else 12 if ( )< ( ) 13 Accept new solution as best found solution, = 14 end (2)

3 Advanced Materials Research Vol end 16 end 17 end 18 end 19 end Modeling PID Controller in FA.The algorithm starts by generating initial population of agent, randomly. Here, the agent is the firefly. The fireflies positions are evaluated using the fitness function in Algorithm 1. Light intensity, is formulated to be equal to the inverse value of the firefly s fitness function as shown in Eq. 3. = ( ) From here on the algorithm will start looping until stopping criteria are fulfilled. For this study, maximum iteration, is chosen as stopping criteria where the algorithm will stop when the iteration, reached maximum iteration,.for each iteration, each agent will move toward to other agent with greater light intensity. The movement of this agent is bounded by Eq. 4. = + ( )+ (4) Here, is the distance between two agents in Euclidean distance. Given agent and agent, the Euclidean distance can be calculated using Eq. 5. is the agent s attractiveness at =0. is absorption coefficient. is randomization parameter which in range [0,1]. is a vector random number taken from uniform distribution. = (5) The fitness of the new agent s position is evaluated and the light intensity is updated. If the fitness obtained smaller than the global best record, the new fitness will become the new global best and the agent s position is kept as the best solution found so far. The algorithm is shown in Algorithm 2. Algorithm 2: Firefly Algorithm for tuning PID parameters 01 Set fitness function, ( )according to Eq. 2 where =[,,.., ] 02 Generate randomly initial population of agent, where = 1,2,.., 03 Find agent s light intensity, at using Eq Define light absorption coefficient, 05 while < 06 for = 1 to 07 for = 1 to 08 if < 09 Move agent towards using Eq Evaluate new solution using Algorithm 1, update using Eq. 3 and if necessary 11 end if 12 end for 13 end for 14 end while 15 Post process results and visualization Modeling PID Controller in PSO. Similar to FA, algorithm for PSO starts by randomly assigning the particle position based on (2). Then, the particle fitness is calculated using Algorithm 1.Thepbest and gbest will be updated if the particle has a better fitness value compared to the current pbest and gbest values. Then, the particle velocity, is updated using Eq. 6. = + ( )+ ( ) (6) Here, and are random values in range [0,1], is cognitive component and is social component. With this, the particle position is updated using Eq. 7. (3)

4 324 Manufacturing Engineering = + (7) The process is repeated until the iteration counts reach the maximum. The final gbest is taken as the best found solution. This algorithm is shown in Algorithm 3. Algorithm 3: Particle Swarm Optimization for PID parameters 01 Initialize all particle by randomizing position based on (2) 02 while < 03 for = 1 to 04 Calculate fitness for particle using Algorithm 1 05 if the particle fitness is better than previous pbest then 06 Set the particle fitness value as new pbest 07 if the pbest is better than previous gbest 08 Set pbest as new gbest 09 end if 10 end if 11 end for 12 for = 1 to do 13 Calculate particle velocity according to Eq Update the particle position according to Eq end for 16 end while 17 Post process results and visualization Implementation and Simulation result To compare the performance between the algorithms, the algorithms are tested on 2 conditions where the desired liquid level is 5 cm and 10 cm. Table 1 shows the parameters values used throughout this simulation. The Simulink block diagram used in the simulation is presented in Fig 1. For each case, the best results out of 5 simulations are listed in Table 2.Fig 2 to Fig 3 shows steady state error graph in percentage (top left), settling time in second (top right), rise time in second (bottom left), and input/output in centimeter (bottom right, blue colour for input, and red colour for output). It can be seen that the performance of PSO is better than FA. In 5 cm case study, PSO shown a better settling time compared to FA. For the 10 cm case study, the superior performance by PSO can be seen clearly as PSO managed to find optimized values of PID parameters which provide satisfactory steady state error. This is due to the fact that PSO has a really good convergence property. Table 1: Comparison of the PSO and FA parameters PSO FA Common Parameters Number of agents, q Max Number of iterations, Number of computations 5 5 Individual Parameters Inertia weight, Cognitive component, Social component, 1.42 Not applicable

5 Advanced Materials Research Vol Figure 1:Block diagram of the system for simulation Table 2: Comparison of the result obtained by PSO and FA PSO FA PSO FA 5 cm (Fig 2 & 3) 10 cm Overshoot (%) Overshoot (%) Steady state Steady state error (%) error (%) Settling time (s) Settling time (s) Rise time (s) Rise time (s) Fig. 2: Graphs for PSO-tuned PID Controller for 5 cm case study

6 326 Manufacturing Engineering Conclusion Fig. 3:Graphs for FA-tuned PID Controller for 10 cm case study. In this paper, a preliminary study of the application of swarm intelligence in tuning PID controller parameters for coupled tank application was presented, namely: PSO and FA. It can be seen that PSO performed better than FA in terms of its control performance indicator. However, this might not be the best case for a generic application of PID tuning. Further analysis is required especially in selecting the parameters for FA which by itself can be an optimization problem. References [1] L. Consolini, G. Lini, A. Plazzi, A. Visioli, Minimum-time rest-to-rest feedforward action for PID feedback MIMO systems, in Proceeding of IFAC Conference in PID Control, [2] K. K. Tan, R. Ferdous, S. Huang, Closed-loop automatic tuning of PID controller for nonlinear systems, in Chemical Engineering Sciences, 2002, vol. 57, pp [3] M. S. Ramli, R. M. T. R. Ismail, M. A. Ahmad, S. M. Nawi, M. A. M. Hussin, Improved Coupled Tank Liquid Levels System Based on Swarm Adaptive Tuning of Hybrid Proportional- Integral Neural Network Controller, in American Journal of Engineering and Applied Sciences, 2009, vol. 2, no. 4, pp [4]Wahyudi, M. Fadhil, M. Shazri, Robust Anti-Windup PID Control of a Couple Industrial Tank System, in Proceeding of the International Conference on Mechnical Engineering, 2007, no. 62, pp [5] Wahyudi, M. Fadhil, Shazari, Modeling and Parameters Identification of a Coupled Industrial Tank System, in Proceeding of National Conference on Software Engineering and Computer System, [6] J. Kennedy, R. Eberhart, Particle Swarm Optimization, in Proceeding of IEEE Conference on Neural Network, 1995, vol. 4, pp [7] S. X. Yang, Firefly Algorithm, Stochastic Test Functions and Design Optimisation, in International Journal of Bio-Inspired Computation, 2010, vol. 2, no. 2, pp [8] H. I. Jaafar, Z. Mohamed, A. F. Z. Abidin, Z. A. Ghani, PSO-Tuned PID Controller for a Nonlinear Gantry Crane System, in Proceeding of IEEE International Conference on Control System, Computing and Engineering, 2012.

7 Manufacturing Engineering / Modeling and Simulation of Swarm Intelligence Algorithms for Parameters Tuning of PID Controller in Industrial Couple Tank System /

PID Control Tuning VIA Particle Swarm Optimization for Coupled Tank System

PID Control Tuning VIA Particle Swarm Optimization for Coupled Tank System ISSN: -7, Volume-4, Issue-, May 4 PID Control Tuning VIA Particle Swarm Optimization for Coupled Tank System S.Y.S Hussien, H.I Jaafar, N.A Selamat, F.S Daud, A.F.Z Abidin Abstract This paper presents

More information

Analysis of Transient Response for Coupled Tank System via Conventional and Particle Swarm Optimization (PSO) Techniques

Analysis of Transient Response for Coupled Tank System via Conventional and Particle Swarm Optimization (PSO) Techniques Analysis of Transient Response for Coupled Tank System via Conventional and Particle Swarm Optimization (PSO) Techniques H. I. Jaafar #, S. Y. S. Hussien #2, N. A. Selamat #3, M. N. M. Nasir #4, M. H.

More information

An Experimental Study Of Combinational Logic Circuit Minimization Using Firefly Algorithm

An Experimental Study Of Combinational Logic Circuit Minimization Using Firefly Algorithm Colloquium on Robotics, Unmanned Systems And Cybernetics 2014 (CRUSC 2014) Nov. 20, 2014 at Universiti Malaysia Pahang, Pekan, Pahang, Malaysia An Experimental Study Of Combinational Logic Circuit Minimization

More information

EFFECTS OF MULTIPLE COMBINATION WEIGHTAGE USING MOPSO FOR MOTION CONTROL GANTRY CRANE SYSTEM

EFFECTS OF MULTIPLE COMBINATION WEIGHTAGE USING MOPSO FOR MOTION CONTROL GANTRY CRANE SYSTEM EFFECTS OF MULTIPLE COMBINATION WEIGHTAGE USING MOPSO FOR MOTION CONTROL GANTRY CRANE SYSTEM H.I. JAAFAR, Z. MOHAMED, 3 J.J. JAMIAN, 4 M.S.M. ARAS, 5 A.M. KASSIM, 6 M.F. SULAIMA Lecturer, Center of Robotics

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

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

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

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

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

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

ANGLE MODULATED SIMULATED KALMAN FILTER ALGORITHM FOR COMBINATORIAL OPTIMIZATION PROBLEMS

ANGLE MODULATED SIMULATED KALMAN FILTER ALGORITHM FOR COMBINATORIAL OPTIMIZATION PROBLEMS ANGLE MODULATED SIMULATED KALMAN FILTER ALGORITHM FOR COMBINATORIAL OPTIMIZATION PROBLEMS Zulkifli Md Yusof 1, Zuwairie Ibrahim 1, Ismail Ibrahim 1, Kamil Zakwan Mohd Azmi 1, Nor Azlina Ab Aziz 2, Nor

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 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

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

1 Faculty of Electrical Engineering, UTM, Skudai 81310, Johor, Malaysia

1 Faculty of Electrical Engineering, UTM, Skudai 81310, Johor, Malaysia Applied Mechanics and Materials Vols. 284-287 (2013) pp 2266-2270 (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.284-287.2266 PID Controller Tuning by Differential Evolution

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

Four Different Methods to Hybrid Simulated Kalman Filter (SKF) with Gravitational Search Algorithm (GSA)

Four Different Methods to Hybrid Simulated Kalman Filter (SKF) with Gravitational Search Algorithm (GSA) Four Different Methods to Hybrid Simulated Kalman Filter (SKF) with Gravitational Search Algorithm (GSA) Badaruddin Muhammad, Zuwairie Ibrahim, Kamil Zakwan Mohd Azmi Faculty of Electrical and Electronics

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

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

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

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

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

Particle Swarm Optimization for PID Tuning of a BLDC Motor

Particle Swarm Optimization for PID Tuning of a BLDC Motor Proceedings of the 009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 009 Particle Swarm Optimization for PID Tuning of a BLDC Motor Alberto A. Portillo UTSA

More information

IJITKM Special Issue (ICFTEM-2014) May 2014 pp (ISSN )

IJITKM Special Issue (ICFTEM-2014) May 2014 pp (ISSN ) IJITKM Special Issue (ICFTEM-214) May 214 pp. 148-12 (ISSN 973-4414) Analysis Fuzzy Self Tuning of PID Controller for DC Motor Drive Neeraj kumar 1, Himanshu Gupta 2, Rajesh Choudhary 3 1 M.Tech, 2,3 Astt.Prof.,

More information

EFFICIENT CONTROL OF LEVEL IN INTERACTING CONICAL TANKS USING REAL TIME CONCEPTS

EFFICIENT CONTROL OF LEVEL IN INTERACTING CONICAL TANKS USING REAL TIME CONCEPTS EFFICIENT CONTROL OF LEVEL IN INTERACTING CONICAL TANKS USING REAL TIME CONCEPTS V. Karthikeyan Department of Electrical and Electronics Engineering, Dr. M.G.R. Educational and Research Institute, University,

More information

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD

OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD OPTIMAL PLACEMENT OF UNIFIED POWER QUALITY CONDITIONER IN DISTRIBUTION SYSTEMS USING PARTICLE SWARM OPTIMIZATION METHOD M. Laxmidevi Ramanaiah and M. Damodar Reddy Department of E.E.E., S.V. University,

More information

EVOLUTIONARY ALGORITHM BASED CONTROLLER FOR HEAT EXCHANGER

EVOLUTIONARY ALGORITHM BASED CONTROLLER FOR HEAT EXCHANGER EVOLUTIONARY ALGORITHM BASED CONTROLLER FOR HEAT EXCHANGER Nandhini Priyadharshini M. 1, Rakesh Kumar S. 2 and Valarmathi R. 2 1 Department of EIE, P.G. scholar SASTRA University, Thanjavur, India 2 Department

More information

FUZZY LOGIC CONTROLLER DESIGN FOR AUTONOMOUS UNDERWATER VEHICLE (AUV)-YAW CONTROL

FUZZY LOGIC CONTROLLER DESIGN FOR AUTONOMOUS UNDERWATER VEHICLE (AUV)-YAW CONTROL FUZZY LOGIC CONTROLLER DESIGN FOR AUTONOMOUS UNDERWATER VEHICLE (AUV)-YAW CONTROL Ahmad Muzaffar Abdul Kadir 1,2, Mohammad Afif Kasno 1,2, Mohd Shahrieel Mohd Aras 2,3, Mohd Zaidi Mohd Tumari 1,2 and Shahrizal

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

Performance Comparisons between PID and Adaptive PID Controllers for Travel Angle Control of a Bench-Top Helicopter

Performance Comparisons between PID and Adaptive PID Controllers for Travel Angle Control of a Bench-Top Helicopter Vol:9, No:1, 21 Performance Comparisons between PID and Adaptive PID s for Travel Angle Control of a Bench-Top Helicopter H. Mansor, S. B. Mohd-Noor, T. S. Gunawan, S. Khan, N. I. Othman, N. Tazali, R.

More information

Tuning Methods of PID Controller for DC Motor Speed Control

Tuning Methods of PID Controller for DC Motor Speed Control Indonesian Journal of Electrical Engineering and Computer Science Vol. 3, No. 2, August 2016, pp. 343 ~ 349 DOI: 10.11591/ijeecs.v3.i2.pp343-349 343 Tuning Methods of PID Controller for DC Motor Speed

More information

Training a Neural Network for Checkers

Training a Neural Network for Checkers Training a Neural Network for Checkers Daniel Boonzaaier Supervisor: Adiel Ismail June 2017 Thesis presented in fulfilment of the requirements for the degree of Bachelor of Science in Honours at the University

More information

Decentralized PID Controller Design for 3x3 Multivariable System using Heuristic Algorithms

Decentralized PID Controller Design for 3x3 Multivariable System using Heuristic Algorithms Indian Journal of Science and Technology, Vol 8(15), DOI: 10.17485/ijst/2015/v8i15/70394, July 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Decentralized PID Controller Design for 3x3 Multivariable

More information

Fuzzy Logic Controller Optimized by Particle Swarm Optimization for DC Motor Speed Control

Fuzzy Logic Controller Optimized by Particle Swarm Optimization for DC Motor Speed Control Fuzzy Logic Controller Optimized by Particle Swarm Optimization for DC Motor Speed Control Rasoul Rahmani*, Member, IEEE, M.S. Mahmodian**, Saad Mekhilef**, Member, IEEE and A. A. Shojaei* *Centre for

More information

1) Complexity, Emergence & CA (sb) 2) Fractals and L-systems (sb) 3) Multi-agent systems (vg) 4) Swarm intelligence (vg) 5) Artificial evolution (vg)

1) Complexity, Emergence & CA (sb) 2) Fractals and L-systems (sb) 3) Multi-agent systems (vg) 4) Swarm intelligence (vg) 5) Artificial evolution (vg) 1) Complexity, Emergence & CA (sb) 2) Fractals and L-systems (sb) 3) Multi-agent systems (vg) 4) Swarm intelligence (vg) 5) Artificial evolution (vg) 6) Virtual Ecosystems & Perspectives (sb) Inspired

More information

Active sway control of a gantry crane using hybrid input shaping and PID control schemes

Active sway control of a gantry crane using hybrid input shaping and PID control schemes Home Search Collections Journals About Contact us My IOPscience Active sway control of a gantry crane using hybrid input shaping and PID control schemes This content has been downloaded from IOPscience.

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

ROBUST CONTROLLER DESIGN FOR POSITION TRACKING OF NONLINEAR SYSTEM USING BACKSTEPPING-GSA APPROACH

ROBUST CONTROLLER DESIGN FOR POSITION TRACKING OF NONLINEAR SYSTEM USING BACKSTEPPING-GSA APPROACH VOL., NO. 6, MARCH 26 ISSN 89-668 26-26 Asian Research Publishing Network (ARPN). All rights reserved. ROBUST CONTROLLER DESIGN FOR POSITION TRACKING OF NONLINEAR SYSTEM USING BACKSTEPPING-GSA APPROACH

More information

GUI Based Control System Analysis Using PID Controller for Education

GUI Based Control System Analysis Using PID Controller for Education Indonesian Journal of Electrical Engineering and Computer Science Vol. 3, No. 1, July 2016, pp. 91 ~ 101 DOI: 10.11591/ijeecs.v3.i1.pp91-101 91 GUI Based Control System Analysis Using PID Controller for

More information

INTELLIGENT ACTIVE FORCE CONTROL APPLIED TO PRECISE MACHINE UMP, Pekan, Pahang, Malaysia Shah Alam, Selangor, Malaysia ABSTRACT

INTELLIGENT ACTIVE FORCE CONTROL APPLIED TO PRECISE MACHINE UMP, Pekan, Pahang, Malaysia Shah Alam, Selangor, Malaysia ABSTRACT National Conference in Mechanical Engineering Research and Postgraduate Studies (2 nd NCMER 2010) 3-4 December 2010, Faculty of Mechanical Engineering, UMP Pekan, Kuantan, Pahang, Malaysia; pp. 540-549

More information

PERFORMANCE ANALYSIS OF ACTIVE POWER FILTER FOR HARMONIC COMPENSATION USING PI-PSO

PERFORMANCE ANALYSIS OF ACTIVE POWER FILTER FOR HARMONIC COMPENSATION USING PI-PSO 006-015 Asian Research Publishing Network (ARPN). All rights reserved. PERFORMANCE ANALYSIS OF ACTIVE POWER FILTER FOR HARMONIC COMPENSATION USING PI-PSO Ekhlas Mhawi Thajeel, Hamdan Bin Daniyal and Mohd

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

MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER

MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER www.arpnjournals.com MODEL BASED DESIGN OF PID CONTROLLER FOR BLDC MOTOR WITH IMPLEMENTATION OF EMBEDDED ARDUINO MEGA CONTROLLER M.K.Hat 1, B.S.K.K. Ibrahim 1, T.A.T. Mohd 2 and M.K. Hassan 2 1 Department

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

DESIGN OF A MINIATURIZED DUAL-BAND ANTENNA USING PARTICLE SWARM OPTIMIZATION

DESIGN OF A MINIATURIZED DUAL-BAND ANTENNA USING PARTICLE SWARM OPTIMIZATION Forum for Electromagnetic Research Methods and Application Technologies (FERMAT) DESIGN OF A MINIATURIZED DUAL-BAND ANTENNA USING PARTICLE SWARM OPTIMIZATION Waroth Kuhirun,Winyou Silabut and Pravit Boonek

More information

Design of controller for Cuk converter using Evolutionary algorithm via Model Order Reduction

Design of controller for Cuk converter using Evolutionary algorithm via Model Order Reduction Volume 114 No. 8 217, 297-37 ISSN: 1311-88 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Design of controller for Cuk converter using Evolutionary algorithm via

More information

Online Tuning of Two Conical Tank Interacting Level Process

Online Tuning of Two Conical Tank Interacting Level Process Online Tuning of Two Conical Tank Interacting Level Process S.Vadivazhagi 1, Dr.N.Jaya Research Scholar, Dept. of E&I, Annamalai University, Chidambaram, Tamilnadu, India 1 Associate Professor, Dept. of

More information

Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks

Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks Swarm Based Sensor Deployment Optimization in Ad hoc Sensor Networks Wu Xiaoling, Shu Lei, Yang Jie, Xu Hui, Jinsung Cho, and Sungyoung Lee Department of Computer Engineering, Kyung Hee University, Korea

More information

Application Of Power System Stabilizer At Serir Power Plant

Application Of Power System Stabilizer At Serir Power Plant Vol. 3 Issue 4, April - 27 Application Of Power System Stabilizer At Serir Power Plant *T. Hussein, **A. Shameh Electrical and Electronics Dept University of Benghazi Benghazi- Libya *Tawfiq.elmenfy@uob.edu.ly

More information

Optimal Tuning of PID Controller for PMBLDC Motor using Cat Swarm Optimization

Optimal Tuning of PID Controller for PMBLDC Motor using Cat Swarm Optimization International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 9, Number 1 (2017), pp. 1-10 International Research Publication House http://www.irphouse.com Optimal Tuning of PID

More information

Artificial Intelligent and meta-heuristic Control Based DFIG model Considered Load Frequency Control for Multi-Area Power System

Artificial Intelligent and meta-heuristic Control Based DFIG model Considered Load Frequency Control for Multi-Area Power System International Research Journal of Engineering and Technology (IRJET) e-issn: 395-56 Volume: 4 Issue: 9 Sep -7 www.irjet.net p-issn: 395-7 Artificial Intelligent and meta-heuristic Control Based DFIG model

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

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

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

ANTI-WINDUP SCHEME FOR PRACTICAL CONTROL OF POSITIONING SYSTEMS

ANTI-WINDUP SCHEME FOR PRACTICAL CONTROL OF POSITIONING SYSTEMS ANTI-WINDUP SCHEME FOR PRACTICAL CONTROL OF POSITIONING SYSTEMS WAHYUDI, TARIG FAISAL AND ABDULGANI ALBAGUL Department of Mechatronics Engineering, International Islamic University, Malaysia, Jalan Gombak,

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

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

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

Glossary of terms. Short explanation

Glossary of terms. Short explanation Glossary Concept Module. Video Short explanation Abstraction 2.4 Capturing the essence of the behavior of interest (getting a model or representation) Action in the control Derivative 4.2 The control signal

More information

MODEL BASED CONTROL FOR INTERACTING AND NON-INTERACTING LEVEL PROCESS USING LABVIEW

MODEL BASED CONTROL FOR INTERACTING AND NON-INTERACTING LEVEL PROCESS USING LABVIEW MODEL BASED CONTROL FOR INTERACTING AND NON-INTERACTING LEVEL PROCESS USING LABVIEW M.Lavanya 1, P.Aravind 2, M.Valluvan 3, Dr.B.Elizabeth Caroline 4 PG Scholar[AE], Dept. of ECE, J.J. College of Engineering&

More information

Modeling and Analysis of a Real Time Spherical Tank Process for Sewage Treatment Plant

Modeling and Analysis of a Real Time Spherical Tank Process for Sewage Treatment Plant Appl. Math. Inf. Sci. 11, No. 5, 1491-1498 (2017) 1491 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.18576/amis/110528 Modeling and Analysis of a Real Time Spherical

More information

Numerical Method Approaches in Optical Waveguide Modeling

Numerical Method Approaches in Optical Waveguide Modeling Applied Mechanics and Materials Vols. 52-54 (2011) pp 2133-2137 Online available since 2011/Mar/28 at www.scientific.net (2011) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.52-54.2133

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

Compare the results of Tuning of PID controller by using PSO and GA Technique for AVR system Anil Kumar 1,Dr. Rajeev Gupta 2

Compare the results of Tuning of PID controller by using PSO and GA Technique for AVR system Anil Kumar 1,Dr. Rajeev Gupta 2 ISSN: 2278 323 Volume 2, Issue 6, June 23 Compare the results of Tuning of PID controller by using PSO and GA Technique for AVR system Anil Kumar,Dr. Rajeev Gupta 2 Abstract This paper Present to design

More information

PERFORMANCE EVALUATION OF SHAFT SPEED CONTROL USING A MAGNETORHEOLOGICAL BRAKE. Hang Tuah Jaya, Durian Tunggal, Melaka, Malaysia.

PERFORMANCE EVALUATION OF SHAFT SPEED CONTROL USING A MAGNETORHEOLOGICAL BRAKE. Hang Tuah Jaya, Durian Tunggal, Melaka, Malaysia. International Journal of Automotive and Mechanical Engineering (IJAME) ISSN: 2229-8649 (Print); ISSN: 2180-1606 (Online); Volume 11, pp. 2654-2663, January-June 2015 Universiti Malaysia Pahang DOI: http://dx.doi.org/10.15282/ijame.11.2015.42.0223

More information

ADAPTIVE PSO-BASED SELF-TUNING PID CONTROLLER FOR ULTRASONIC MOTOR. Received September 2012; revised January 2013

ADAPTIVE PSO-BASED SELF-TUNING PID CONTROLLER FOR ULTRASONIC MOTOR. Received September 2012; revised January 2013 International Journal of Innovative Computing, Information and Control ICIC International c 2013 ISSN 1349-4198 Volume 9, Number 10, October 2013 pp. 3903 3914 ADAPTIVE PSO-BASED SELF-TUNING PID CONTROLLER

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

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 AND DEVELOPMENT OF ACTIVE POWER FILTER FOR HARMONIC MINIMIZATION USING SYNCHRONOUS REFERENCE FRAME (SRF)

DESIGN AND DEVELOPMENT OF ACTIVE POWER FILTER FOR HARMONIC MINIMIZATION USING SYNCHRONOUS REFERENCE FRAME (SRF) DESIGN AND DEVELOPMENT OF ACTIVE POWER FILTER FOR HARMONIC MINIMIZATION USING SYNCHRONOUS REFERENCE FRAME (SRF) Rosli Omar, Mohammed Rasheed, Zheng Kai Low and Marizan Sulaiman Universiti Teknikal Malaysia

More information

OPTIMAL LOAD FREQUENCY CONTROL IN SINGLE AREA POWER SYSTEM USING PID CONTROLLER BASED ON BACTERIAL FORAGING & PARTICLE SWARM OPTIMIZATION

OPTIMAL LOAD FREQUENCY CONTROL IN SINGLE AREA POWER SYSTEM USING PID CONTROLLER BASED ON BACTERIAL FORAGING & PARTICLE SWARM OPTIMIZATION OPTIMAL LOAD FREQUENCY CONTROL IN SINGLE AREA POWER SYSTEM USING PID CONTROLLER BASED ON BACTERIAL FORAGING & PARTICLE SWARM OPTIMIZATION Hong Mee Song, Wan Ismail Ibrahim and Nor Rul Hasma Abdullah Sustainable

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

AIS and Swarm Intelligence : Immune-inspired Swarm Robotics

AIS and Swarm Intelligence : Immune-inspired Swarm Robotics AIS and Swarm Intelligence : Immune-inspired Swarm Robotics Jon Timmis Department of Electronics Department of Computer Science York Center for Complex Systems Analysis jtimmis@cs.york.ac.uk http://www-users.cs.york.ac.uk/jtimmis

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

Design And Implementation of A PID Controller For A Continuous Stirred Tank Reactor (CSTR) System Using Particle Swarm Algorithms

Design And Implementation of A PID Controller For A Continuous Stirred Tank Reactor (CSTR) System Using Particle Swarm Algorithms 16 th International Conference on AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT - 16 May 26-28, 2015, E-Mail: asat@mtc.edu.eg Military Technical College, Kobry Elkobbah, Cairo, Egypt Tel : +(202) 24025292

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

A PLC-based Self-tuning PI-Fuzzy Controller for Linear and Non-linear Drives Control

A PLC-based Self-tuning PI-Fuzzy Controller for Linear and Non-linear Drives Control A PLC-based Self-tuning PI-Fuzzy Controller for Linear and Non-linear Drives Control Muhammad Arrofiq *1, Nordin Saad *2 Universiti Teknologi PETRONAS Tronoh, Perak, Malaysia muhammad_arrofiq@utp.edu.my

More information

Modelling for Temperature Non-Isothermal Continuous Stirred Tank Reactor Using Fuzzy Logic

Modelling for Temperature Non-Isothermal Continuous Stirred Tank Reactor Using Fuzzy Logic Modelling for Temperature Non-Isothermal Continuous Stirred Tank Reactor Using Fuzzy Logic Nasser Mohamed Ramli, Mohamad Syafiq Mohamad 1 Abstract Many types of controllers were applied on the continuous

More information

Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi, G.Balasubramanian.

Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi, G.Balasubramanian. Volume 8 No. 8 28, 2-29 ISSN: 3-88 (printed version); ISSN: 34-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Tuning of PID Controller for Cascade Unstable systems Using Genetic Algorithm P.Vaishnavi,

More information

A Review of Implemention of Evolutionary Computational Techniques for Speed Control of Brushless DC Motor Based on PID Controller

A Review of Implemention of Evolutionary Computational Techniques for Speed Control of Brushless DC Motor Based on PID Controller Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 2 (2014), pp. 113-120 Research India Publications http://www.ripublication.com/aeee.htm A Review of Implemention of Evolutionary

More information

The Research on the System of Double-Holding Water Tank Liquid Level Control with the PID Control

The Research on the System of Double-Holding Water Tank Liquid Level Control with the PID Control Advanced Materials Research Online: 2014-06-06 ISSN: 1662-8985, Vols. 945-949, pp 2559-2562 doi:10.4028/www.scientific.net/amr.945-949.2559 2014 Trans Tech Publications, Switzerland The Research on the

More information

Two-PI Controllers Based Quadruple Tank System

Two-PI Controllers Based Quadruple Tank System Two-PI Controllers Based Quadruple Tank System Hana El saady 1 and Farag Hossen 2 1 Assistant Lecture, Electrical and Electronics Engineering Department, Tobruk University, Tobruk, Libya. 2 Assistant Lecture,

More information

Fuzzy Logic Based Speed Control System Comparative Study

Fuzzy Logic Based Speed Control System Comparative Study Fuzzy Logic Based Speed Control System Comparative Study A.D. Ghorapade Post graduate student Department of Electronics SCOE Pune, India abhijit_ghorapade@rediffmail.com Dr. A.D. Jadhav Professor Department

More information

REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL. M. Mohebbi 1*, M. Hashemi 1

REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL. M. Mohebbi 1*, M. Hashemi 1 International Journal of Technology (2016) 1: 141-148 ISSN 2086-9614 IJTech 2016 REDUCING THE VIBRATIONS OF AN UNBALANCED ROTARY ENGINE BY ACTIVE FORCE CONTROL M. Mohebbi 1*, M. Hashemi 1 1 Faculty of

More information

New PID Tuning Rule Using ITAE Criteria

New PID Tuning Rule Using ITAE Criteria New PID Tuning Rule Using ITAE Criteria Ala Eldin Abdallah Awouda Department of Mechatronics and Robotics, Faculty of Electrical Engineering, Universiti Teknologi Malaysia, Johor, 83100, Malaysia rosbi@fke.utm.my

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

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

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

Fuzzy Logic Controller on DC/DC Boost Converter

Fuzzy Logic Controller on DC/DC Boost Converter 21 IEEE International Conference on Power and Energy (PECon21), Nov 29 - Dec 1, 21, Kuala Lumpur, Malaysia Fuzzy Logic Controller on DC/DC Boost Converter N.F Nik Ismail, Member IEEE,Email: nikfasdi@yahoo.com

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

BINARY DISTILLATION COLUMN CONTROL TECHNIQUES: A COMPARATIVE STUDY

BINARY DISTILLATION COLUMN CONTROL TECHNIQUES: A COMPARATIVE STUDY BINARY DISTILLATION COLUMN CONTROL TECHNIQUES: A COMPARATIVE STUDY 1 NASSER MOHAMED RAMLI, 2 MOHAMMED ABOBAKR BASAAR 1,2 Chemical Engineering Department, Faculty of Engineering, Universiti Teknologi PETRONAS,

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

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

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

TRACKING PERFORMANCE OF A HOT AIR BLOWER SYSTEM USING PID CONTROLLER WITH PSO AND HARMONIC SEARCH ALGORITHM ANDY HENG POH SENG

TRACKING PERFORMANCE OF A HOT AIR BLOWER SYSTEM USING PID CONTROLLER WITH PSO AND HARMONIC SEARCH ALGORITHM ANDY HENG POH SENG TRACKING PERFORMANCE OF A HOT AIR BLOWER SYSTEM USING PID CONTROLLER WITH PSO AND HARMONIC SEARCH ALGORITHM ANDY HENG POH SENG This Report Is Submitted In Partial Fulfillment Of Requirements For The Bachelor

More information

COMPARISON OF TUNING ALGORITHMS OF PI CONTROLLER FOR POWER ELECTRONIC CONVERTER

COMPARISON OF TUNING ALGORITHMS OF PI CONTROLLER FOR POWER ELECTRONIC CONVERTER COMPARISON OF TUNING ALGORITHMS OF PI CONTROLLER FOR POWER ELECTRONIC CONVERTER B. Achiammal and R. Kayalvizhi Department of Electronics and Instrumentation Engineering, Annamalai University, Annamalainagar,

More information

ANFIS-PID Controller for Arm Rehabilitation Device

ANFIS-PID Controller for Arm Rehabilitation Device ANFIS-PID Controller for Arm Rehabilitation Device M.H.Jali a,1, N.E.S.Mustafa a,2, T.A.Izzuddin a,3, R.Ghazali a,4, H.I.Jaafar a,5 a Faculty of Electrical Engineering, Universiti Teknikal Malaysia Melaka

More information

Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm

Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:17 No:02 38 Experiment Of Speed Control for an Electric Trishaw Based on PID Control Algorithm Shahrizal Saat 1 *, Mohd Nabil

More information

CONTINUOUS FIREFLY ALGORITHM FOR OPTIMAL TUNING OF PID CONTROLLER IN AVR SYSTEM

CONTINUOUS FIREFLY ALGORITHM FOR OPTIMAL TUNING OF PID CONTROLLER IN AVR SYSTEM Journal of ELECTRICAL ENGINEERING, VOL. 65, NO. 1, 2014, 44 49 CONTINUOUS FIREFLY ALGORITHM FOR OPTIMAL TUNING OF PID CONTROLLER IN AVR SYSTEM Omar Bendjeghaba This paper presents a tuning approach based

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

Comparison Effectiveness of PID, Self-Tuning and Fuzzy Logic Controller in Heat Exchanger

Comparison Effectiveness of PID, Self-Tuning and Fuzzy Logic Controller in Heat Exchanger J. Appl. Environ. Biol. Sci., 7(4S)28-33, 2017 2017, TextRoad Publication ISSN: 2090-4274 Journal of Applied Environmental and Biological Sciences www.textroad.com Comparison Effectiveness of PID, Self-Tuning

More information