Load Frequency Controller Design for Interconnected Electric Power System

Size: px
Start display at page:

Download "Load Frequency Controller Design for Interconnected Electric Power System"

Transcription

1 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, Cairo University, Egypt **Invensys Process Systems, Cairo, Egypt Correspondence aboelelamagdy@yahoo.com Abstract: This paper studies control of load frequency in single area power system with PID controller. In this study, PID parameters are improved using the genetic algorithm technique. The proposed controller compared with a conventional PID controllers tuned by Ziegler-Nicholas technique, Particle Swarm Optimization. The overshoots and settling times with the proposed Genetic-PID controller are better than the outputs of the conventional PID controllers. The effectiveness of the proposed scheme is confirmed via extensive study using MATLAB-Simulink software. Keywords : Load Frequency Control, Single Area Power System, PID Controller, Genetic Algorithm. I. INTRODUCTION Frequency is a key stability criterion in power systems. To provide the stability, active power balance and constant frequency are required. Frequency depends on active power balance. If any change occurs in active power demand/generation in power systems, frequency cannot be hold in its rated value. So oscillations increase in both power and frequency. Thus, system subjects to a serious instability problem. To improve the stability of the power networks, it is necessary to design Load Frequency Control (LFC) systems that control the power generation and active power. Because of the relationship between active power and frequency, three level automatic generation controls have been proposed by power system researchers [1]. Generally, ordinary LFC systems are designed with Proportional-Integral (PI) controllers. However, since the I control parameters are usually tuned; it is incapable of obtaining good dynamic performance for various load and system changes. Many studies have been carried out in the past on this important issue in power systems, which is the load frequency control. As stated in some literature [2], some control strategies have been suggested based on the conventional linear control theory. These controllers may be inappropriate in some operating conditions. This could be due to the complexity of the power systems such as nonlinear load characteristics and variable operating points. In this study, Genetic Algorithm (GA)is used to determine the parameters of a PID controller according to the system dynamics. In the integral controller, if the integral gain is very high, undesirable and unacceptable large overshoots will be occurred. However, adjusting the maximum and minimum values of proportional ( ), integral ( ) and integral ( ) gains respectively, the outputs of the system (voltage, frequency) could be improved. In this simulation study, a single area power system is chosen and load frequency control of this system is made by genetic based PID controller. The overshoots and settling times with the proposed Genetic-PID controller are better than the outputs of the conventional PID controllers tuned by Ziegler-Nicholas technique, Particle Swarm Optimization. I. OVERVIEW ON GENETIC ALGORITHM The Genetic Algorithm (GA) is an optimization and search technique based on the principles of genetics and natural selection. The GA allows a population composed of many individuals to evolve under specified selection rules to a state that maximizes the fitness (i.e., minimizes the cost function), many versions of evolutionary programming have been tried with varying degrees of success. Some of the advantages of a GA include [3, 4]: Optimization with continuous or discrete variables. Doesn t require derivative information. Simultaneously searches from a wide sampling of the cost surface. Optimization of variables with extremely complex cost surfaces (they can jump out of a local minimum). May encode the variables so that the optimization is done with the encoded variables. Works with numerically generated data, experimental data, or analytical functions. These advantages are interesting and produce surprising results when traditional optimization approaches fail miserably. The basic operating principles of GAs are based on the principles of natural evolution. There are many variations of the genetic algorithms but the basic form is simple genetic algorithm (SGA). This algorithm works with a set of population of candidate solution represented as strings. The initial population consists of randomly generated individuals. In every iteration of the algorithm, fitness of each individual in current population is computed. The population is then transformed in stages to yield a new current population for next iteration. The transformation is usually done in three stages by simply applying the following genetic operators: (1) selection, (2) crossover, and (3) mutation. In the first stage

2 selection operator is applied as many times as there are individuals in the population. In this stage every individual is replicated with a probability proportional to its relative fitness in the population. In the next stage, the crossover operator is applied. Two individuals (parents) are chosen and combined to produce two new individuals. The combination is done by choosing at random a cutting point at which each of parents is divided into two parts; these are exchanged to form the two offspring which replace their parents in the population. In the final stage, the mutation operator changes the values in a randomly chosen location on an individual. The algorithm terminates after a fixed number of iterations and the best individual generated during the run is taken as the solution. II. PROBLEM FORMULATION Non-reheat type single area thermal generating system represents by block diagram of closed loop controlled system model. As shown in Fig. 2, is the system frequency (Hz), is regulation constant (Hz/unit), is speed governor time constant (sec), is turbine time constant (sec), is Inertia Constant (s) and is area parameter (Mw/Hz). III. INTRODUCTION Frequency is a key stability criterion in power systems. To provide the stability, active power balance and constant frequency are required. Frequency depends on active power balance. If any change occurs in active power demand/generation in power systems, frequency cannot be hold in its rated value. So oscillations increase in both power and frequency. Thus, system subjects to a serious instability problem. To improve the stability of the power networks, it is necessary to design Load Frequency Control (LFC) systems that control the power generation and active power. Because of the relationship between active power and frequency, three level automatic generation controls have been proposed by power system researchers [1]. Generally, ordinary LFC systems are designed with Proportional-Integral (PI) controllers. However, since the I control parameters are usually tuned; it is incapable of obtaining good dynamic performance for various load and system changes. Many studies have been carried out in the past on this important issue in power systems, which is the load frequency control. As stated in some literature [2], some control strategies have been suggested based on the conventional linear control theory. These controllers may be inappropriate in some operating conditions. This could be due to the complexity of the power systems such as nonlinear load characteristics and variable operating points. In this study, Genetic Algorithm (GA) is used to determine the parameters of a PID controller according to the system dynamics. In the integral controller, if the integral gain is very high, undesirable and unacceptable large overshoots will be occurred. However, adjusting the maximum and minimum values of proportional ( ), integral ( ) and integral ( ) gains respectively, the outputs of the system (voltage, frequency) could be improved. In this simulation study, a single area power system is chosen and load frequency control of this system is made by genetic based PID controller. The overshoots and settling times with the proposed Genetic-PID controller are better than the outputs of the conventional PID controllers tuned by Ziegler- Nicholas technique, Particle Swarm Optimization. IV. OVERVIEW ON GENETIC ALGORITHM The Genetic Algorithm (GA) is an optimization and search technique based on the principles of genetics and natural selection. The GA allows a population composed of many individuals to evolve under specified selection rules to a state that maximizes the fitness (i.e., minimizes the cost function), many versions of evolutionary programming have been tried with varying degrees of success. Some of the advantages of a GA include [3, 4]: Optimization with continuous or discrete variables. Doesn t require derivative information. Simultaneously searches from a wide sampling of the cost surface. Optimization of variables with extremely complex cost surfaces (they can jump out of a local minimum). May encode the variables so that the optimization is done with the encoded variables. Works with numerically generated data, experimental data, or analytical functions. These advantages are interesting and produce surprising results when traditional optimization approaches fail miserably. The basic operating principles of GAs are based on the principles of natural evolution. There are many variations of the genetic algorithms but the basic form is simple genetic algorithm (SGA). This algorithm works with a set of population of candidate solution represented as strings. The initial population consists of randomly generated individuals. In every iteration of the algorithm, fitness of each individual in current population is computed. The population is then transformed in stages to yield a new current population for next iteration. The transformation is usually done in three stages by simply applying the following genetic operators: (1) selection, (2) crossover, and (3) mutation. In the first stage selection operator is applied as many times as there are individuals in the population. In this stage every individual is replicated with a probability proportional to its relative fitness in the population. In the next stage, the crossover operator is applied. Two individuals (parents) are chosen and combined to produce two new individuals. The combination is done by choosing at random a cutting point at which each of parents is divided into two parts; these are exchanged to form the two offspring which replace their parents in the population. In the final stage, the mutation operator changes the values in a

3 randomly chosen location on an individual. The algorithm terminates after a fixed number of iterations and the best individual generated during the run is taken as the solution. V. PROBLEM FORMULATION model. As shown in Error! Reference source not found., is the system frequency (Hz), is regulation constant (Hz/unit), is speed governor time constant (sec), is turbine time constant (sec), is Inertia Constant (s) and is area parameter (Mw/Hz). Non-reheat type single area thermal generating system represents by block diagram of closed loop controlled system Fig.1 One Area Power Generation Model Basically, electric power system components are non-linear; therefore a linearization around a nominal operating point is usually performed to get a linear system model which is used in the controller design process. The operating conditions of power systems are continuously varying. Accordingly, the real plant usually differs from the assumed one. Therefore, classical algorithms to design a Load Frequency Control using an assumed plant may not ensure the stability of the overall real system. For the single area non-reheat thermal system considered in this study, the conventional Proportional integral (PI) controller was replaced by a PID controller with the following structure: ( ) ( ) (4) ( ) ( ) ( ( ( )) ) (5) Based on this performance index (ISE) optimization problem can be stated as: Subjected to: ( ) (1) Where: is proportional gain, and are integral and derivative time constants, respectively. : PID controller parameters. In this simulation, the objective is to minimize the cost function. For this reason the objective function is chosen as the Integral Square Error (ISE). The ISE squares the error to remove negative error components. ( ) (2) The minimization fitness function becomes (3) Fig.2 Single Area Power System with Genetic based PID Controller The nominal system parameters are The control signal for the conventional PID controller can be given in the following equation., VI.,, RESULTS AND DISCUSSIONS

4 By using Genetic Algorithm technique in conjunction with equation (1)-(5), optimal controller parameters were obtained as shown in Table 1. TABLE 1 PID Controller Parameters using Genetic Algorithm Technique. PID parameter values Performance of the Genetic based PID controller was compared with the PSO based self tuning PID controller, the conventionally tuned PID controller (Ziegler-Nichols method), and conventional PI controller. Fig.3 shows time response with the conventionally tuned PID controller (Ziegler-Nichols method) and the conventional PI controller. Fig.4 shows time response with PSO based PID controller; System was simulated for 20 seconds with step change of 0.01 p.u. Fig.4 Frequency Deviation of Single Area Power System Compared to PSO-PID Fig.5 shows the time domain performance of the system under the proposed GA-PID controller with step change of 0.05 p.u. At the simulation, the Genetic Algorithm was run for 1000 generations with a population size of 100; As seen in the time response, the Genetic tuned controller gives better performance in terms of overshoot and setting time this shows the efficacy of the A Genetic tuned PID controller over the performance of the PSO based Controller, the conventionally tuned PID controller (Ziegler-Nichols method) and conventional PI controller. Controller Settling Time Peak Overshoot Proposed Genetic-PID PSO based PID Ziegler-Nichols PID Conventional PI Fig.5 Frequency Deviation of Single Area Power System with = 0.05 p.u VII. CONCLUSION In this proposed study, a new Genetic Algorithm based PID has been investigated for automatic load frequency control of a single area power system. For this purpose, first, more adaptive tuning mechanism for the PID controller parameters is obtained. It has been shown that the proposed control algorithm is effective and provides significant improvement in system performance. Therefore, the proposed Genetic-PID controller is recommended to generate good quality and reliable electric energy. In addition, the proposed controller is very simple and easy to implement since it does not require many information about system parameters. Comparison of the proposed Genetic-PID controller with conventional PID controllers was presented. Fig.3 Frequency Deviation of Single Area Power System Compared to Conventional PID, PI REFERENCES [1] Bevrani Hassan, "Robust Power System Frequency Control", Brisbane, Australia : Springer Science + Business Media, LLC, [2] H. Shayeghi a H.A. Shayanfar b, A. Jalili, "Load Frequency Control Strategies - A State Of The Art Survey for The Researcher", pp

5 [3] Randy L. Haupt Sue Ellen Haupt, "Practical Genetic Algorithms", Second Edition, Hoboken, New Jersey : A John Wiley & Sons, Inc., Publication, [4] Whitley Darrell, "A Genetic Algorithm Tutorial", Colorado - USA, [5] Haluk Gözdei, M. Cengiz Taplamacioğlu, İlhan Kocaarslan, Ertugrul Çam, "Particle Swarm Optimization Based Load Frequency Control in A Single Area Power System", 2008, pp [6] Kundur P., "Power System Stability And Control", New York : McGraw-Hill, [7] Burns Roland S., "Advanced Control Engineering", Plymouth - UK : British Library Catalouging In Puplication Data, [8] Elgerd Olle Ingemar, "Electric Energy Systems Theory", London : McGrawhill Book Company, [9] Fraile-Ardanuy Jesu s and P.J.Zufiria, "Design and Comparison of Adaptive Power System Stabilizers based on Neural Fuzzy Networks and Genetic Algorithms", 2007, pp [10] M. Lüy İ. Kocaarslan, E. Çam, and M. C. Taplamacioclu, "Load Freqency Control In A Single Area Power System By Artificial Neural Network (ANN)", [11] Pan C.T Liaw C.M, "An Adaptive Controller For Power System Load Frequency Control", [12] Saravuth PothiyaIssarachai Ngamroo Suwan Runggeratigul, and Prinya Tantaswadi, "Design of Optimal Fuzzy Logic based PI Controller using Multiple Tabu Search Algorithm for Load Frequency Control", International Journal of Control, Automation Systems, Vol.4, No.2, pp [13] Vladu Ecaterina Emilia and Dragomir Toma Leonida, "Controller Tuning Using Genetic Algorithms", Oradea, Romania, [14] Y.Wang R.Zhou, and C.Wen, "Robust Load Frequency Controller Design For Power Systems", 1993, pp [15] Z. Dideková S. Kajan, "Application of Intelligent Hybrid Systems in MATLAB", Bratislava, Slovak Republic : Institute of Control and Industrial Informatics, Faculty of Electrical Engineering and Information Technology, Slovak University of Technology.

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

Design of GA Tuned Two-degree Freedom of PID Controller for an Interconnected Three Area Automatic Generation Control System

Design of GA Tuned Two-degree Freedom of PID Controller for an Interconnected Three Area Automatic Generation Control System Indian Journal of Science and Technology, Vol 8(12), DOI: 10.17485/ijst/2015/v8i12/53667, June 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Design of GA Tuned Two-degree Freedom of PID Controller

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

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

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

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

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

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

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY

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

More information

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

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

Load Frequency Control of Three Area System using FOPID Controller

Load Frequency Control of Three Area System using FOPID Controller Load Frequency Control of Three Area System using FOPID Controller PRAKASH NB 1, KARUPPIAH N 2, VISHNU KUMAR V 3, VISHNU RM 4, ZAINY MOHAMMED YOUSUF 5 Department of Electrical and Electronics Engineering

More information

Performance Improvement Of AGC By ANFIS

Performance Improvement Of AGC By ANFIS ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Automatic load frequency control of multi-area power system using ANN controller and Genetic algorithm

Automatic load frequency control of multi-area power system using ANN controller and Genetic algorithm Automatic load frequency control of multi-area power system using ANN controller and Genetic algorithm Poonam Rani, Mr. Ramavtar Jaswal 1Reseach Scholars (EE), UIET, Kurukshetra University, Kurukshetra,

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

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

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

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

1. Governor with dynamics: Gg(s)= 1 2. Turbine with dynamics: Gt(s) = 1 3. Load and machine with dynamics: Gp(s) = 1 Load Frequency Control of Two Area Power System Using PID and Fuzzy Logic 1 Rajendra Murmu, 2 Sohan Lal Hembram and 3 A.K. Singh 1 Assistant Professor, 2 Reseach Scholar, Associate Professor 1,2,3 Electrical

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

International Journal of Scientific & Engineering Research, Volume 6, Issue 6, June-2015 ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 6, June-2015 ISSN ISSN 2229-5518 359 Automatic Generation Control in Three Area Interconnected Power System of Thermal Generating Unit using Evolutionary Controller Ashish Dhamanda 1, A.K.Bhardwaj 2 12 Department of Electrical

More information

AUTOMATIC VOLTAGE REGULATOR AND AUTOMATIC LOAD FREQUENCY CONTROL IN TWO-AREA POWER SYSTEM

AUTOMATIC VOLTAGE REGULATOR AND AUTOMATIC LOAD FREQUENCY CONTROL IN TWO-AREA POWER SYSTEM AUTOMATIC VOLTAGE REGULATOR AND AUTOMATIC LOAD FREQUENCY CONTROL IN TWO-AREA POWER SYSTEM ABSTRACT [1] Nitesh Thapa, [2] Nilu Murmu, [3] Aditya Narayan, [4] Birju Besra Dept. of Electrical and Electronics

More information

LOAD FREQUENCY CONTROL FOR A TWO-AREA INTERCONNECTED POWER SYSTEM BY USING SLIDING MODE CONTROLLER

LOAD FREQUENCY CONTROL FOR A TWO-AREA INTERCONNECTED POWER SYSTEM BY USING SLIDING MODE CONTROLLER LOAD FREQUENCY CONTROL FOR A TWO-AREA INTERCONNECTED POWER SYSTEM BY USING SLIDING MODE CONTROLLER 1 P.GOWRI NAIDU, 2 R.GOVARDHANA RAO 1 PG student of ANITS College, 2 Director of ANITS College, Visakhapatnam,

More information

AUTOMATIC GENERATION CONTROL OF REHEAT THERMAL GENERATING UNIT THROUGH CONVENTIONAL AND INTELLIGENT TECHNIQUE

AUTOMATIC GENERATION CONTROL OF REHEAT THERMAL GENERATING UNIT THROUGH CONVENTIONAL AND INTELLIGENT TECHNIQUE INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 ISSN 0976-6480 (Print) ISSN

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

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

Transient Stability Improvement Of LFC And AVR Using Bacteria Foraging Optimization Algorithm

Transient Stability Improvement Of LFC And AVR Using Bacteria Foraging Optimization Algorithm ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Load frequency control in two area multi units Interconnected Power System using Multi objective Genetic Algorithm

Load frequency control in two area multi units Interconnected Power System using Multi objective Genetic Algorithm Load frequency control in two area multi units Interconnected Power System using Multi objective Genetic Algorithm V. JEYALAKSHMI * P. SUBBURAJ ** Electrical and Electronics Engineering Department *PSN

More information

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

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

More information

FUZZY LIKE PID CONTROLLER TUNING BY MULTI- OBJECTIVE GENETIC ALGORITHM FOR LOAD FREQUENCY CONTROL IN NONLINEAR ELECTRIC POWER SYSTEMS

FUZZY LIKE PID CONTROLLER TUNING BY MULTI- OBJECTIVE GENETIC ALGORITHM FOR LOAD FREQUENCY CONTROL IN NONLINEAR ELECTRIC POWER SYSTEMS FUZZY LIKE PID CONTROLLER TUNING BY MULTI- OBJECTIVE GENETIC ALGORITHM FOR LOAD FREQUENCY CONTROL IN NONLINEAR ELECTRIC POWER SYSTEMS M. A. Tammam 1, M. A. S. Aboelela 2, M. A. Moustafa 2, A. E. A. Seif

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

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

AGC in Five Area Interconnected Power System of Thermal Generating Unit Through Fuzzy Controller

AGC in Five Area Interconnected Power System of Thermal Generating Unit Through Fuzzy Controller American Journal of Energy and Power Engineering 2017; 4(6): 44-58 http://www.aascit.org/journal/ajepe ISSN: 2375-3897 AGC in Five Area Interconnected Power System of Thermal Generating Unit Through Fuzzy

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

ROBUST TECHNIQUE LFC OF TWO-AREA POWER SYSTEM WITH DYNAMIC PERFORMANCE OF COMBINED SMES AND SSSC CONTROL

ROBUST TECHNIQUE LFC OF TWO-AREA POWER SYSTEM WITH DYNAMIC PERFORMANCE OF COMBINED SMES AND SSSC CONTROL 3 rd International Conference on Energy Systems and Technologies 6 9 Feb. 25, Cairo, Egypt ROBUST TECHNIQUE LFC OF TWO-AREA POWER SYSTEM WITH DYNAMIC PERFORMANCE OF COMBINED SMES AND SSSC CONTROL A.M.

More information

Load Frequency Control of Multi Area Hybrid Power System Using Intelligent Controller Based on Fuzzy Logic

Load Frequency Control of Multi Area Hybrid Power System Using Intelligent Controller Based on Fuzzy Logic Load Frequency Control of Multi Area Hybrid Power System Using Intelligent Controller Based on Fuzzy Logic Rahul Chaudhary 1, Naresh Kumar Mehta 2 M. Tech. Student, Department of Electrical and Electronics

More information

Automatic Generation Control of Three Area Power Systems Using Ann Controllers

Automatic Generation Control of Three Area Power Systems Using Ann Controllers International Journal of Computational Engineering Research Vol, 03 Issue, 6 Automatic Generation Control of Three Area Power Systems Using Ann Controllers Nehal Patel 1, Prof.Bharat Bhusan Jain 2 1&2

More information

Design of LFC and AVR for Single Area Power System with PID Controller Tuning By BFO and Ziegler Methods

Design of LFC and AVR for Single Area Power System with PID Controller Tuning By BFO and Ziegler Methods International Journal of Computer Science and Telecommunications [Volume 4, Issue 5, May 23] 2 ISSN 247-3338 Design of LFC and AVR for Single Area Power System with PID Controller Tuning By BFO and Ziegler

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 PREAMBLE Load Frequency Control (LFC) or Automatic Generation Control (AGC) is a paramount feature in power system operation and control. The continuous monitoring is needed

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

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

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

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

LOAD FREQUENCY CONTROL FOR TWO AREA POWER SYSTEM USING DIFFERENT CONTROLLERS

LOAD FREQUENCY CONTROL FOR TWO AREA POWER SYSTEM USING DIFFERENT CONTROLLERS LOAD FREQUENCY CONTROL FOR TWO AREA POWER SYSTEM USING DIFFERENT CONTROLLERS Atul Ikhe and Anant Kulkarni P. G. Department, College of Engineering Ambajogai, Dist. Beed, Maharashtra, India, ABSTRACT This

More information

Load frequency control of interconnected system

Load frequency control of interconnected system Volume 118 No. 24 2018 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Load frequency control of interconnected system Sukhpreet Kaur 1 and Harvinder Singh

More information

Optimal PID Tuning for AGC system using Adaptive Tabu Search

Optimal PID Tuning for AGC system using Adaptive Tabu Search Proceedings of the 7th WSEAS International Conference on Power Systems, Beijing, China, September 5-7, 27 42 Optimal PID Tuning for AGC system using Adaptive Tabu Search ANANT OONSIVILAI and BOONRUANG

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

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

Load Frequency Control of Multi-Area Power Systems Using PI, PID, and Fuzzy Logic Controlling Techniques

Load Frequency Control of Multi-Area Power Systems Using PI, PID, and Fuzzy Logic Controlling Techniques Load Frequency Control of Multi-Area Power Systems Using PI, PID, and Fuzzy Logic Controlling Techniques J.Syamala, I.E.S. Naidu Department of Electrical and Electronics, GITAM University, Rushikonda,

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

Tuning of PID Controller in Multi Area Interconnected Power System Using Particle Swarm Optimization

Tuning of PID Controller in Multi Area Interconnected Power System Using Particle Swarm Optimization IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 3 Ver. IV (May Jun. 2015), PP 67-86 www.iosrjournals.org Tuning of PID Controller

More information

Load Frequency Control of Single Area Power System Using JAYA Algorithm

Load Frequency Control of Single Area Power System Using JAYA Algorithm Load Frequency Control of Single Area Power System Using JAYA Algorithm Vikas Singh 1, Alok Kumar Singh 2, Vibhor Chauhan 3, Dr. Alok Kumar Bharadwaj 4 1M.Tech. Scholar, Jaipur Institute of Technology,

More information

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

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

More information

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

Design of Proportional - Integral - Derivative controller using Ant Colony Optimization technique in multi-area Automatic Generation Control

Design of Proportional - Integral - Derivative controller using Ant Colony Optimization technique in multi-area Automatic Generation Control International Journal on Electrical Engineering and Informatics - Volume 7, Number 4, December 215 Design of Proportional - Integral - Derivative controller using Ant Colony Optimization technique in multi-area

More information

Comparison of controllers design for two area interconnected Hydro- Thermal power generation system

Comparison of controllers design for two area interconnected Hydro- Thermal power generation system Comparison of controllers design for two area interconnected Hydro- Thermal power generation system A.HIMA BINDU 1, V. LAKHMA NAIK 2 1 Assistant Professor, Dept of EEE, BIT Institute of Technology, Hindupur,

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

Wire Layer Geometry Optimization using Stochastic Wire Sampling

Wire Layer Geometry Optimization using Stochastic Wire Sampling Wire Layer Geometry Optimization using Stochastic Wire Sampling Raymond A. Wildman*, Joshua I. Kramer, Daniel S. Weile, and Philip Christie Department University of Delaware Introduction Is it possible

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

CONTROLLER DESIGN BASED ON CARTESIAN GENETIC PROGRAMMING IN MATLAB

CONTROLLER DESIGN BASED ON CARTESIAN GENETIC PROGRAMMING IN MATLAB CONTROLLER DESIGN BASED ON CARTESIAN GENETIC PROGRAMMING IN MATLAB Branislav Kadlic, Ivan Sekaj ICII, Faculty of Electrical Engineering and Information Technology, Slovak University of Technology in Bratislava

More information

Load Frequency Control of Single Area Thermal Power Plant Using Type 1 Fuzzy Logic Controller

Load Frequency Control of Single Area Thermal Power Plant Using Type 1 Fuzzy Logic Controller Science Journal of Circuits, Systems and Signal Processing 2017; 6(6): 50-56 http://www.sciencepublishinggroup.com/j/cssp doi: 10.11648/j.cssp.20170606.11 ISSN: 226-9065 (Print); ISSN: 226-907 (Online)

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

Automatic Generation Control of Two Area using Fuzzy Logic Controller

Automatic Generation Control of Two Area using Fuzzy Logic Controller Automatic Generation Control of Two Area using Fuzzy Logic Yagnita P. Parmar 1, Pimal R. Gandhi 2 1 Student, Department of electrical engineering, Sardar vallbhbhai patel institute of technology, Vasad,

More information

= best position of individual i until iteration. = best positionof the group until iteration k. The following weighting function is usually utilized.

= best position of individual i until iteration. = best positionof the group until iteration k. The following weighting function is usually utilized. e t International Journal on Emerging Technologies 4(): 3-38(3) ISSN No. (Print): 975-8364 ISSN No. (Online): 49-355 Particle Swarm Optimization based Load quency Control in Two Aa Power System Neha Modi,

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

Load Frequency Control of Three Different Area Interconnected Power Station using Pi Controller

Load Frequency Control of Three Different Area Interconnected Power Station using Pi Controller Load Frequency Control of Three Different Area Interconnected Power Station using Pi Controller 1 Mr Tejas Gandhi, Prof. JugalLotiya M.Tech Student, Electrical EngineeringDepartment, Indus University,

More information

A Genetic Algorithm for Optimum Design of PID Controller in Multi Area Load Frequency Control for Egyptian Electrical Grid

A Genetic Algorithm for Optimum Design of PID Controller in Multi Area Load Frequency Control for Egyptian Electrical Grid A Genetic Algorithm for Optimum Design of PID Controller in Multi Area Load Frequency Control for Egyptian Electrical Grid Mohamed A. Metwally Suez Canal Authority, Cairo, Egypt Dr. Said A. Kutb Atomic

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

Automatic Generation control of interconnected hydrothermal power plant Using classical and soft computing Technique

Automatic Generation control of interconnected hydrothermal power plant Using classical and soft computing Technique RESEARCH ARTICLE OPEN ACCESS Automatic Generation control of interconnected hydrothermal power plant Using classical and soft computing Technique * Ashutosh Bhadoria, ** Dhananjay Bhadoria 1 Assistant

More information

Stability Control of an Interconnected Power System Using PID Controller

Stability Control of an Interconnected Power System Using PID Controller Stability Control of an Interconnected Power System Using PID Controller * Y.V.Naga Sundeep 1, ** P.NandaKumar, *** Y.Vamsi Babu 3, **** K.Harshavardhan 4 *(EEE, P.B.R VITS/JNT University Anantapur,INDIA)

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

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

A Novel PSS Design for Single Machine Infinite Bus System Based on Artificial Bee Colony

A Novel PSS Design for Single Machine Infinite Bus System Based on Artificial Bee Colony A Novel PSS Design for Single Machine Infinite Bus System Based on Artificial Bee Colony Prof. MS Jhamad*, Surbhi Shrivastava** *Department of EEE, Chhattisgarh Swami Vivekananda Technical 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

Multi-Area Load Frequency Control Using Ip Controller Tuned By Harmony Search

Multi-Area Load Frequency Control Using Ip Controller Tuned By Harmony Search Australian Journal of Basic and Applied Sciences, 5(9): -, ISSN 99-878 ulti-area Load Frequency Control Using Ip Controller uned By Harmony Search Sayed ojtaba Shirvani Boroujeni, Babak Keyvani Boroujeni,

More information

Design of Fractional Order PID Controller for SMIB Power System with UPFC Tuned by Multi-Objectives Genetic Algorithm. Abstract:

Design of Fractional Order PID Controller for SMIB Power System with UPFC Tuned by Multi-Objectives Genetic Algorithm. Abstract: 16 th International Conference on AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT - 16 May 26-28, 215, E-Mail: asat@mtc.edu.eg Military Technical College, Kobry Elkobbah, Cairo, Egypt Tel : +(22) 2425292

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

LFC in hydro thermal System Using Conventional and Fuzzy Logic Controller

LFC in hydro thermal System Using Conventional and Fuzzy Logic Controller LFC in hydro thermal System Using Conventional and Fuzzy Logic Controller Nitiksha Pancholi 1, YashviParmar 2, Priyanka Patel 3, Unnati Mali 4, Chand Thakor 5 Lecturer, Department of Electrical Engineering,

More information

International Journal of Advance Engineering and Research Development. Fuzzy Logic Based Automatic Generation Control of Interconnected Power System

International Journal of Advance Engineering and Research Development. Fuzzy Logic Based Automatic Generation Control of Interconnected Power System Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3, Issue 1, January -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Fuzzy

More information

Evolved Design of a Nonlinear Proportional Integral Derivative (NPID) Controller

Evolved Design of a Nonlinear Proportional Integral Derivative (NPID) Controller Portland State University PDXScholar Dissertations and Theses Dissertations and Theses Summer 1-1-2012 Evolved Design of a Nonlinear Proportional Integral Derivative (NPID) Controller Shubham Chopra Portland

More information

Ant colony optimization algorithm based PID controller for LFC of single area power system with non-linearity and boiler dynamics

Ant colony optimization algorithm based PID controller for LFC of single area power system with non-linearity and boiler dynamics ISSN 1 746-7233, England, UK World Journal of Modelling and Simulation Vol. 12 (2016) No. 1, pp. 3-14 Ant colony optimization algorithm based PID controller for LFC of single area power system with non-linearity

More information

Modeling and Simulation of Load Frequency Control for Three Area Power System Using Proportional Integral Derivative (PID) Controller

Modeling and Simulation of Load Frequency Control for Three Area Power System Using Proportional Integral Derivative (PID) Controller American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) 2313-441, ISSN (Online) 2313-442 Global Society of Scientific Research and Researchers http://asrjetsjournal.org/

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

A new approach for Tuning of PID Load Frequency Controller of an Interconnected Power System

A new approach for Tuning of PID Load Frequency Controller of an Interconnected Power System Scientific Journal Impact Factor (SJIF): 1.711 e-issn: 2349-9745 p-issn: 2393-8161 International Journal of Modern Trends in Engineering and Research www.ijmter.com A new approach for Tuning of PID Load

More information

Design of PI Controller using MPRS Method for Automatic Generation Control of Hydropower System

Design of PI Controller using MPRS Method for Automatic Generation Control of Hydropower System Design of PI Controller using MPRS Method for Automatic Generation Control of Hydropower System Prajod. V. S & Carolin Mabel. M Dept of EEE, St.Xavier s Catholic College of Engineering, Nagercoil, Tamilnadu,

More information

PID Controller tuning and implementation aspects for building thermal control

PID Controller tuning and implementation aspects for building thermal control PID Controller tuning and implementation aspects for building thermal control Kafetzis G. (Technical University of Crete) Patelis P. (Technical University of Crete) Tripolitakis E.I. (Technical University

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

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

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

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

Load Frequency Control of an Interconnected Power System using. Grey Wolf Optimization Algorithm with PID Controller

Load Frequency Control of an Interconnected Power System using. Grey Wolf Optimization Algorithm with PID Controller Load Frequency Control of an Interconnected Power System using Grey Wolf Optimization Algorithm with PID Controller A. Reetta 1, B. Prakash Ayyappan 2 1PG Student, M.E- Power Electronics and Drives, Chendhuran

More information

Design and Implementation of Intelligent Controller for a Continuous Stirred Tank Reactor System

Design and Implementation of Intelligent Controller for a Continuous Stirred Tank Reactor System Design and Implementation of Intelligent Controller for a Continuous Stirred Tank Reactor System D. Siva Nagaraju 1, G. Ramesh 2 M. Tech Control System, Asst. Professor, Department of Electrical and Electronic

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

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

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

International Journal of Scientific Research Engineering & Technology (IJSRET), ISSN Volume 3, Issue 7, October 2014

International Journal of Scientific Research Engineering & Technology (IJSRET), ISSN Volume 3, Issue 7, October 2014 1044 OPTIMIZATION AND SIMULATION OF SIMULTANEOUS TUNING OF STATIC VAR COMPENSATOR AND POWER SYSTEM STABILIZER TO IMPROVE POWER SYSTEM STABILITY USING PARTICLE SWARM OPTIMIZATION TECHNIQUE Abishek Paliwal

More information

Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing Power System Oscillation Damping

Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing Power System Oscillation Damping AMSE JOURNALS 216-Series: Advances C; Vol. 71; N 1 ; pp 24-38 Submitted Dec. 215; Revised Feb. 17, 216; Accepted March 15, 216 Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing

More information

Some Tuning Methods of PID Controller For Different Processes

Some Tuning Methods of PID Controller For Different Processes International Conference on Information Engineering, Management and Security [ICIEMS] 282 International Conference on Information Engineering, Management and Security 2015 [ICIEMS 2015] ISBN 978-81-929742-7-9

More information

Automatic load frequency control of Three-area power System using ANN controller with Parallel Ac/Dc Link

Automatic load frequency control of Three-area power System using ANN controller with Parallel Ac/Dc Link Automatic load frequency control of Three-area power System using ANN controller with Parallel Ac/Dc Link Emad Ali Daood 1, A.K. Bhardwaj 2 1 Department of Electrical Engineering, SSET, SHIATS, Allahabad,

More information

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

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

More information