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

Size: px
Start display at page:

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

Transcription

1 Applied Mechanics and Materials Vols (2013) pp (2013) Trans Tech Publications, Switzerland doi: / PID Controller Tuning by Differential Evolution Algorithm on EDM Servo Control System Trias Andromeda 1,2, a, Azli yahya 2,b, Syahrullail Samion 3,c Ameruddin Baharom 1,d, Nor Liyana Hashim 4,e 1 Faculty of Electrical Engineering, UTM, Skudai 81310, Johor, Malaysia 2 Department of electrical engineering, Diponegoro University, Semarang 50275, Indonesia 3 Faculty of Mechanical Engineering, UTM, Skudai 81310, Johor, Malaysia 4 Faculty of Health Science and Biomedical Engineering, UTM, Skudai 81310, Johor, Malaysia a triasandromeda@undip.ac.id, b azli@fke.utm.my, c syahruls@fkm.utm.my d amer@fke.utm.my, e nlsafura88@gmail.com Keywords: Servo Control System, Electrical Discharge Machining (EDM), Proportional Integral Derivative (PID), Controller Tuning, Differential Evolution (DE). Abstract Maintaining gap between Electrode and workpiece in Electrical Discharge Machining (EDM) is very important since the capability of control system to keep the gap will improve the performance of this machine. Therefore to maintain the gap, a Proportional Integral Derivative (PID) controller is designed and applied to EDM servo actuator system. The objective of this work is to obtain a stable, robust and controlled system by tuning the PID controller using Differential Evolution (DE) algorithm. The controller for EDM die sinking is verified by simulation of the control system using MATLAB/Simulink program. Simulation results verify the capabilities and effectiveness of the DE algorithm to search the best configuration of PID parameters controller to control the electrode position. Introduction PID controller is the most popular ones on dealing with industrial control processes. It is simple in structure, reliable in operation, robust in performances and up to 90% of all control strategies are PID. Various applications have implemented using PID controller, such as process control, motor drives, automotive, flight control. On the contrary, it has been experimentally checked that more than 30% of the installed controllers are operating in manual mode and 65% of the automatic close loops is operated in poorly tuned condition[1], so new approaches algorithm to adjust PID constants controller are very important. Conventional methods such as Zigler-Nichols[2] and simplex methods are not excellent to be implemented in digital system. Recently, intelligent approaches such as genetic algorithm, particle swarm optimization have been proposed for PID optimization. Some tuning methodologies PID controllers have been proposed in literatures such as auto tuning, self-tuning and computational intelligence[3-5]. Many researchers have tried to propose a new strategy in order to obtain a good technique to determine parameters in PID controller. Conventional methods called Zigler-Nichols based on step response analysis. Kp, Ki and Kd gains of the controller are determined using this response graph[6]. It means that the accuracy of capturing the step response graph is significantly contributed to the determination of PID parameters. Artificial Intelligence algorithm tries to find optimum parameter in PID controller based on fitness function. It is not easy to find a proper configuration gains of PID controllers because many industrial plants are often burdened with problems such as high order, time delays, poorly damped, nonlinearities and time-varying dynamics. Over the years, several authors have proposed the tuning of PID to control variable processes by optimization methods, such as genetic algorithms[7], particle swarm optimization[8], tribes algorithm[9], harmony search[10], evolution strategy [11], 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 TTP, (ID: /01/13,07:52:50)

2 Applied Mechanics and Materials Vols ant colony [12]. In this paper, Differential Evolution as a new Evolutionary Algorithm is used as a tool for solving the class of multi objective optimization problems that results from a PID design problem for maintaining the gap between electrode and workpiece in EDM system process. System Description Electrical Discharge Machining (EDM) is a controlled metal removal process that is used to remove metal by means of electric spark erosion. The English scientist Priestley first reported the erosive effect of electrical discharges in In this process, an electric spark is used as the eroding tool to erode the workpiece to produce finished part (moulding). The metal removal process is performed by applying an electrical discharge of pulsed high frequency direct current through the electrode to the workpiece. The electrode location is controlled by the machine and is positioned so as not to contact the workpiece. A precise controlled space is maintained, allowing the spark to discharge its current from the electrode to the workpiece through an insulated dielectric fluid. This removes tiny particles of metal, called debris, from the workpiece. Figure 1. Basic Elements of an EDM system Fig.1 shows basic elements of an EDM system. When the gap between the electrode and workpiece is sufficiently small (10 50 µm), said gap being controlled by the position control servo system, an electrical spark occurs in the gap. Gap Control in EDM System Machining gap is adjusted using ram servo control system at a critical distance for the continuous occurrence of electric discharge. At the same power generator settings, machining stability and productivity depend on performance of this servo control mechanism. Fig. 2 shows block diagram of EDM servo control unit. Figure 2. Block Diagram of Existing EDM Servo Control System There are three components which constructs EDM servo control system. K c is applied at the controller block. The servo system block consist of model of dc motor and its accessories including ram and leadscrew. EDM process is a model for EDM discharge phenomenon. At this model, gap between electrode and workpiece is converted to voltage which represents voltage drop occurred during discharge state. Control system takes only the average gap voltage (V g ) as a feedback signal and then comparing it with a servo reference voltage (V s ). The differences between V g and V s, known as error, is fed to amplifier K c, denoted by V sd, drives the servo ram to adjust the gap distance so as to

3 2268 Innovation for Applied Science and Technology keep V g at a level determined by V s. The control gain K c and the level of V s are manually preset according to the operator's experiences. Conventional servo system does not effectively respond to either gap state parameters or process dynamic and stochastic features[13]. With this type of control system, therefore, the machining process is not optimal. Figure 3. Practical gap control system of an EDM[13] Fig. 3 shows a practical gap control system of EDM process. The dynamic relationship between the feed rate f r (s) and the speed V(s) can be expressed as, = (1) where is a magnification constant. The terms and is damping ratio and natural frequency of the servo system. Considering to the foregoing analysis, the system is a type 1 system when the gap controller y(s) is a pure proportional controller. A PD controller is applied to the system to improve the transient responses. Accordingly, f r (s) can be expressed as: = + (2) Differential Evolution (DE) Differential Evolution (DE) can be used in optimization problems and a variant of evolutionary computation algorithm[14]. DE has three main advantages (1) able to locate the accurate global optimum irrespective of the initial parameter values (2) has rapid convergence (3) utilizes few control parameters, thus easy and simple to use. This algorithm is similar to Genetic Algorithm (GA) and Particle Swarm optimization (PSO). During optimization step, mutation, crossover/recombination, and selection operators are involve in this computation. Initially, population is given randomly. DE utilize mutation operator as a search mechanism and selection operation to find directly based on prospective regions on search space. Implementation of DE-PID Controller Contribution of this paper is to apply the DE method in order to search an optimize configuration of PID parameters controller. A new control system optimization called DE-PID control system is proposed. Fig. 4 shows the proposed controller block diagram. Figure 4 DE-PID controller block diagram The Differential Evolution (DE) algorithm will be used to search an optimize parameters value in PID controller. At the first process, EDM model is controlled by initial PID parameters value. IAE is computed by Simulink software, it is used as an Objective target value in the DE algorithm.

4 Applied Mechanics and Materials Vols The DE will compute a new population based on this IAE value. In this work, DE is applied using matlab m.files coding. DE will propose a new population and then will be used as a new PID parameters value for the next generation. Simulation Results Simulation is conducted for several combinations. PID is configured to construct four types of controller, i.e. P, PD, PI and PID controller. The results can be seen in Table 1. Table 1 Experimental result for P, PI, PID and PD controller No Kp Ki Kd IAE Table 1 reveals value of each PID parameters for each type of controller. The values are achieved automatically using DE algorithm. PID controller has the lowest IAE value at Experimental results in Fig. 5 shows that all combination of PID parameters can be used to obtain optimum gap required in the EDM process. It is also shown zoomed graph from 450 until 650 mili seconds. It can be seen that gap response of P similar to PI controller whereas PD similar to PID controller. The excellent work of PID combination tuned by DE provides the best results in gap optimization Gap Response P PD PI PID Gap Response P PD PI PID Gap distance (micro meter) P and PI PD and PID Zoomed Gap distance (micro meter) time(mili seconds) time(mili seconds) Conclusion Figure 5 Result DE-PID In this paper, the PID controller parameters have been tuned by Differential Evolution. The simulation results reveal that determination of each parameter, K p, K i and K d, is achieved automatically. Gap between electrode and workpiece can be maintained satisfactory. Differential Evolution successfully tune all combination of P, I and D parameters. The response of all combination of PID shows that the optimum gap can be achieved. However every combination has different response and time to reach the setting value. PID controller shows the best performance to reach the setting with minimum IAE value. Acknowledgements The authors are grateful for the financial support from Research Management Centre (RMC) of Universiti Teknologi Malaysia.

5 2270 Innovation for Applied Science and Technology References [1] D. B. Ender, "Process control performance: Not as good as you think," Control. Eng., vol. 40 (10), pp , [2] W. Lv, D. Li, S. Cheng, S. Luo, X. Zhang, and L. Zhang, "Research on PID Control Parameters Tuning Based on Election-Survey Optimization Algorithm," in Computing, Control and Industrial Engineering (CCIE), 2010 International Conference on, pp [3] K. J. Åström and H. T., PID controllers: Theory, design and tuning, 2nd ed. Research Triangle Park, North Carolina, USA: Instrument Society of America, [4] K. J. Åström and T. Hägglund, "The future of PID control," Control Engineering Practice, vol. 9, pp , [5] P. Cominos and N. Munro, "PID controllers: recent tuning methods and design to specification," Control Theory and Applications, IEE Proceedings -, vol. 149, pp , [6] M.Saranya and D.Pamela, "A Real Time IMC Tuned PID Controller for DC Motor," International Journal of Recent Technology and Engineering, vol. 1, April [7] H. Pai-Yi and C. Yung-Yaw, "Design of PID controller for precision positioning table using genetic algorithms," in Decision and Control, 1997., Proceedings of the 36th IEEE Conference on, 1997, pp vol.3. [8] T. H. Kim, I. Maruta, and T. Sugie, "Robust PID controller tuning based on the constrained particle swarm optimization," Automatica, vol. 44, pp , [9] L. d. S. Coelho and D. L. d. A. Bernert, "PID control design for chaotic synchronization using a tribes optimization approach," Chaos, Solitons & Fractals, vol. 42, pp , [10] L. d. Santos Coelho and D. L. de Andrade Bernert, "An improved harmony search algorithm for synchronization of discrete-time chaotic systems," Chaos, Solitons & Fractals, vol. 41, pp , [11] L. D. S. Coelho and A. A. R. Coelho, "Automatic tuning of PID and gain scheduling PID controllers by a derandomized evolution strategy," Artificial Intelligence, for Engineering Design, and Manufacturing, vol. 13, pp , [12] H. b. Duan, D. b. Wang, and X. f. Yu, "Novel Approach to Nonlinear PID Parameter Optimization Using Ant Colony Optimization Algorithm," Journal of Bionic Engineering, vol. 3, pp , [13] Y. Chang, "VSS controller design for gap control of EDM," JSME International Journal, vol. 45(3), pp , [14] D. Ruijun, "Differential Evolution Versus Particle Swarm Optimization for PID Controller Design," in Natural Computation, ICNC '09. Fifth International Conference on, 2009, pp

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

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

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

MALAYSIA. Hang Tuah Jaya, Melaka, MALAYSIA. Hang Tuah Jaya, Melaka, MALAYSIA. Tunggal, Hang Tuah Jaya, Melaka, MALAYSIA Advanced Materials Research Vol. 903 (2014) pp 321-326 Online: 2014-02-27 (2014) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amr.903.321 Modeling and Simulation of Swarm Intelligence

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

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

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

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

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

Negative Output Multiple Lift-Push-Pull Switched Capacitor for Automotive Applications by Using Soft Switching Technique

Negative Output Multiple Lift-Push-Pull Switched Capacitor for Automotive Applications by Using Soft Switching Technique IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 232-3331 PP 4-44 www.iosrjournals.org Negative Output Multiple Lift-Push-Pull Switched Capacitor for Automotive

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

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

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

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

592 Dynamics of Machines and Mechanisms, Industrial Research. Table 1: Process Parameters & corresponding levels.

592 Dynamics of Machines and Mechanisms, Industrial Research. Table 1: Process Parameters & corresponding levels. Applied Mechanics and Materials Submitted: 2014-04-25 ISSN: 1662-7482, Vols. 592-594, pp 591-594 Revised: 2014-05-08 doi:10.4028/www.scientific.net/amm.592-594.591 Accepted: 2014-05-16 2014 Trans Tech

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

Research Article Multi-objective PID Optimization for Speed Control of an Isolated Steam Turbine using Gentic Algorithm

Research Article Multi-objective PID Optimization for Speed Control of an Isolated Steam Turbine using Gentic Algorithm Research Journal of Applied Sciences, Engineering and Technology 7(17): 3441-3445, 14 DOI:1.196/rjaset.7.695 ISSN: 4-7459; e-issn: 4-7467 14 Maxwell Scientific Publication Corp. Submitted: May, 13 Accepted:

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

PID Tuning Using Genetic Algorithm For DC Motor Positional Control System

PID Tuning Using Genetic Algorithm For DC Motor Positional Control System PID Tuning Using Genetic Algorithm For DC Motor Positional Control System Mamta V. Patel Assistant Professor Instrumentation & Control Dept. Vishwakarma Govt. Engineering College, Chandkheda Ahmedabad,

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

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

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

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

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

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

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

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

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

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

Performance Evaluation of Negative Output Multiple Lift-Push-Pull Switched Capacitor Luo Converter

Performance Evaluation of Negative Output Multiple Lift-Push-Pull Switched Capacitor Luo Converter Australian Journal of Basic and Applied Sciences, 1(12) July 216, Pages: 126-13 AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 239-8414 Journal home page: www.ajbasweb.com Performance

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

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

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

GF Machining Solutions Speed of Development : The Future of Machine Building. Sergei Schurov 23/06/2016

GF Machining Solutions Speed of Development : The Future of Machine Building. Sergei Schurov 23/06/2016 GF Machining Solutions Speed of Development : The Future of Machine Building Sergei Schurov 23/06/2016 Heritage Innovation Outlook Machine Tools Industry: Journey Through the Time Heritage Swiss Trains

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

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

CHAPTER 3 DESIGN OF MULTIVARIABLE CONTROLLERS FOR THE IDEAL CSTR USING CONVENTIONAL TECHNIQUES

CHAPTER 3 DESIGN OF MULTIVARIABLE CONTROLLERS FOR THE IDEAL CSTR USING CONVENTIONAL TECHNIQUES 31 CHAPTER 3 DESIGN OF MULTIVARIABLE CONTROLLERS FOR THE IDEAL CSTR USING CONVENTIONAL TECHNIQUES 3.1 INTRODUCTION PID controllers have been used widely in the industry due to the fact that they have simple

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

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

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

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

Adaptive PID Dc Motor Speed Controller With Parameters Optimized with Hybrid Optimization Strategy

Adaptive PID Dc Motor Speed Controller With Parameters Optimized with Hybrid Optimization Strategy Adaptive PID Dc Motor Speed Controller With Parameters Optimized with Hybrid Optimization Strategy 1 M.M. Kanai 1, J.N. Nderu 2, P.K. Hinga 3. Teaching Assistant, Department of Electrical and Electronics

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

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

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

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

Journal of Applied Science and Agriculture, 8(5) October 2013, Pages: Journal of Applied Science and Agriculture

Journal of Applied Science and Agriculture, 8(5) October 2013, Pages: Journal of Applied Science and Agriculture AENSI Journals Journal of Applied Science and Agriculture Journal home page: www.aensiweb.com/jasa/index.html Designing an Optimal PID Controller based on ICA-NM Hybrid Algorithm 1 Mehrdad Beykverdi, 2

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

Improving a pipeline hybrid dynamic model using 2DOF PID

Improving a pipeline hybrid dynamic model using 2DOF PID Improving a pipeline hybrid dynamic model using 2DOF PID Yongxiang Wang 1, A. H. El-Sinawi 2, Sami Ainane 3 The Petroleum Institute, Abu Dhabi, United Arab Emirates 2 Corresponding author E-mail: 1 yowang@pi.ac.ae,

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

Soft Computing Based Cavity Temperature Control of Plastic Injection Molding system

Soft Computing Based Cavity Temperature Control of Plastic Injection Molding system Soft Computing Based Cavity Temperature Control of Plastic Injection Molding system S. J. Suji Prasad 1, R. Manjula Devi 2, R. Meenakumari 3 1 Assistant Professor (SRG), Department of EIE, Kongu Engineering

More information

CHAPTER 7 CONCLUSIONS AND FUTURE SCOPE

CHAPTER 7 CONCLUSIONS AND FUTURE SCOPE CHAPTER 7 CONCLUSIONS AND FUTURE SCOPE 7.1 INTRODUCTION A Shunt Active Filter is controlled current or voltage power electronics converter that facilitates its performance in different modes like current

More information

An Expert System Based PID Controller for Higher Order Process

An Expert System Based PID Controller for Higher Order Process An Expert System Based PID Controller for Higher Order Process K.Ghousiya Begum, D.Mercy, H.Kiren Vedi Abstract The proportional integral derivative (PID) controller is the most widely used control strategy

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

DC Motor Speed Control Using Machine Learning Algorithm

DC Motor Speed Control Using Machine Learning Algorithm DC Motor Speed Control Using Machine Learning Algorithm Jeen Ann Abraham Department of Electronics and Communication. RKDF College of Engineering Bhopal, India. Sanjeev Shrivastava Department of Electronics

More information

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 36 CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 4.1 INTRODUCTION Now a day, a number of different controllers are used in the industry and in many other fields. In a quite

More information

Bluetooth Based Chaos Synchronization Using Particle Swarm Optimization and Its Applications to Image Encryption

Bluetooth Based Chaos Synchronization Using Particle Swarm Optimization and Its Applications to Image Encryption Sensors 212, 12, 7468-7484; doi:1.339/s1267468 Article OPEN ACCESS sensors ISSN 1424-822 www.mdpi.com/journal/sensors Bluetooth Based Chaos Synchronization Using Particle Swarm Optimization and Its Applications

More information

Simulation and Analysis of Cascaded PID Controller Design for Boiler Pressure Control System

Simulation and Analysis of Cascaded PID Controller Design for Boiler Pressure Control System PAPER ID: IJIFR / V1 / E10 / 031 www.ijifr.com ijifr.journal@gmail.com ISSN (Online): 2347-1697 An Enlightening Online Open Access, Refereed & Indexed Journal of Multidisciplinary Research Simulation and

More information

A Searching Analyses for Best PID Tuning Method for CNC Servo Drive

A Searching Analyses for Best PID Tuning Method for CNC Servo Drive International Journal of Science and Engineering Investigations vol. 7, issue 76, May 2018 ISSN: 2251-8843 A Searching Analyses for Best PID Tuning Method for CNC Servo Drive Ferit Idrizi FMI-UP Prishtine,

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

STABILITY IMPROVEMENT OF POWER SYSTEM BY USING PSS WITH PID AVR CONTROLLER IN THE HIGH DAM POWER STATION ASWAN EGYPT

STABILITY IMPROVEMENT OF POWER SYSTEM BY USING PSS WITH PID AVR CONTROLLER IN THE HIGH DAM POWER STATION ASWAN EGYPT 3 rd International Conference on Energy Systems and Technologies 16 19 Feb. 2015, Cairo, Egypt STABILITY IMPROVEMENT OF POWER SYSTEM BY USING PSS WITH PID AVR CONTROLLER IN THE HIGH DAM POWER STATION ASWAN

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

Application of Proposed Improved Relay Tuning. for Design of Optimum PID Control of SOPTD Model

Application of Proposed Improved Relay Tuning. for Design of Optimum PID Control of SOPTD Model VOL. 2, NO.9, September 202 ISSN 2222-9833 ARPN Journal of Systems and Software 2009-202 AJSS Journal. All rights reserved http://www.scientific-journals.org Application of Proposed Improved Relay Tuning

More information

Relay Feedback based PID Controller for Nonlinear Process

Relay Feedback based PID Controller for Nonlinear Process Relay Feedback based PID Controller for Nonlinear Process I.Thirunavukkarasu, Dr.V.I.George, * and R.Satheeshbabu Abstract This work is about designing a relay feedback based PID controller for a conical

More information

Design of Self-Tuning Fuzzy PI controller in LABVIEW for Control of a Real Time Process

Design of Self-Tuning Fuzzy PI controller in LABVIEW for Control of a Real Time Process International Journal of Electronics and Computer Science Engineering 538 Available Online at www.ijecse.org ISSN- 2277-1956 Design of Self-Tuning Fuzzy PI controller in LABVIEW for Control of a Real Time

More information

Hardware-in-loop Electronic Throttle System Based On Simulink Ning Chen 1,a,Pinchang Zhu 1,b

Hardware-in-loop Electronic Throttle System Based On Simulink Ning Chen 1,a,Pinchang Zhu 1,b Applied Mechanics and Materials Online: 2011-10-24 ISSN: 1662-7482, Vols. 128-129, pp 898-903 doi:10.4028/www.scientific.net/amm.128-129.898 2012 Trans Tech Publications, Switzerland Hardware-in-loop Electronic

More information

Control System of Tension Test for Spring Fan Wheel Assembly

Control System of Tension Test for Spring Fan Wheel Assembly Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 423-426, pp 2805-2808 doi:10.4028/www.scientific.net/amm.423-426.2805 2013 Trans Tech Publications, Switzerland Control System

More information

VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS

VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS M.LAKSHMISWARUPA 1, G.TULASIRAMDAS 2 & P.V.RAJGOPAL 3 1 Malla Reddy Engineering College,

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

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 259-268 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Ziegler-Nichols First Tuning Method for Air Blower PT326 Mahanijah Md Kamal*

More information

An Implementation for Comparison of Various PID Controllers Tuning Methodologies for Heat Exchanger Model

An Implementation for Comparison of Various PID Controllers Tuning Methodologies for Heat Exchanger Model An Implementation for Comparison of Various PID Controllers Tuning Methodologies for Heat Exchanger Model Akshay Dhanda 1 and Dharam Niwas 2 1 M. Tech. Scholar, Indus Institute of Engineering and Technology,

More information

ABC Algorithm Based PID Controller Design for Higher Order Oscillatory Systems

ABC Algorithm Based PID Controller Design for Higher Order Oscillatory Systems http://dx.doi.org/10.5755/j01.eie.23.6.19688 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 1392-1215, VOL. 23, NO. 6, 2017 ABC Algorithm Based PID Controller Design for Higher Order Oscillatory Systems Aytekin

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

A Fast PID Tuning Algorithm for Feed Drive Servo Loop

A Fast PID Tuning Algorithm for Feed Drive Servo Loop American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) 233-440, ISSN (Online) 233-4402 Global Society of Scientific Research and Researchers http://asrjetsjournal.org/

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

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

Department of Mechanical Engineering, CEG Campus, Anna University, Chennai, India

Department of Mechanical Engineering, CEG Campus, Anna University, Chennai, India Applied Mechanics and Materials Online: 2014-03-12 ISSN: 1662-7482, Vols. 541-542, pp 1233-1237 doi:10.4028/www.scientific.net/amm.541-542.1233 2014 Trans Tech Publications, Switzerland Comparison of Servo

More information

Automatic Voltage Control For Power System Stability Using Pid And Fuzzy Logic Controller

Automatic Voltage Control For Power System Stability Using Pid And Fuzzy Logic Controller Automatic Voltage Control For Power System Stability Using Pid And Fuzzy Logic Controller Mr. Omveer Singh 1, Shiny Agarwal 2, Shivi Singh 3, Zuyyina Khan 4, 1 Assistant Professor-EEE, GCET, 2 B.tech 4th

More information

Performance Analysis of Conventional Controllers for Automatic Voltage Regulator (AVR)

Performance Analysis of Conventional Controllers for Automatic Voltage Regulator (AVR) Performance Analysis of Conventional Controllers for Automatic Voltage Regulator (AVR) Ajit Kumar Mittal M.TECH Student, B.I.T SINDRI Dhanbad, India Dr. Pankaj Rai Associate Professor, Department of Electrical

More information

Keywords: Fuzzy Logic, Genetic Algorithm, Non-linear system, PI Controller.

Keywords: Fuzzy Logic, Genetic Algorithm, Non-linear system, PI Controller. Volume 3, Issue 8, August 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Implementation

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

Load frequency control in Single area with traditional Ziegler-Nichols PID Tuning controller

Load frequency control in Single area with traditional Ziegler-Nichols PID Tuning controller Load frequency control in Single area with traditional Ziegler-Nichols PID Tuning Gajendra Singh Thakur 1, Ashish Patra 2 Deptt. Of Electrical, MITS, RGPV 1, 2,,M.Tech Student 1,Associat proff 2 Email:

More information

The Effect of Fuzzy Logic Controller on Power System Stability; a Comparison between Fuzzy Logic Gain Scheduling PID and Conventional PID Controller

The Effect of Fuzzy Logic Controller on Power System Stability; a Comparison between Fuzzy Logic Gain Scheduling PID and Conventional PID Controller The Effect of Fuzzy Logic Controller on Power System Stability; a Comparison between Fuzzy Logic Gain Scheduling PID and Conventional PID Controller M. Ahmadzadeh, and S. Mohammadzadeh Abstract---This

More information

Auto-tuning of PID Controller for the Cases Given by Forbes Marshall

Auto-tuning of PID Controller for the Cases Given by Forbes Marshall International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 6 (2017) pp. 809-814 Research India Publications http://www.ripublication.com Auto-tuning of PID Controller for

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

Governor with dynamics: Gg(s)= 1 Turbine with dynamics: Gt(s) = 1 Load and machine with dynamics: Gp(s) = 1

Governor with dynamics: Gg(s)= 1 Turbine with dynamics: Gt(s) = 1 Load and machine with dynamics: Gp(s) = 1 Load Frequency Control of Two Area Power System Using Conventional Controller 1 Rajendra Murmu, 2 Sohan Lal Hembram and 3 Ajay Oraon, 1 Assistant Professor, Electrical Engineering Department, BIT Sindri,

More information

Keywords- DC motor, Genetic algorithm, Crossover, Mutation, PID controller.

Keywords- DC motor, Genetic algorithm, Crossover, Mutation, PID controller. Volume 3, Issue 7, July 213 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Speed Control of

More information

Controller Tuning for Disturbance Rejection Associated with Delayed Double Integrating Process, Part III: PI-PD Controller

Controller Tuning for Disturbance Rejection Associated with Delayed Double Integrating Process, Part III: PI-PD Controller Controller Tuning for Disturbance Rejection Associated with Delayed Double Integrating Process, Part III: PI-PD Controller Galal Ali Hassaan Emeritus Professor, Department of Mechanical Design & Production,

More information

Performance Analysis of PSO Optimized Fuzzy PI/PID Controller for a Interconnected Power System

Performance Analysis of PSO Optimized Fuzzy PI/PID Controller for a Interconnected Power System Performance Analysis of PSO Optimized Fuzzy PI/PID Controller for a Interconnected Power System 1 Pogiri Ramu, Anusha M 2, Gayatri B 3 and *Halini Samalla 4 Department of Electrical & Electronics Engineering

More information

II. PROPOSED CLOSED LOOP SPEED CONTROL OF PMSM BLOCK DIAGRAM

II. PROPOSED CLOSED LOOP SPEED CONTROL OF PMSM BLOCK DIAGRAM Closed Loop Speed Control of Permanent Magnet Synchronous Motor fed by SVPWM Inverter Malti Garje 1, D.R.Patil 2 1,2 Electrical Engineering Department, WCE Sangli Abstract This paper presents very basic

More information

Available online Journal of Scientific and Engineering Research, 2018, 5(5): Review Article

Available online   Journal of Scientific and Engineering Research, 2018, 5(5): Review Article Available online www.saer.com, 2018, 5(5):471-479 Review Article ISSN: 2394-2630 CODEN(USA): JSERBR BBO Tuned PI Control for Three Phase Rectifier Salam Waley Shneen Energy and Renewable Energies Technology

More information

AVR221: Discrete PID Controller on tinyavr and megaavr devices. Introduction. AVR 8-bit Microcontrollers APPLICATION NOTE

AVR221: Discrete PID Controller on tinyavr and megaavr devices. Introduction. AVR 8-bit Microcontrollers APPLICATION NOTE AVR 8-bit Microcontrollers AVR221: Discrete PID Controller on tinyavr and megaavr devices APPLICATION NOTE Introduction This application note describes a simple implementation of a discrete Proportional-

More information

DESIGN OF FRACTIONAL ORDER PI CONTROLLER USING METAHEURISTIC ALGORITHMS APPLIED TO DC-DC BOOST CONVERTER- A COMPARISION

DESIGN OF FRACTIONAL ORDER PI CONTROLLER USING METAHEURISTIC ALGORITHMS APPLIED TO DC-DC BOOST CONVERTER- A COMPARISION VO., NO., JUNE 5 ISSN 89-668 6-5 Asian Research Publishing Network (ARPN). All rights reserved. DESIGN OF FRACTIONA ORDER PI CONTROER USING METAHEURISTIC AGORITHMS APPIED TO DC-DC BOOST CONVERTER- A COMPARISION

More information

Consider the control loop shown in figure 1 with the PI(D) controller C(s) and the plant described by a stable transfer function P(s).

Consider the control loop shown in figure 1 with the PI(D) controller C(s) and the plant described by a stable transfer function P(s). PID controller design on Internet: www.pidlab.com Čech Martin, Schlegel Miloš Abstract The purpose of this article is to introduce a simple Internet tool (Java applet) for PID controller design. The applet

More information

Position Control of a Hydraulic Servo System using PID Control

Position Control of a Hydraulic Servo System using PID Control Position Control of a Hydraulic Servo System using PID Control ABSTRACT Dechrit Maneetham Mechatronics Engineering Program Rajamangala University of Technology Thanyaburi Pathumthani, THAIAND. (E-mail:Dechrit_m@hotmail.com)

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

REFERENCES. 2. Astrom, K. J. and Hagglund, T. Benchmark system for PID control", Preprint of IFAC PID2000 Workshop, Terrassa, Spain, 2000.

REFERENCES. 2. Astrom, K. J. and Hagglund, T. Benchmark system for PID control, Preprint of IFAC PID2000 Workshop, Terrassa, Spain, 2000. 124 REFERENCES 1. Astrom, K. J. and Hagglund, T. Automatic tuning of simple regulators with specifications on phase and amplitude margins, Automatica, Vol. 20, No. 5, pp. 645-651, 1984. 2. Astrom, K. J.

More information

Design and Simulation of PID Controller using FPGA

Design and Simulation of PID Controller using FPGA IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X Design and Simulation of PID Controller using FPGA Ankur Dave PG Student Department

More information

Speed control of switched reluctance motor using genetic algorithm and ant colony based on optimizing PID controller

Speed control of switched reluctance motor using genetic algorithm and ant colony based on optimizing PID controller Speed control of switched reluctance motor using genetic algorithm and ant colony based on optimizing PID controller HASSAN EL-SAYED AHMED IBRAHIM, MOHAMED SAID SAYED AHMED, KHALED MOHAMED AWAD Electrical

More information