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

Size: px
Start display at page:

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

Transcription

1 e t International Journal on Emerging Technologies 4(): 3-38(3) ISSN No. (Print): ISSN No. (Online): Particle Swarm Optimization based Load quency Control in Two Aa Power System Neha Modi, Amol Barve and Kanchan Chaturvedi Department of Electrical and Electronics Engineering, Laxmi Narain College of Technology Bhopal, (MP) (Received 5 March, 3, Accepted 9 May, 3) ABSTRACT: In this paper, determining the optimal proportional- integral-derivative (PID) controller gains for Two-aa load fquency control (LC) system using particle swarm optimization (PSO) is psented. The LC is notoriously difficult to control optimally using conventionally tuning a PID controller because the system parameters a constantly changing. It is for this ason the PSO as tuning strategy was applied. The PID control parameters a tuned based on PSO algorithm. Hence the sults establishes that tuning the PID controller using the PSO technique gives less over shoot, system is less sluggish and duces the integral time absolute error (ITAE). The simulated sult a obtained for diffent load configurations of the PSO based controller. The simulation has been conducted in MATLAB Simulink package for two aa power system Keywords: Load quency control, Two aa power system, Particle swarm optimization, PID Controller. I. INTRODUCTION In electric power generation, system disturbances caused by load fluctuations sult in changes to the desid fquency value. Load quency Control (LC) is a very important issue in power system operation and control for supplying sufficient and both good quality and liable power. Power networks consist of a number of utilities interconnected together and power is exchanged between the utilities over the tie-lines by which they a connected. The net power flow on tie-lines is scheduled on a priori contract basis. It is thefo important to have some dege of control over the net power flow on the tie-lines. Load quency Control (LC) allows individual utilities to interchange power to aid in overall security while allowing the power to be generated most economically. Generally, ordinary LC systems a designed with Proportional-Integral (PI) controllers. However, since the I control parameters a usually tuned, it is incapable of obtaining good dynamic performance for various load and system change scenarios. Many studies have been carried out in the past about the load fquency control. In literatu, some control strategies have been suggested based on the conventional linear control theory []. These controllers may be unsuitable in some operating conditions due to the complexity of the power systems such as nonlinear load characteristics and variable operating points. According to some authors, variable structu control [] maintains stability of system fquency. According to [3], conventional PID control schemes will not ach a high of control performances. Since the dynamic behavior even for a duced mathematical model of a power system is usually nonlinear, time-variant and governed by strong cross-couplings of the input variables, special ca has to be taken for the design of the controllers. or this ason, cently, a lot of artificial intelligence based robust controllers such as genetic algorithm, tabu search algorithm, fuzzy logic and neural networks a used for PID controller parameters tuning in LC by authors [4, 5, 6, 7]. Since, Particle Swarm Optimization algorithm is an optimization method that finds the best parameters for controller in the uncertainty aa of controller parameters and obtained controller is an optimal controller, it has been used in almost all sectors of industry and science. One of those aas is the load fquency control as shown in [8]. PSO is inspid by the ability of flock of birds or herd of animals to adapt to their environment. It was developed in 995 by James Kennedy and Russ Eberhart while attempting to simulate the choographed, graceful motion of the swarm of birds as a part of socio-cognitive study investigating the motion of collective intelligence in biological population. In PSO, a set of randomly generated solutions propagates in the designed space towards the optimal solution over a number of iteration based on large amount of information about the designed space [9]. The main objective of this study is to investigate the load fquency control and inter aa tie-power control problem for two-aa power system taking into consideration the uncertainties in the parameters of system. An optimal control scheme based particle swarm optimization (PSO) Algorithm method is used for determine the parameters of a PID controller.

2 The proposed controller is simulated for a two-aa power system. To show effectiveness of proposed method several changes in demand of first aa, demand of second aa and demand of two aas simultaneously a applied. Simulation sults indicate that PSO controllers guarantee the good performance under various load conditions. II. OVERVIEW O PARTICLE SWARM OPTIMIZATION The PSO method is a member of wide category of Swarm Intelligence methods for solving the optimization problems. It is a population based search algorithm whe each individual is ferd to as particle and psents a candidate solution. Each particle in PSO flies through the search space with an adaptable velocity that is dynamically modified according to its own flying experience and also the flying experience of the other particles. In PSO each particles strive to improve themselves by imitating traits from their successful peers. urther, each particle has a memory and hence it is capable of membering the best position in the search space ever visited by it. The position corsponding to the best fitness is known as pbest and the overall best out of all the particles in the population is called gbest [-]. PSO is basically developed through simulation of bird flocking in two-dimension space. The position of each agent is psented by XY axis position and also the velocity is expssed by Vx (the velocity of X axis) and Vy (the velocity of Y axis). Modification of the agent position is alized by the position and velocity information. Bird flocking optimizes a certain objective function. Each agent knows its best value so far (pbest) and its XY position. This information is analogy of personal experiences of each agent. Moover, each agent knows the best value so far in the group (gbest) among pbest. This information is analogy of knowledge of how the other agents around them have performed. Namely, each agent tries to modify its position using the following information: # The curnt positions (x, y), # The curnt velocities (vx, vy), Modi, Barve and Chaturvedi 33 # The distance between the curnt position and pbest # The distance between the curnt position and gbest This modification can be psented by the concept of velocity. Velocity of each agent can be modified by the following () Whe, = velocity of individual i at iteration k. = inertia weight parameter c,c = acceleration coefficients. r,r = random no between and = position of individual i at iteration k, k. = best position of individual i until iteration = best positionof the group until iteration k. The following weighting function is usually utilized. Whe = initial and final weight (3) = maximum iteration number, iter = curnt iteration number Each individual moves from the curnt position to the next one by the modified velocity in () using the following equation. = + (4) Whe = Curnt searching point = modified searching point = curnt velocity ig shows the concept of searching mechanism of PSO using the modified velocity and position of individual i based on () and (4) if the values of,, a. ig..

3 III. MODEL O TWO AREA POWER SYSTEM The two aa interconnected power system is shown in fig., whe and a the fquency deviations in aa and aa spectively in Hz. and a the load demand incments. A two aa system consists of two single aa systems, connected through a power line called tie-line, is shown in the igu: Modi, Barve and Chaturvedi 34 each aa feeds its user pool, and the tie line allows electric power to flow between the aas. Information about the local aa is found in the tie line power fluctuations. Thefo, the tie-line power is sensed, and the sulting tie-line power signal is fed back into both aas. It is conveniently assumed that each control aa can be psented by and equivalent turbine, generator and governor system. Symbol used with suffix fer to aa and those with suffix fer to aa. - ig.. Block diagram of Two aa power system. VI. MODEL WITH PROPOSED PSO-PID CONTROLLER The framework of PSO based self-tuning PID controller is depicted as igu 3. To find the optimum parameters (Kp, Ki, Kd) of PID controller, PSO program should search in 3- dimensional search space. In an ordinary load fquency control systems, Since a gulation constant R is used as Kp parameter in PID controller, especially I (integral) controller is used in LC systems. At the proposed system, R is also determine by PSO. So the gulation best value is used in LC system. Thus,for robustness, gulation constant is tuned according to load and system changes too. With the optimized parameter based on PSO algorithm, the proposed PID controller of the LC can achieve optimal properties. The block diagram of a two aa power system with this controller is shown in ig 3. V. SIMULATION RESULTS The Two aa power system parameter a shown in table and the value of gulation constant is also optimized by PSO. Simulation sult for Two aa power system a shown in table. During the simulation study, error signals, and tie line power which is quid for the controller is transferd to PSO softwa. All positions of particles on each dimension a clamped in limits which a specified by the user, and the velocities a clamped to the range [vmin., vmax.] given as []: a step load incase in demand of. p.u is applied to aa.

4 Modi, Barve and Chaturvedi 35 Step Sum Kh Th.s+ Governor Kt Tt.s+ Turbine Sum Ky Ty.s+ Inertia & Hold Out Out -K- -K- Scope Gain Scope3 PID PID Controller s Load Add Step Gain 3 Out3 Sum3 Kh Th.s+ Governor Kt Tt.s+ Turbine Sum Ky Ty.s+ Inertia & Hold Scope Gain PID PID Controller ig. 3. Block diagram of two aa power system with proposed PSO controller. The fquency deviation of the first aa f and the fquency deviation of the second aa f and inter aa tie-power signals of the closed-loop system a shown in ig. 4, 5 and 6. Similarly a step load incase in demand of. is applied to aa. quency deviation of the first aa f and the fquency deviation of the second aa f and inter aa tie-power signals of the closed-loop system a shown in ig. 7, 8 and 9. At the simulation, the population size is taken 5.As can be observed, the settling time, overshoots, undershoot, settling value and rise time with the proposed PSO-PID controller a much better than other controller. Thefo, the proposed PSO-PID controller provides better performance for the two aa power system In this simulation, the objective is to minimize the error and the maximum overshoot. or this ason the objective function is chosen as the Integral Time Absolute Error (ITAE). Table. Description Aa Aa Governor Gain GovernorTime Constant 8e-3 8e-3 Turbine Gain Turbine Tine Constant.3.3 Load Model Gain Load Time Constant Ptiemax Mw Mw Load change for quency change of..

5 Modi, Barve and Chaturvedi 36 Table. System Performance for proposed PSO-PID controller for % load at aa. Parameter Change in Change in Change in fquency in fquency in Tie line Aa Aa power Overshoot e-5-6.8e e-6 Undershoot e Settling Value e e e-6 Settling Time Rise Time e-6 7.8e-6 Table 3. System Performance for proposed PSO-PID controller for % load at aa. Parameters Change in fquency in Aa Change in fquency in Aa Change in Tie line power Overshoot 4.894e Under Shoot.79e e-5 Settling Value 4.893e Settling Time Rise Time e e-8.5 x -3 Plot for Load -.5 cy en qu ig. 4. Change in fquency in aa for a step load of % in aa with proposed PSO-PID controller. 7 x -5 Plot for Power System y nc ue q ig. 5. Change in fquency in aa for a step load of %In aa with proposed PSO-PID controller.

6 Modi, Barve and Chaturvedi 37.5 x -3 Plot for Power System.5 cy n ue q ig. 6. Change in tie line power for a step load of % at aa. 7 x -4 Plot for Load cy en u q ig. 7. Change in fquency in aa for a step load of % in aa with proposed PSO-PID controller..5 x -5 Plot for Power System -.5 ncy que ig. 8. Change in fquency in aa for a step load of % in aa with proposed PSO-PID controller.. x -3 Plot for Power System.8 y e n c qu ig. 9. Change in tie line power for a step load of % at aa.

7 Modi, Barve and Chaturvedi 38 VI. CONCLUSIONS AND UTURE WORK In this study, a new particle swarm optimized LC has been investigated for load fquency control of a Two aa power systems. or this purpose, first, to obtain mo adaptive tuning mechanism for the PID controller parameters and sensitivity of the system is incased. It has been shown that the proposed control algorithm is effective and provides significant improvement in system performance. Thefo, the proposed PSO-PID controller is commended to generate good quality and liable electric energy. In addition, the proposed controller is very simple and easy to implement since it does not qui many information about system parameters. It is found very clearly that the PSO based controller drastically duces the overshoot by a large value. Settling time, Rise Time and Peak Time have also improved. As a further study, the proposed method can be applied to multi aa power system load fquency control and also optimum values can be obtained by Particle Swarm optimization and compa with Genetic Algorithm. RERENCES [] A. Kumar, O.P. Malik, G.S. Hope, Variable structu- system control applied to AGC of an interconnected power system, IEE Proceedings, Vol. 3, Pt. C, No., pp. 3-9, January 985. []. Z.M. Ai-Hamouz, Y.L. Abdel-Magid, Variable structu load fquency controllers for multi aa power systems, Int. J. Electr. Power Energy Syst., 5 (5), pp. 3-9, 993. [3] Unbehauen, H., Keuchel, U., Kocaarslan, I., Real- Time Adaptive Control of Electrical Power and Enthalpy for a 75 MW Once- Through Boiler, Proceedings of IEE International Control Confence 9, Edinburg, Scotland, Vol., pp. 4-47, 5-8 March 99. [4] Shayeghi, H., Jalili, A., Shayanfar, H.A., Robust Modified GA Based Multi-Stage uzzy LC, Elsevier Energy Conversion and Management 48, , 7. [5] Al-Hamouz, Z., Al-Musabi, N., Al-Duwaish, H., A Tabu Search Approach or The Design of Variable Structu Load quency Controller Incorporating Model Nonlinearities, Journal of Electrıcal Engıneerıng, Vol. 58, No. 5, 64 7, 7. [6] Taher, S.A., Hemati, R., Abdolalipour, A., Tabie, S.H., Optimal Decentralized Load quency Control Using HPSO Algorithms in Degulated Power Systems, American Journal of Applied Sciences 5 (9): 67-74, 8. [7] J. Talaq and. Al-Basri, Adaptive fuzzy gain scheduling for loadfquency control, IEEE Trans. Power Syst., vol. 4, no., pp , eb [8] C.S. Chang and W.H. u, Aa load fquency control using fuzzygain scheduling of PI controllers, Elect. Power Syst. Res., vol. 4, no., pp , 997 [9] Eberhart,R., Kennedy,J., Particle swarm optimization, in Proc. IEEE Int. Conf. Neural Networks, vol. IV, Perth, Australia, 995, pp []. Y. L. Abdel-Magid, M. A. Abido, Robust Coordinated Design of Excitation and TCSC-based Stabilizers using Genetic Algorithms, Int. J. of Electrical Power & Energy Systems, Vol. 69, No. -3, pp. 9-4, 4. []. H.. Wang,. J. Swift, A Unified Model of ACTS Devices in Damping Power System Oscillations Part-: Single-machine Infinite-bus Power Systems, IEEE Trans. Power Delivery, Vol., No., pp , osha C.E., Elgerd O.I., The megawatt fquency control theory, IEEE Trans. Power Appl. Syst. (97) Vol.89, pp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

LOW FREQUENCY OSCILLATION DAMPING BY DISTRIBUTED POWER FLOW CONTROLLER WITH A ROBUST FUZZY SUPPLEMENTARY CONTROLLER

LOW FREQUENCY OSCILLATION DAMPING BY DISTRIBUTED POWER FLOW CONTROLLER WITH A ROBUST FUZZY SUPPLEMENTARY CONTROLLER LOW FREQUENCY OSCILLATION DAMPING BY DISTRIBUTED POWER FLOW CONTROLLER WITH A ROBUST FUZZY SUPPLEMENTARY CONTROLLER C. Narendra Raju 1, V.Naveen 2 1PG Scholar, Department of EEE, JNTU Anantapur, Andhra

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

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

COMPUTATION OF STABILIZING PI/PID CONTROLLER FOR LOAD FREQUENCY CONTROL

COMPUTATION OF STABILIZING PI/PID CONTROLLER FOR LOAD FREQUENCY CONTROL COMPUTATION OF STABILIZING PI/PID CONTROLLER FOR LOAD FREQUENCY CONTROL 1 B. AMARENDRA REDDY, 2 CH. V. V. S. BHASKARA REDDY, 3 G. THEJESWARI 1 Asst. Professor, 2 Asso. Professor, 3 M.E. Student, Dept.

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

BFO-PSO optimized PID Controller design using Performance index parameter

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

More information

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

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

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

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

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

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

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

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Bahar A. Elmahi. Industrial Research & Consultancy Center, baharelmahi@yahoo.com Abstract- This paper

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

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

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

An intelligent fuzzy logic controller applied to multi-area load frequency control

An intelligent fuzzy logic controller applied to multi-area load frequency control AERICA JOURAL OF SCIETIFIC AD IDUSTRIAL RESEARCH, Science Huβ, http://www.scihub.org/ajsir ISS: 53-649X doi:.55/ajsir...6 An intelligent fuzzy logic controller applied to multi-area load frequency control

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

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

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

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

More information

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

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

EFFECT OF CUCKOO SEARCH OPTIMIZED INTEGRAL - DOUBLE DERIVATIVE CONTROLLER WITH TCPS FOR CONTAINING OSCILLATIONS IN AUTOMATIC GENERATION CONTROL (AGC)

EFFECT OF CUCKOO SEARCH OPTIMIZED INTEGRAL - DOUBLE DERIVATIVE CONTROLLER WITH TCPS FOR CONTAINING OSCILLATIONS IN AUTOMATIC GENERATION CONTROL (AGC) EFFECT OF CUCKOO SEARCH OPTIMIZED INTEGRAL - DOUBLE DERIVATIVE CONTROLLER WITH TCPS FOR CONTAINING OSCILLATIONS IN AUTOMATIC GENERATION CONTROL (AGC) 1 S.Sanajaoba Singh, 2 Nidul Sinha NIT Silchar, Assam

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

Automatic Load Frequency Control of Two Area Power System Using Proportional Integral Derivative Tuning Through Internal Model Control

Automatic Load Frequency Control of Two Area Power System Using Proportional Integral Derivative Tuning Through Internal Model Control IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 13-17 www.iosrjournals.org Automatic Load Frequency

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

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

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme

Transient stability improvement by using shunt FACT device (STATCOM) with Reference Voltage Compensation (RVC) control scheme I J E E E C International Journal of Electrical, Electronics ISSN No. (Online) : 2277-2626 and Computer Engineering 2(1): 7-12(2013) Transient stability improvement by using shunt FACT device (STATCOM)

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

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

CHAPTER 4 LOAD FREQUENCY CONTROL OF INTERCONNECTED HYDRO-THERMAL SYSTEM

CHAPTER 4 LOAD FREQUENCY CONTROL OF INTERCONNECTED HYDRO-THERMAL SYSTEM 53 CHAPTER 4 LOAD FREQUENCY CONTROL OF INTERCONNECTED HYDRO-THERMAL SYSTEM 4.1 INTRODUCTION Reliable power delivery can be achieved through interconnection of hydro and thermal system. In recent years,

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

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

Particle Swarm Optimization for PID Tuning of a BLDC Motor

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

More information

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

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

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

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

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

More information

ISSN: Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 43-50, 2012

ISSN: Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 43-50, 2012 11, Scienceline Publication www.science-line.com ISSN: Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 43-5, 1 JWEET A Novel Method for Designing PSS-AVR by Imperialist

More information

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India

Arvind Pahade and Nitin Saxena Department of Electrical Engineering, Jabalpur Engineering College, Jabalpur, (MP), India e t International Journal on Emerging Technologies 4(1): 10-16(2013) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Control of Synchronous Generator Excitation and Rotor Angle Stability by

More information

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

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

More information

Optimal Location and Design of TCSC controller For Improvement of Stability

Optimal Location and Design of TCSC controller For Improvement of Stability Optimal Location and Design of TCSC controller For Improvement of Stability Swathi Kommamuri & P. Sureshbabu Department of Electrical and Electronics Engineering, NEC Narasaraopet,India E-mail : swathikommamuri@gmail.com,

More information

Load Frequency Control of Interconnected Hydro-Thermal Power System Using Fuzzy and Conventional PI Controller

Load Frequency Control of Interconnected Hydro-Thermal Power System Using Fuzzy and Conventional PI Controller Load Frequency Control of Interconnected Hydro-Thermal Power System Using Fuzzy and Conventional PI Controller Sachin Khajuria Jaspreet Kaur Abstract: This paper shows how to regulate the power supply

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

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

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

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

Optimal design of a linear antenna array using particle swarm optimization

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

More information

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

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

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

GENETIC ALGORITHM BASED OPTIMAL LOAD FREQUENCY CONTROL IN TWO-AREA INTERCONECTED POWER SYSTEMS

GENETIC ALGORITHM BASED OPTIMAL LOAD FREQUENCY CONTROL IN TWO-AREA INTERCONECTED POWER SYSTEMS ransaction on Power system optimization ISSN: 9-87 Online Publication, June www.pcoglobal.com/gjto.htm CG-P4 /GJO GENEIC ALGORIHM BASED OPIMAL LOAD FREQUENCY CONROL IN WO-AREA INERCONECED POWER SYSEMS

More information

Design and Implementation of Self-Tuning Fuzzy-PID Controller for Process Liquid Level Control

Design and Implementation of Self-Tuning Fuzzy-PID Controller for Process Liquid Level Control Design and Implementation of Self-Tuning Fuzzy-PID Controller for Process Liquid Level Control 1 Deepa Shivshant Bhandare, 2 Hafiz Shaikh and 3 N. R. Kulkarni 1,2,3 Department of Electrical Engineering,

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

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

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

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

COMPARATIVE PERFORMANCE OF WIND ENERGY CONVERSION SYSTEM (WECS) WITH PI CONTROLLER USING HEURISTIC OPTIMIZATION ALGORITHMS

COMPARATIVE PERFORMANCE OF WIND ENERGY CONVERSION SYSTEM (WECS) WITH PI CONTROLLER USING HEURISTIC OPTIMIZATION ALGORITHMS 24 th International Conference on Electricity Distribution Glasgow, 2-5 June 27 Paper 7 COMPARATIVE PERFORMANCE OF WIND ENERGY CONVERSION SYSTEM (WECS) WITH PI CONTROLLER USING HEURISTIC OPTIMIZATION ALGORITHMS

More information

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

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

More information

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

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

More information

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

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

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

More information

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

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

Analysis The IIR Filter Design Using Particle Swarm Optimization Method

Analysis The IIR Filter Design Using Particle Swarm Optimization Method Xxxxxxx IJSRRS: International I Journal of Scientific Research in Recent Sciences Research Paper Vol-1, Issue-1 ISSN: XXXX-XXXX Analysis The IIR Filter Design Using Particle Swarm Optimization Method Neha

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

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

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

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

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

More information

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

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

More information

IPSO Algorithm for Maximization of System Loadability, Voltage Stability and Loss Minimisation by Optimal DG Placement

IPSO Algorithm for Maximization of System Loadability, Voltage Stability and Loss Minimisation by Optimal DG Placement Algorithm for Maximization of System Loadability, Voltage Stability and Loss Minimisation by Optimal DG Placement N. Prema Kumar 1, K. Mercy Rosalina Associate Professor, Department of Electrical Engineering,

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET)

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) 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

STATCOM ANALYSIS WITH CLOSED LOOP PID AND WITH OPEN LOOP ON POWER SYSTEM

STATCOM ANALYSIS WITH CLOSED LOOP PID AND WITH OPEN LOOP ON POWER SYSTEM STATCOM ANALYSIS WITH CLOSED LOOP PID AND WITH OPEN LOOP ON POWER SYSTEM 1 D.V.V.V.CH.MOULI, 2 K.DHANVANTHRI Member, IEEE Abstract: Static synchronous compensator (STATCOM) is used in power system for

More information

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL

DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL DEPARTMENT OF ELECTRICAL AND ELECTRONIC ENGINEERING BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY EEE 402 : CONTROL SYSTEMS SESSIONAL Experiment No. 1(a) : Modeling of physical systems and study of

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

SPEED CONTROL OF AN INDUCTION MOTOR USING FUZZY LOGIC AND PI CONTROLLER AND COMPARISON OF CONTROLLERS BASED ON SPEED

SPEED CONTROL OF AN INDUCTION MOTOR USING FUZZY LOGIC AND PI CONTROLLER AND COMPARISON OF CONTROLLERS BASED ON SPEED SPEED CONTROL OF AN INDUCTION MOTOR USING FUZZY LOGIC AND PI CONTROLLER AND COMPARISON OF CONTROLLERS BASED ON SPEED Naveena G J 1, Murugesh Dodakundi 2, Anand Layadgundi 3 1, 2, 3 PG Scholar, Dept. of

More information

SPEED CONTROL OF BRUSHLESS DC MOTOR USING FUZZY BASED CONTROLLERS

SPEED CONTROL OF BRUSHLESS DC MOTOR USING FUZZY BASED CONTROLLERS SPEED CONTROL OF BRUSHLESS DC MOTOR USING FUZZY BASED CONTROLLERS Kapil Ghuge 1, Prof. Manish Prajapati 2 Prof. Ashok Kumar Jhala 3 1 M.Tech Scholar, 2 Assistant Professor, 3 Head of Department, R.K.D.F.

More information