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

Size: px
Start display at page:

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

Transcription

1 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, Bhilai ** Department of EEE, Chhattisgarh Swami Vivekananda Technical University, Bhilai ABSTRACT With the growth of interconnected power systems and particularly the deregulation of the industry, problems related to low frequency oscillation have been widely reported, including major incidents. As the most costeffective damping controller, power system stabilizer (PSS) has been widely used to suppress the low frequency oscillation and enhance the system dynamic stability. Traditional methods for determining PSS placements are based on the analysis of the interconnected system. However, the design of the PSS is based on a simplified single machine infinite bus (SMIB) model. Traditional methods for determining PSS placements are based on the analysis of the interconnected system. This paper explains the design of the PSS is based on a simplified single machine infinite bus (SMIB) model using Artificial Bee Colony algorithm. The MATLAB / SIMULINK model is used to implement the SMIB-PSS model. Keywords PSS, MB-PSS, TCSC, STATCOM. I. INTRODUCTION A power system stabilizer (PSS) is an instrument installed in a generator to stabilize the power system. From a system-wide point of view, PSSs are used to stabilize the power system as the demand for power increases and more power is delivered over longer distances. From a design point of view, a PSS is a device used to increase the damping torque component of a machine. Although a PSS can be installed at every machine, only a few PSSs are needed to stabilize a power system The power system stabilizer can conquer the electromechanical oscillation and improve the power system stability with the help of its additional excitation mechanism. For more economical and consistent generation and transmission of electric energy, the electric power systems become larger and larger, which covers a vast area and include many synchronous generators, transmission lines, loads and variety of controllers. The stability of the power system is the ability to extend restoring forces equal to or greater than the disturbing forces to sustain the state of equilibrium. Power industries are updated to provide effective utilization to more consumers at lower prices and better power efficiency. The complexity of the power systems has been increasing as they become inter-connected. Load demand also increases linearly with the increase in users. Since stability phenomenon limits the transfer capability of the system, there is a need to confirm stability and reliability of the power system due to economic reasons. With these conditions, authorities and researchers were continually tasked to find simple, effective and economical strategy of achieving stabilization of the power system, which is considered of highest priority. Thus, because of the importance of the stability of the power systems, stabilizing control techniques have been used for the single-machine power system with the help of intelligent methods. The optimal sequential design for single-machine power systems is very essential. As a result, serious consideration is now being given on the concern of stabilization control. In recent times, the utilization of optimization techniques becomes possible to deal with control signals in power system. II. POWER SYSTEM STABILITY Power system stability may be broadly defined as that property of a power system that enables it to remain in a state of operating equilibrium under normal operating conditions and to regain an acceptable state of equilibrium after being subjected to a disturbance. Power system stability can be divided into four different phenomena s: wave, electromagnetic, electromechanical and thermodynamic. Here we consider only electromechanical phenomenon, which takes place in the windings of a synchronous machine. A disturbance in the electrical network will create power fluctuations between the generating units and the electrical network. In addition the electromechanical phenomenon will also disturb the stability of the rotating parts in the power system [12]. Security of the power system relies on its ability to survive any disturbances which may occur without any

2 interruption in the services. Figure 1 shows the functional block diagram of a typical excitation control system for a large synchronous generator [5]. Ref. Regulator Exciter Generator Power System Stabilizer Output Figure 1: Functional block diagram of a synchronous generator excitation control system [5] Power system stabilizers (PSS) are used on a synchronous generator to increase the damping of oscillations of the rotor / turbine shaft. The conventional PSS was first suggested in the 1960s and classical control theory, defined in transfer functions, was employed for its design. Later the revolutionary work of DeMello and Concordia [1] in 1969, control engineers, as well as power system engineers, have exhibited great interest and made significant assistances in PSS design and applications for both single and multi-machine power systems. Optimal control theory for stabilizing SMIB power systems was developed by Anderson [2] as well as by Yu [3]. These optimal controllers were linear. Adaptive control techniques have also been proposed for SMIB, most of which involve linearization or model approximation. Klein et al. [4, 5] presented the simulation studies into the effects of stabilizers on inter-area and local modes of oscillations in interconnected power systems. It was shown that the PSS location and the voltage characteristics of the system loads are significant factor in the ability of a PSS to increase the damping of inter-area oscillations. Nowadays, the conventional lead-lag power system stabilizer is widely used by the power system utility [6]. Other types of PSS such as proportional-integral power system stabilizer (PI -PSS) and proportional-integralderivative power system stabilizer (PID -PSS) have also been proposed [7-8]. Several approaches have been applied to PSS design problem. These include pole placement,, optimal control, adaptive control, variable structure control, and different optimization and artificial intelligence techniques [9]. III. SINGLE MACHINE INFINITE BUS SYSTEM (SMIB) The power system is a high order complex nonlinear system. In order to simplify the analysis and focus on one machine, the multi-machine power system is reduced to the single machine infinite bus (SMIB) system. In the SMIB system, the machine of interest is modelled in detail while the rest of the power system is equated with a transmission line connected to an infinite bus. As shown in figure 2, Single machine is connected to infinite bus system through a transmission line having resistance and inductance. Figure 2: Single machine infinite bus system The generator is modelled by transient model, according to the following equations. All system data can be found. Stator winding equations: Where is the stator winding resistance is the d-axis transient resistance is the q-axis transient resistance is the q-axis transient voltage is the d-axis transient voltage. Rotor winding equations: (1) (2) (3) (4) Where, is the d-axis open circuit transient time constant, is the q-axis open circuit transient time constant is the field voltage.

3 Torque equation: Rotor equation: Then (5) (6) (7) Where is the mechanical torque, which is constant in this model. is the electrical torque. is the damping torque and is the damping coefficient. IV. METHODOLOGY Additionally, ABC consists of three control parameters: a) Population size (SN) is the number of food sources (or solutions) in the population. SN is equal to the number of employed bees or onlooker bees. b) Maximum Cycle Number (MCN) refers to the maximum number of generations. c) The limit is used to diversify the search, to determine the number of allowable generations for which each non-improved food source is to be abandoned. 2. Initialization of the Food Source Memory (FSM) The Food Source Memory (FSM) is an augmented matrix of size comprised in each row, a vector representing a food source as in equation (8). Note that the vectors in the FSM are sorted in ascending order, according to proximity cost function values. Artificial Bee Colony (ABC) Algorithm The ABC algorithm was first proposed by Karaboga in Similar to other intelligent swarm algorithms, it simulates the foraging behaviour of honeybees. There are three groups of honeybees in the ABC algorithm; employed bees, onlooker bees, and scout bee. Employed bees take the responsibility of searching new food sources. After the process completed, they fly back to the hive and share the position and nectar amount information with onlooker bees in the dancing area. By observe the dance of employed bees, onlooker bees decide the food sources which they want. Scout bees carry out the random search while the food source is exhausted. The procedure of ABC could be described in the following seven steps: Generally, each vector is generated as follows: Note that between 0 and 1. (8) (9) generates a uniform random number 3. Assigning employed bees to the food sources In this step, each employee bee is assigned to its food source and in turn, a new one is generated from its neighbouring solution, using equation (10) as is shown algorithm (1): 1. Initialization of ABC and optimization problem parameters In general, optimization problem could be formulated as follows: Where is the objective function to be minimized; is the set of decision variables is the possible range for each decision variable, where and and and are the lower and upper bound values for the variable N represents the number of decision variables and, and are the inequality and equality constraints, correspondingly. Algorithm (1): Employed Bee Phase (10)

4 Sending the onlooker bees The onlooker bee has the same number of food sources as the employed. It initially calculates the selection probability of each food source generated by the employed bee in the previous step. The fittest food source is selected by the onlooker, using Roulette Wheel selection mechanism. The process of selection at the onlooker phase works as follows: 1. assign for each employed bee a selection probability as follows: (11) 2. The food source of the employed bee with the highest fitness is selected by the onlooker bee, based on its selection probability and adjusted as shown in the algorithm (2). In the algorithm, is the accumulated probability of all the employed bees; where the of solution is unity Algorithm (2): Onlooker Bee Phase Sending the Scout to search for possible new food sources The scout bee carries out a random search to replace the abandoned food sources, using equation ( 9). The abundant food source is one that cannot be improved upon after a certain number of cycles, as determined by the limit parameter. Algorithm ( 3) describes the process of the scout bee; In algorithm (3), Scout is a vector of size (SN), which contain information related to the improvement in any of the food sources during search. Algorithm (3): Scout Bee Phase Memorizing the best food source This involves memorizing the fitness and position of the best food source, found so far in FSM. 7. Stop condition Steps 3 to 6 are repeated until a stop criterion is met. This is originally determined by the MCN value. The PSS parameters are tuned by using ABC algorithm. The PSS configuration is as follows; it comprises two compensators with time constants, with an additional gain. Stabilizer output The optimum values of K and computed using ABC Algorithm. are accurately V. SIMULATION AND RESULTS Figure 3: Simulink model of PSS

5 Figure 4: Simulink model of SMIB Figure 7: Convergence plot of Artificial Bee Colony Algorithm Figure 5: Speed deviation in SMIB without PSS Figure 8: Speed deviation in SMIB with PSS Figure 6: Power Angle deviation in SMIB without PSS Figure 9: Power Angle deviation in SMIB with PSS

6 VI. CONCLUSION This paper ensures system stability, in order to provide faster responses over a wide range of power system operation, a power system stability (PSS) of single machine infinite bus system (SMIB) is developed and its parameters are tuned by a robust evolutionary algorithm. The Artificial Bee Colony (ABC) algorithm offers designers the flexibility to achieve a compromise between conflicting design objectives, the power angle and speed deviation in SMIB. REFERENCE [1] F. P. Demello and C. Concordia, Concepts of Synchronous Machine Stability as Affected by Excitation Control, IEEE Trans. on Power Apparatus and Systems, vol. PAS-88, no. 4, April 1969 [2] Angeline J. H, The control of a synchronous machine using optimal control theory, Proceedings of the IEEE, vol. 1, pp , 1971 [3] Yu YN and Moussa HAM, Optimal stabilization of a multi-machine system, IEEE Transactions on Power Apparatus and Systems, vol. 91, no. 3, pp , 1972 [8] Y.Y. Hsu and K.L. Liou, Design of Self- Tuning PID Power System Stabilizers for Synchronous Generators, IEEE Trans. on Energy Conversion, Vol. 2, No. 3, pp , 1987 [9] V. Samarasinghe and N. Pahalawaththa, Damping of Multimodal Oscillations in Power Systems Using Variable Structure Control Techniques, IEEE Proc. Genet. Transm. Distrib. Vol. 144, No. 3, Jan. 1997, pp [10] Youssef A. Mobarak, A Simulink Multi- Band Power System Stabilizer, Electric Engineering Department, High Institute of Energy, South Valley University, Aswan, Egypt [11] Yong-Hua Song, Allan T. Johns, Flexible Alternating Current Transmission Systems (FACTS) IET, 1999 [12] J. Machowski, J. W. Bialek, and J. R. Bumby, Power system dynamics: stability and control. Chichester: Wiley, 2008 [4] Klein, M.; Rogers, G.J.; Kundur, P., A fundamental study of inter-area oscillations in power systems, IEEE Transactions on Power Systems, Volume: 6 Issue: 3, Aug. 1991, Page(s): [5] Klein, M., Rogers G.J., Moorty S., and Kundur, P., Analytical investigation of factors influencing power system stabilizers performance, IEEE Transactions on Energy Conversion, Volume: 7 Issue: 3, Sept. 1992, Page(s): [6] G. T. Tse and S. K. Tso, "Refinement of Conventional PSS Design in Multimachine System by Modal Analysis," IEEE Trans. PWRS, Vol. 8, No. 2, 1993, pp [7] Y.Y. Hsu and C.Y. Hsu, Design of a Proportional-Integral Power System Stabilizer, IEEE Trans. PWRS, Vol. 1, No. 2, pp , 1986

Multi Machine PSS Design by using Meta Heuristic Optimization Techniques

Multi Machine PSS Design by using Meta Heuristic Optimization Techniques Journal of Novel Applied Sciences Available online at www.jnasci.org 23 JNAS Journal-23-2-9/4-46 ISSN 2322-549 23 JNAS Multi Machine PSS Design by using Meta Heuristic Optimization Techniques Mostafa Abdollahi

More information

Optimal PSS Tuning by using Artificial Bee Colony

Optimal PSS Tuning by using Artificial Bee Colony Journal of Novel Applied Sciences Available online at www.jnasci.org 2013 JNAS Journal-2013-2-10/534-540 ISSN 2322-5149 2013 JNAS Optimal PSS Tuning by using Artificial Bee Colony Mostafa Abdollahi *,

More information

Comparison between Genetic and Fuzzy Stabilizer and their effect on Single-Machine Power System

Comparison between Genetic and Fuzzy Stabilizer and their effect on Single-Machine Power System J. Basic. Appl. Sci. Res., 1(11)214-221, 211 211, TextRoad Publication ISSN 29-434 Journal of Basic and Applied Scientific Research www.textroad.com Comparison between Genetic and Fuzzy Stabilizer and

More information

Modelling of Fuzzy Generic Power System Stabilizer for SMIB System

Modelling of Fuzzy Generic Power System Stabilizer for SMIB System Modelling of Fuzzy Generic Power System Stabilizer for SMIB System D.Jasmitha 1, Dr.R.Vijayasanthi 2 PG Student, Dept. of EEE, Andhra University (A), Visakhapatnam, India 1 Assistant Professor, Dept. of

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

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 MODE DECOUPLING FOR VOLTAGE CONTROL OF WIND-DRIVEN IG SYSTEM

DESIGN OF A MODE DECOUPLING FOR VOLTAGE CONTROL OF WIND-DRIVEN IG SYSTEM IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 5 (Nov. - Dec. 2013), PP 41-45 DESIGN OF A MODE DECOUPLING FOR VOLTAGE CONTROL OF

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

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

A Review on Power System Stabilizers

A Review on Power System Stabilizers A Review on Power System Stabilizers Kumar Kartikeya 1, Manish Kumar Singh 2 M. Tech Student, Department of Electrical Engineering, Babu Banarasi Das University, Lucknow, India 1 Assistant Professor, Department

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

Development of Real time controller of a Single Machine Infinite Bus system with PSS

Development of Real time controller of a Single Machine Infinite Bus system with PSS Development of Real time controller of a Single Machine Infinite Bus system with PSS Mrs.Ami T.Patel 1, Mr.Hardik A.Shah 2 Prof.S. K.Shah 3 1 Research Scholar, Electrical Engineering Department: FTE,M.S.University

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

The Power System Stabilizer (PSS) Types And Its Models

The Power System Stabilizer (PSS) Types And Its Models The Power System Stabilizer (PSS) Types And Its Models Saeed Shakerinia Department of Electrical Engineering, Borujerd Branch, Islamic Azad university, borujerd,iran Shakeriniasaeed@yahoo.com Abstract

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

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

Energy-Based Damping Evaluation for Exciter Control in Power Systems

Energy-Based Damping Evaluation for Exciter Control in Power Systems Energy-Based Damping Evaluation for Exciter Control in Power Systems Luoyang Fang 1, Dongliang Duan 2, Liuqing Yang 1 1 Department of Electrical & Computer Engineering Colorado State University, Fort Collins,

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

P Shrikant Rao and Indraneel Sen

P Shrikant Rao and Indraneel Sen A QFT Based Robust SVC Controller For Improving The Dynamic Stability Of Power Systems.. P Shrikant Rao and Indraneel Sen ' Abstract A novel design technique for an SVC based Power System Damping 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

B.Tech Academic Projects EEE (Simulation)

B.Tech Academic Projects EEE (Simulation) B.Tech Academic Projects EEE (Simulation) Head office: 2 nd floor, Solitaire plaza, beside Image Hospital, Ameerpet Ameerpet : 040-44433434, email id : info@kresttechnology.com Dilsukhnagar : 9000404181,

More information

Comparison of Fuzzy Logic Based and Conventional Power System Stabilizer for Damping of Power System Oscillations

Comparison of Fuzzy Logic Based and Conventional Power System Stabilizer for Damping of Power System Oscillations Comparison of Fuzzy Logic Based and Conventional Power System Stabilizer for Damping of Power System Oscillations K. Prasertwong, and N. Mithulananthan Abstract This paper presents some interesting simulation

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

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume 3, Issue 1, January- June (2012), pp. 226-234 IAEME: www.iaeme.com/ijeet.html Journal

More information

EXPERIMENTAL INVESTIGATION OF THE ROLE OF STABILIZERS IN THE ENHANCEMENT OF AUTOMATIC VOLTAGE REGULATORS PERFORMANCE

EXPERIMENTAL INVESTIGATION OF THE ROLE OF STABILIZERS IN THE ENHANCEMENT OF AUTOMATIC VOLTAGE REGULATORS PERFORMANCE Engineering Journal of Qatar University, Vol. 4, 1991, p. 91-102. EXPERIMENTAL INVESTIGATION OF THE ROLE OF STABILIZERS IN THE ENHANCEMENT OF AUTOMATIC VOLTAGE REGULATORS PERFORMANCE K. I. Saleh* and M.

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

ROBUST POWER SYSTEM STABILIZER TUNING BASED ON MULTIOBJECTIVE DESIGN USING HIERARCHICAL AND PARALLEL MICRO GENETIC ALGORITHM

ROBUST POWER SYSTEM STABILIZER TUNING BASED ON MULTIOBJECTIVE DESIGN USING HIERARCHICAL AND PARALLEL MICRO GENETIC ALGORITHM ROBUST POWER SYSTEM STABILIZER TUNING BASED ON MULTIOBJECTIVE DESIGN USING HIERARCHICAL AND PARALLEL MICRO GENETIC ALGORITHM Komsan Hongesombut, Sanchai Dechanupaprittha, Yasunori Mitani, and Issarachai

More information

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE

TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE TRANSIENT STABILITY ENHANCEMENT OF POWER SYSTEM USING INTELLIGENT TECHNIQUE K.Satyanarayana 1, Saheb Hussain MD 2, B.K.V.Prasad 3 1 Ph.D Scholar, EEE Department, Vignan University (A.P), India, ksatya.eee@gmail.com

More information

Fuzzy PID Controller Enhancement of Power System using TCSC

Fuzzy PID Controller Enhancement of Power System using TCSC Fuzzy PID Controller Enhancement of Power System using TCSC O.Srivani 1, B.Bhargava reddy 2 1 M.Tech STUDENT, DEPT. OF EEE BITS 2 ASSOCIATE PROFESSOR, HOD, DEPT. OF EEE BITS Abstract This project presents

More information

Transient Stability Improvement Of IEEE 9 Bus System With Shunt FACTS Device STATCOM

Transient Stability Improvement Of IEEE 9 Bus System With Shunt FACTS Device STATCOM Transient Stability Improvement Of IEEE 9 Bus System With Shunt FACTS Device STATCOM P.P. Panchbhai 1, P.S.Vaidya 2 1Pratiksha P Panchbhai, Dept. of Electrical Engineering, G H Raisoni College of Engineering

More information

Performance of Buck-Boost Converter with Induction Motor Drive

Performance of Buck-Boost Converter with Induction Motor Drive Performance of Buck-Boost Converter with Induction Motor Drive Rohinika K.Rode M.Tech Student, Department of Electrical Engineering, Ballarpur Institute of Technology, Ballarshah. Abstract: This paper

More information

ANALYTICAL AND SIMULATION RESULTS

ANALYTICAL AND SIMULATION RESULTS 6 ANALYTICAL AND SIMULATION RESULTS 6.1 Small-Signal Response Without Supplementary Control As discussed in Section 5.6, the complete A-matrix equations containing all of the singlegenerator terms and

More information

Enhancement of Voltage Stability & reactive Power Control of Distribution System Using Facts Devices

Enhancement of Voltage Stability & reactive Power Control of Distribution System Using Facts Devices Enhancement of Voltage Stability & reactive Power Control of Distribution System Using Facts Devices Aarti Rai Electrical & Electronics Engineering, Chhattisgarh Swami Vivekananda Technical University,

More information

Power System Stability and Optimization Techniques: An Overview

Power System Stability and Optimization Techniques: An Overview RESEARCH ARTICLE OPEN ACCESS Power System Stability and Optimization Techniques: An Overview Monika 1, Balwinder Singh 2, Rintu Khanna 3 1 Research Scholar, PEC University of Technology,Chandigarh, goelmonika545@gmail.com

More information

DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM USING NEURO-FUZZY ALGORITHM

DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM USING NEURO-FUZZY ALGORITHM DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM 55 Jurnal Teknologi, 35(D) Dis. 2001: 55 64 Universiti Teknologi Malaysia DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM

More information

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

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

More information

ISSUES OF SYSTEM AND CONTROL INTERACTIONS IN ELECTRIC POWER SYSTEMS

ISSUES OF SYSTEM AND CONTROL INTERACTIONS IN ELECTRIC POWER SYSTEMS ISSUES OF SYSTEM AND CONTROL INTERACTIONS IN ELECTRIC POWER SYSTEMS INDO-US Workshop October 2009, I.I.T. Kanpur INTRODUCTION Electric Power Systems are very large, spread over a wide geographical area

More information

Comparative Analysis Between Fuzzy and PID Control for Load Frequency Controlled Power

Comparative Analysis Between Fuzzy and PID Control for Load Frequency Controlled Power This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at https://www.ij arbest.com Comparative Analysis Between Fuzzy and PID Control for Load Frequency

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

Dynamic stability of power systems

Dynamic stability of power systems Dynamic stability of power systems Dr Rafael Segundo Research Associate Zurich University of Applied Science segu@zhaw.ch SCCER School- Shaping the Energy Transition Engelberg, 20 October 2017 Agenda Fundamentals

More information

Design of FACTS Device For The Improvement of Power System Stability using Mathematical Matching Controller

Design of FACTS Device For The Improvement of Power System Stability using Mathematical Matching Controller IOSR Journal of Electrical and Electronics Engineering (IOSRJEEE) ISSN: 2278-1676 Volume 1, Issue 3 (July-Aug. 2012), PP 07-11 Design of FACTS Device For The Improvement of Power System Stability using

More information

A Study on Power System Stability of SMIB System

A Study on Power System Stability of SMIB System A Study on Power System Stability of SMIB System Swapna Dewangan M. Tech. Scholar In Power Electronics Electronics & Telecommunication Engineering Raipur Institute of Technology, Raipur (India) swapnadewangan.sd@gmail.com

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

Real-Coded Genetic Algorithm for Robust Design of UPFC Supplementary Damping Controller

Real-Coded Genetic Algorithm for Robust Design of UPFC Supplementary Damping Controller Real-Coded Genetic Algorithm for Robust Design of UPFC Supplementary Damping Controller S. C. Swain, S. Mohapatra, S. Panda & S. R. Nayak Abstract - In this paper is used in Designing UPFC based supplementary

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

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

IMPROVING POWER SYSTEM STABILITY USING REAL-CODED GENETIC ALGORITHM BASED PI CONTROLLER FOR STATCOM

IMPROVING POWER SYSTEM STABILITY USING REAL-CODED GENETIC ALGORITHM BASED PI CONTROLLER FOR STATCOM IMPROVING POWER SYSTEM STABILITY USING REAL-CODED GENETIC ALGORITHM BASED PI CONTROLLER FOR STATCOM SANGRAM KESHORI MOHAPATRA 1 & KUMARESH ROUT 2 1 Dept. of Electrical Engineering, C V Raman College of

More information

Comparison and Performance Analysis of FACTs Controller in System Stability

Comparison and Performance Analysis of FACTs Controller in System Stability Circuits and Systems, 2016, 7, 2948-2958 Published Online August 2016 in SciRes. http://www.scirp.org/journal/cs http://dx.doi.org/10.4236/cs.2016.710253 Comparison and Performance Analysis of FACTs Controller

More information

DYNAMIC MODELING AND SIMULATION OF THE SYNCHRONOUS GENERATOR

DYNAMIC MODELING AND SIMULATION OF THE SYNCHRONOUS GENERATOR DYNAMIC MODELING AND SIMULATION OF THE SYNCHRONOUS GENERATOR Sugiarto Electrical Engineering Department Sekolah Tinggi Teknologi Nasional Yogyakarta, Indonesia sugiarto.kadiman@gmail.com Abstract In this

More information

Comparison of FACTS Devices for Power System Stability Enhancement

Comparison of FACTS Devices for Power System Stability Enhancement Comparison of FACTS Devices for Power System Stability Enhancement D. Murali Research Scholar in EEE Dept., Government College of Engineering, Bargur-635 104, Tamilnadu, India. Dr. M. Rajaram Professor

More information

A Real-Time Platform for Teaching Power System Control Design

A Real-Time Platform for Teaching Power System Control Design A Real-Time Platform for Teaching Power System Control Design G. Jackson, U.D. Annakkage, A. M. Gole, D. Lowe, and M.P. McShane Abstract This paper describes the development of a real-time digital simulation

More information

Technology, Coimbatore , Tamilnadu, India.

Technology, Coimbatore , Tamilnadu, India. Research Paper PERFORMANCE ANALYSIS OF PERMANENT MAGNET SYNCHRONOUS MOTOR USING HYBRID OPTIMIZATION ALGORITHM Dr. S. Viayabaskar 1, Dr.T.Manigandan 2 Address for Correspondence 1 Professor, Department

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

ELEMENTS OF FACTS CONTROLLERS

ELEMENTS OF FACTS CONTROLLERS 1 ELEMENTS OF FACTS CONTROLLERS Rajiv K. Varma Associate Professor Hydro One Chair in Power Systems Engineering University of Western Ontario London, ON, CANADA rkvarma@uwo.ca POWER SYSTEMS - Where are

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

Interline Power Flow Controller For Damping Low Frequency Oscillations By Comparing PID Controller Andcontroller Using Genetic Algorithm

Interline Power Flow Controller For Damping Low Frequency Oscillations By Comparing PID Controller Andcontroller Using Genetic Algorithm Interline Power Flow Controller For Damping Low Frequency Oscillations By Comparing PID Controller Andcontroller Using Genetic Algorithm Anubha Prajapati M Tech (LNCT Bhopal-MP) Kanchan Chaturvedi Assistant

More information

New Direct Torque Control of DFIG under Balanced and Unbalanced Grid Voltage

New Direct Torque Control of DFIG under Balanced and Unbalanced Grid Voltage 1 New Direct Torque Control of DFIG under Balanced and Unbalanced Grid Voltage B. B. Pimple, V. Y. Vekhande and B. G. Fernandes Department of Electrical Engineering, Indian Institute of Technology Bombay,

More information

Power System Stability Enhancement Using Static Synchronous Series Compensator (SSSC)

Power System Stability Enhancement Using Static Synchronous Series Compensator (SSSC) Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2530-2536 ISSN: 2249-6645 Power System Stability Enhancement Using Static Synchronous Series Compensator (SSSC) B. M. Naveen Kumar Reddy 1, Mr. G. V. Rajashekar 2,

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control Spring 2014 Instructor: Kai Sun 1 References Saadat s Chapters 12.6 ~12.7 Kundur s Sections

More information

Decentralized Model Predictive Load Frequency Control of deregulated power systems in tough situations

Decentralized Model Predictive Load Frequency Control of deregulated power systems in tough situations University of Kurdistan Dept. of Electrical and Computer Engineering Smart/Micro Grid Research Center smgrc.uok.ac.ir Decentralized Model Predictive Load Frequency Control of deregulated power systems

More information

Multi-objective Optimal Design of PSS in Multi-machine System by Using MSFLA

Multi-objective Optimal Design of PSS in Multi-machine System by Using MSFLA International Journal of Science, Engineering and Technology Research (IJSETR), Volume 3, Issue 8, August 4 Multi-objective Optimal Design of PSS in Multi-machine System by Using Majid Alizadeh Moghadam

More information

Investigations of Fuzzy Logic Controller for Sensorless Switched Reluctance Motor Drive

Investigations of Fuzzy Logic Controller for Sensorless Switched Reluctance Motor Drive IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 1 Ver. I (Jan Feb. 2016), PP 30-35 www.iosrjournals.org Investigations of Fuzzy

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 4, April -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Damping

More information

Dynamic Simulation of the Generalized Unified Power Flow Controller in Multi-Machine Power Systems

Dynamic Simulation of the Generalized Unified Power Flow Controller in Multi-Machine Power Systems International Journal of Electrical & Computer Sciences IJECS-IJENS Vol: No: 3 75 Dynamic Simulation of the Generalized Unified Power Flow Controller in Multi-Machine Power Systems Rakhmad Syafutra Lubis,

More information

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

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

More information

PERFORMANCE COMPARISON OF POWER SYSTEM STABILIZER WITH AND WITHOUT FACTS DEVICE

PERFORMANCE COMPARISON OF POWER SYSTEM STABILIZER WITH AND WITHOUT FACTS DEVICE PERFORMANCE COMPARISON OF POWER SYSTEM STABILIZER WITH AND WITHOUT FACTS DEVICE Amit Kumar Vidyarthi 1, Subrahmanyam Tanala 2, Ashish Dhar Diwan 1 1 M.Tech Scholar, 2 Asst. Prof. Dept. of Electrical Engg.,

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

The Eect of an Interline Power Flow Controller (IPFC) on Damping Inter-area Oscillations in Interconnected Power Systems

The Eect of an Interline Power Flow Controller (IPFC) on Damping Inter-area Oscillations in Interconnected Power Systems Scientia Iranica, Vol. 15, No., pp 11{1 c Sharif University of Technology, April 8 Research Note The Eect of an Interline Power Flow Controller (IPFC) on Damping Inter-area Oscillations in Interconnected

More information

Transient Stability Analysis of Multimachine System Using Statcom

Transient Stability Analysis of Multimachine System Using Statcom IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 5(May. 2013), V3 PP 39-45 Transient Stability Analysis of Multimachine System Using Statcom Sujith. S, T.Nandagopal

More information

Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter Based UPFC with ANN

Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter Based UPFC with ANN IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 04, 2015 ISSN (online): 2321-0613 Transient Stability Improvement of Multi Machine Power Systems using Matrix Converter

More information

Voltage Control and Power System Stability Enhancement using UPFC

Voltage Control and Power System Stability Enhancement using UPFC International Conference on Renewable Energies and Power Quality (ICREPQ 14) Cordoba (Spain), 8 th to 10 th April, 2014 Renewable Energy and Power Quality Journal (RE&PQJ) ISSN 2172-038 X, No.12, April

More information

Optimal tuning of power system stabilizer using genetic algorithm to improve power system stability

Optimal tuning of power system stabilizer using genetic algorithm to improve power system stability Optimal tuning of power system stabilizer using genetic algorithm to improve power system stability Salma KESKES, Nouha BOUCHIBA 2, Souhir SALLEM 3, Larbi CHRIFI-ALAOUI 4, M.B.A KAMMOUN 5 Research unit

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

Parameter tuning and experimental results of power system stabilizer

Parameter tuning and experimental results of power system stabilizer Louisiana State University LSU Digital Commons LSU Master's Theses Graduate School 2011 Parameter tuning and experimental results of power system stabilizer Bixiang Tang Louisiana State University and

More information

Improvement of Dynamic Stability of a Single Machine Infinite-Bus Power System using Fuzzy Logic based Power System Stabilizer

Improvement of Dynamic Stability of a Single Machine Infinite-Bus Power System using Fuzzy Logic based Power System Stabilizer International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 4, Issue 5 (October 2012), PP. 60-70 Improvement of Dynamic Stability of a Single

More information

Transient Stability Enhancement with Application of FACTS Devices

Transient Stability Enhancement with Application of FACTS Devices Transient Stability Enhancement with Application of FACTS Devices Joel.R. Sutter, Jomo Kenyatta University of Agriculture and Technology, P.O Box 62000-00200, Nairobi, Kenya E-mail: joelruttosutter@gmail.com

More information

Sequential Tuning of Power System Stabilizers for Improving the Small Signal Stability in Multi-machine Power Systems

Sequential Tuning of Power System Stabilizers for Improving the Small Signal Stability in Multi-machine Power Systems , October 24-26, 2012, San Francisco, USA Sequential Tuning of Power System Stabilizers for Improving the Small Signal Stability in Multi-machine Power Systems A.Mahabuba, Member, IAENG and M.Abdullah

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

LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS

LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS Giuseppe Di Marzio NTNU giuseppe.di.marzio@elkraft.ntnu.no Olav B. Fosso NTNU olav.fosso@elkraft.ntnu.no Kjetil Uhlen SINTEF

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

Position Control of DC Motor by Compensating Strategies

Position Control of DC Motor by Compensating Strategies Position Control of DC Motor by Compensating Strategies S Prem Kumar 1 J V Pavan Chand 1 B Pangedaiah 1 1. Assistant professor of Laki Reddy Balireddy College Of Engineering, Mylavaram Abstract - As the

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 Unified Power Flow Controller in Interconnected Power Systems Modeling, Interface, Control Strategy, and Case Study

Application of Unified Power Flow Controller in Interconnected Power Systems Modeling, Interface, Control Strategy, and Case Study IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 15, NO. 2, MAY 2000 817 Application of Unified Power Flow Controller in Interconnected Power Systems Modeling, Interface, Control Strategy, and Case Study Zhengyu

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

Chapter 10: Compensation of Power Transmission Systems

Chapter 10: Compensation of Power Transmission Systems Chapter 10: Compensation of Power Transmission Systems Introduction The two major problems that the modern power systems are facing are voltage and angle stabilities. There are various approaches to overcome

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

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

Application of SSSC-Damping Controller for Power System Stability Enhancement

Application of SSSC-Damping Controller for Power System Stability Enhancement Kalpa Publications in Engineering Volume 1, 2017, Pages 123 133 ICRISET2017. International Conference on Research and Innovations in Science, Engineering &Technology. Selected Papers in Engineering Application

More information

IJSER. Rajasthan power system power map is placed in Fig-1. Fig-1: Rajasthan Power System

IJSER. Rajasthan power system power map is placed in Fig-1. Fig-1: Rajasthan Power System International Journal of Scientific & Engineering Research, Volume 5, Issue 10, October-2014 789 Increase of Transient Stability of Thermal Power Plant with Power System Stabilizer Mr. Pooran Singh Shekhawat

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

PV CURVE APPROACH FOR VOLTAGE STABILITY ANALYSIS

PV CURVE APPROACH FOR VOLTAGE STABILITY ANALYSIS 373 PV CURVE APPROACH FOR VOLTAGE STABILITY ANALYSIS 1 Neha Parsai, 2 Prof. Alka Thakur 1 M. Tech. Student, 2 Assist. Professor, Department of Electrical Engineering SSSIST Shore, M.P. India ABSTRACT Voltage

More information

Comparison of Different Performance Index Factor for ABC-PID Controller

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

More information

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

Chaotic speed synchronization control of multiple induction motors using stator flux regulation. IEEE Transactions on Magnetics. Copyright IEEE.

Chaotic speed synchronization control of multiple induction motors using stator flux regulation. IEEE Transactions on Magnetics. Copyright IEEE. Title Chaotic speed synchronization control of multiple induction motors using stator flux regulation Author(s) ZHANG, Z; Chau, KT; Wang, Z Citation IEEE Transactions on Magnetics, 2012, v. 48 n. 11, p.

More information

Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller

Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2492-2497 ISSN: 2249-6645 Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller Praveen Kumar 1, Anurag Singh Tomer 2 1 (ME Scholar, Department of Electrical

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

ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER

ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER Archana G C 1 and Reema N 2 1 PG Student [Electrical Machines], Department of EEE, Sree Buddha College

More information

Er.JASPREET SINGH Er.SATNAM SINGH MATHARU Punjab technical university Dept. of Electrical Engg Jalandhar CTIEMT Jalandhar

Er.JASPREET SINGH Er.SATNAM SINGH MATHARU Punjab technical university Dept. of Electrical Engg Jalandhar CTIEMT Jalandhar International Journal of Scientific & Engineering Research, Volume, Issue, January- ISSN - POWER SYSTEM STABILITY IMPROVEMENT BY FACT DEVICES Er.JASPREET SINGH Punjab technical university Jalandhar Jaspreet@gmail.com

More information

Implementation of PSS and STATCOM Controllers for Power System Stability Enhancement

Implementation of PSS and STATCOM Controllers for Power System Stability Enhancement International Journal of Engineering Research and Development e-issn: 78-67X, p-issn: 78-8X, www.ijerd.com Volume 9, Issue 7 (January 4), PP. -8 Implementation of PSS and STATCOM Controllers for Power

More information