AN ABSTRACT OF THE THESIS OF

Size: px
Start display at page:

Download "AN ABSTRACT OF THE THESIS OF"

Transcription

1

2 AN ABSTRACT OF THE THESIS OF Kelly Tray for the degree of Master of Science in Electrical and Computer Engineering presented on June 6, Title: Dynamic Composite Load Signature Detection and Classification using Supervised Learning over Disturbance Data Abstract approved: Ted K.A. Brekken Load modeling that can accurately represent the dynamic behavior of generators and loads is important in the operation and planning of transmission and distribution systems. Yet, it is a complex subject in power system research communities and electric utilities. The composition of the end-use loads is changing continually based on climate zone, season, and time. The WECC composite load model has been developed recently to better represent Fault Induced Delayed Voltage Recovery (FIDVR) events, which is caused by air-conditioning stalling phenomena. The approach is based on using the information of the load class at the substation level and composition of air-conditioning, induction machines, power electronics, and static loads associated with the load class. Therefore, it is important to be able to identify and classify the load class. This can be accomplished by using machine learning based signature detection since each load class has a unique signature response due to a particular disturbance in the system. The objective of this project is to implement a supervised learning, Artificial Neural Network (ANN), algorithm to detect and classify the composite load signatures in terms

3 of residential, commercial, agriculture, and mixed load class. Furthermore, the process of creating WECC composite load model data, using the Load Model Data Tool (LMDT), to be used in time-domain dynamic simulation (PSS/E) is demonstrated. The One-Area Reliability Test System is used for the purpose of demonstration and validation of our proposed methodology. In term of classification accuracy, the classifier gives about 87 percent using standardization for data normalization and Principle Component Analysis (PCA) for feature reduction.

4 c Copyright by Kelly Tray June 6, 2017 All Rights Reserved

5 Dynamic Composite Load Signature Detection and Classification using Supervised Learning over Disturbance Data by Kelly Tray A THESIS submitted to Oregon State University in partial fulfillment of the requirements for the degree of Master of Science Presented June 6, 2017 Commencement June 2017

6 Master of Science thesis of Kelly Tray presented on June 6, APPROVED: Major Professor, representing Electrical and Computer Engineering Director of the School of Electrical Engineering and Computer Science Dean of the Graduate School I understand that my thesis will become part of the permanent collection of Oregon State University libraries. My signature below authorizes release of my thesis to any reader upon request. Kelly Tray, Author

7 ACKNOWLEDGEMENTS I would like to express my sincere appreciation to a number of people who have helped and supported me during these past two years in Graduate School. First and foremost, I would like to express my sincere gratitude to my major advisor, Dr. Ted K.A. Brekken, for providing me the tremendous opportunity to be part of the energy system group. Also, I would like to thank him for his unconditional belief in me, his patience and kind guidance to make this research successful. His passion, technical expertise, and optimistic personality are always inspiring. I also would like to thank Dr. Eduardo Cottilla-Sanchez, Dr. Julia Zhang, and Dr. Annet von Jouanne for their inspirational teaching, continued supporting, and belief in me since undergraduate school. I really appreciate the time and effort they have taken to answer my questions and to give me advice. I also would like to express my appreciation to Dr. Yun-Shik Lee for taking time to serve as my GCR. Also, I would like to thank my fellow graduate students in energy systems for their friendship, help, and support. It has been a great privilege to work with and learn from all of them. Lastly, I would like to convey special thank you to my wonderfully supportive parents, brothers, and fiance who always believe in me and continue encourage me both inside and outside academia. More importantly, I would like to thank my better half, Alex Dziggel, for his unconditional love, constant motivation, and continual encouragement over the course of my study and research.

8 TABLE OF CONTENTS Page 1 Introduction Research Motivation Research Contribution Organization of this Thesis Background Fundamentals of Machine Learning Techniques Power System Model Data Composite Load Model Overview Structure Methodology Composite Load Model Development Composite Load Model Data Acquisition Load Model Data Tool Time-Domain Dynamic Simulation Setup Dynamic Power System Models Case Scenarios Automated Disturbance Data Collection Python based PSS/E Automation Python based Data Collection Detection and Classification Algorithms Multi-Layer Perceptron Theoretical Framework Load Signature Classification using Multi-Layer Perceptron Results and Discussion Dynamic Simulation Results Classification Results Conclusion and Future Work 50 Bibliography 50

9 TABLE OF CONTENTS (Continued) Page Appendices 54 A Default WECC Composite Load Model Data B Load Model Creation Process using LMDT 1.0 for PSS/E Dynamic Record 61 C Time-Domain Dynamic Simulation

10 LIST OF FIGURES Figure Page 2.1 A complete dynamic power system dataset The observed voltage recovery in Southern California, Simulation result using air-conditioning model data and a static model Simulation result using the existing composite load model, which consists of 20 percent of induction motor and 80 percent static load Composite Load Model Structure Equivalent circuit for three-phase induction motor model Methodology Structure LID Region WECC Climate Area Feeder types Load profile for residential load class at 4 PM peak load in the Northwest Valley climate zone Load fraction for residential load class at 4 PM peak load in the Northwest Valley climate zone Load profiles for agricultural load class at 4 PM peak load in the Northwest Valley climate zone Load fraction for agricultural load class at 4 PM peak load in the Northwest Valley climate zone Load Model Data Tool Bus Power System - IEEE One-Area RTS Single-line-ground and line-to-line fault locations Automation scheme for dynamic simulation Automated data collection. This automated scheme writes the output files generated from the dynamic simulation to a CSV file

11 LIST OF FIGURES (Continued) Figure Page 3.14 Single-layer neural network structure The gradient-based learning machine Multi-layer Perceptron Neural Network Structure Voltage signatures measured at Bus2 for single-line-to-ground fault at Bus Voltage signatures measured at Bus15 for single-line-to-ground fault at Bus Power signatures measured at Bus2 for single-line-to-ground fault at Bus Power signatures measured at Bus15 for single-line-to-ground fault at Bus Frequency signatures measured at Bus2 for single-line-to-ground fault at Bus Frequency signatures measured at Bus15 for single-line-to-ground fault at Bus Voltage signatures measured at Bus2 for line-to-line fault on the transmission line connected between Bus2 and Bus Voltage signatures measured at Bus15 for line-to-line fault on the transmission line connected between Bus2 and Bus Real power signatures measured at Bus2 for line-to-line fault on the transmission line connected between Bus2 and Bus Real power signatures measured at Bus15 for line-to-line fault on the transmission line connected between Bus2 and Bus Frequency signatures measured at Bus2 for line-to-line fault on the transmission line connected between Bus2 and Bus Frequency signatures measured at Bus15 for line-to-line fault on the transmission line connected between Bus2 and Bus A close-up of the voltage recovery (voltage signatures) due to line-to-line fault on the transmission line connected between Bus2 and Bus

12 Figure LIST OF FIGURES (Continued) Page 4.14 Normalized confusion matrix for all four load classes. The overall classification accuracy is if both standardization and PCA techniques are using for data preprocessing Normalized confusion matrix for all four load classes. The overall classification accuracy is if both scaling (0-1) and PCA techniques are using for data preprocessing Normalized confusion matrix for all four load classes. The overall classification accuracy is if only standardization technique is using for data preprocessing Normalized confusion matrix for all four load classes. The overall classification accuracy is if only scaling (0-1) technique is using for data preprocessing Normalized confusion matrix for all four load classes. The overall classification accuracy is if 80% of raw data is used for training and 20% of raw data is used for testing

13 LIST OF TABLES Table Page 3.1 Load composition data for Northwest Valley climate zone Load composition data for Northwest Valley MLP Classification Accuracy

14 Chapter 1: Introduction 1.1 Research Motivation The mission of power systems is to have sufficient and uninterruptible power. However, interruptions in power system operations are not always avoidable. In order to achieve better operating efficiency and avoid service interruptions, the utilities find it increasingly necessary to better monitoring, analysis, and control of their power grids [1]. There has been a lot of research and development in load modeling, energy management, as well as the deployment of intelligent electronic devices such as Phasor Measurement Units (PMUs), Supervisory Control And Data Acquisition (SCADA), and smart meters for real-time monitoring of the systems. While those technologies are important, obtaining accurate information of the load classes at the substation level is also important for grid planning, load modeling, and energy management in power systems. The grid planner needs detailed information for the load class in order to determine the composite load model data appropriately. The load modeling developer needs to estimate the load composition based on the load class for implementing a more detailed dynamic load model. For the energy management system, on the other hand, having up-to-date load information can help for more effective load management strategies to alleviate the system at peak demand. The conventional methods used to determine the load class information are energy consumption surveys, smart meter data, or consumer billing data for clustering the load classes [2 4]. However, obtaining billing data or energy consumption data is a time-

15 2 consuming process and requires human-written programs. Additionally, installing smart meters at every customer site to ensure observability of the distribution system is not technically or economically possible [1, 3]. The current deployment of synchrophasor technology, by installing PMUs at the substations, provides adequate and nearly realtime measurements of the power grid. This measurement data is called synchrophasor data. Thanks to PMUs, the load classification is more feasible within an acceptable level of accuracy without measuring real-power consumption from all meters. Utilizing synchrophasor data for load classification can provide up-to-date load class information and can give more accurate data for load modeling purposes. Moreover, the load class mix data also varies from substation to substation and is dependent on weather and time. It is necessary to often determine and update the load class mix data for each substation of the system. A new composite load model has been developed by the Western Electricity Coordinate Council (WECC) Modeling and Validation Work Group (MVWG) that include data for 12 climates zones in the WECC area, five seasons, four types of substations, and 24 operating hours. Also, it has been recognized that the new composite load model can better represent fault-induced delayed voltage recovery (FIDVR) phenomena, of which, air-conditioning stalling is a major factor. This helps to make power system simulation one-step closer to reality. In recent years, the advancement of simulation tools such as General Electric s PSLF, Siemen s PTI PSS/E, and PowerWorld Simulator, have implemented the WECC composite load model to better represent FIDVR events. Because of this, the synthesis of dynamic load signatures can be generated using prior information of the model parameters obtained from the WECC composite load model spreadsheet. This allows us to create a large amount of dynamic load signatures corresponding to residential, commercial, agricultural, or mixed load classes.

16 3 Machine learning has been well-known as a promising tool for pattern recognition and classification in many applications, including face detection, speech recognition, image classification, and power quality events detection. With the complexity of the dynamic changing of the load composition and the emergence of artificial intelligence in power systems, there is a need of automated load monitoring to classify the load classes as well as to estimate the load composition of each load class for improving load modeling and energy management. 1.2 Research Contribution The key contribution of this research includes: 1) To demonstrate automated disturbance data creation and collection using the latest composite load model developed by WECC. 2) Introduce a new automated solution to determine the load classes by leveraging synchrophasor data and machine learning techniques. 1.3 Organization of this Thesis Chapter 2 introduces the fundamentals of machine learning techniques, a summary of power system model data, as well as an overview of the latest dynamic composite load model. Chapter 3 explains the methodologies used for this research work. There are four main sections for this chapter. The first section demonstrates composite load model data development using the production-level tool and the open-source composite load model spreadsheet to create various dynamic records corresponding to the Northwest Valley climate zone for five different seasons with on-peak and off-peak operating hours. The

17 4 second section presents the static and dynamic power system models used for PSS/E simulation and determines the case scenarios for designing the automation scheme. The third section illustrates the automated PSS/E simulation and data collection schemes. Then, the data processing techniques and classification algorithm is presented theoretically and practically in the last section. Chapter 4 presents real-time simulation and classification results as well as the discussion and evaluation over the proposed methodologies. Finally, the main conclusions and suggestions for future work will be given in chapter 5.

18 5 Chapter 2: Background 2.1 Fundamentals of Machine Learning Techniques Machine learning is a subset of artificial intelligence that has been well known and widely used for many applications such as facial recognition, image classification, natural language understanding, robotics, and power quality monitoring. According to Authur Semuel s definition, a machine learning algorithm gives computers the ability to learn without being explicitly programmed [5]. The input to a machine learning algorithm is a set of instances, also known as examples. For this thesis, we will use term examples to refer to the input for simplicity. These examples are the characteristics used for classification. The output of the machine learning is a set of targeted classes, each element in the output vector is called class label. In general, a training data set is composed of a number of features (similar to measurements) and class labels. For example, a given training set may contain n number of examples x i (i = 1, 2,..., n), and each example is a set of {x 1,i, x 2,i,..., x d,i, y i }. d is denoted as dimension number of features (d-dimensional data) and y i represents the class label associated to example i. The training data with known class labels is called labelled data. Otherwise, it is called unlabelled data. [6]. Machine learning techniques are classified into three categories: supervised learning, unsupervised learning, and semi-supervised learning. Supervised learning requires labelled data for the training stage, whereas unsupervised learning can be trained with unlabelled data. Semi-supervised learning requires a small set of labelled data and large

19 6 amount of unlabelled data for training the model. Supervised learning techniques such as Artificial Neural Network (ANN) and Support Vector Machine (SVM) have been widely used for fault detection, classification, and location problems in power systems. Many researchers have been improving the classification task by combining ANN with some techniques such as Wavelet Transformation (WT) and Principle Component Analysis (PCA) for feature reduction [7 9]. Furthermore, ANN has the capability to map complex and highly nonlinear input-output behavior, which makes it more suitable for pattern recognition in power systems [9]. 2.2 Power System Model Data In general, a power system is composed of generation, transmission, and loads. For power system grid studies and planning, these components can be represented by algebraic and differential equations in dynamic simulations. In practice, the grid planning and operating decisions rely on simulations of the dynamic response of the power system [10]. Therefore, it is very important to carefully select the dynamic models that can minimize the margin of error of the simulations. Recently, the power system simulations range from relatively simple and approximate approaches to more advanced time-domain approaches. Also, power system modeling is arguably acceptable for analysis, system operation, planning, and contingency studies, as well as validating new algorithms and approaches. Figure 2.1 illustrates the structure of a completed data set for performing a dynamic simulation. Static data consists of generator, load, and transmission network information. This type of data is available in many of the IEEE standard test systems. The dynamic data, on the other hand, contains generator, exciter, governor, stabilizer, and

20 7 load information. This can change based on testing purposes. Protection data is often associated with the generator and dynamic load model data. Power Flow Data Static Data Line Limits Generator Exciter A Complete Data Set Dynamic Data Governor Stabilizer Load Protection Data Line Protection Generator Protection Load Protection Figure 2.1: A complete dynamic power system dataset.[11] Obtaining a complete set of data for dynamic simulation to evaluate the proposed methodologies is a challenging task. The generator and end-use load data may not be accessible or not available from the utilities. Fortunately, there have been many developments and implementations of standard test systems that are provided by IEEE, textbooks, and universities. The Reliability Test System (RTS-96) is one of the standard test systems that is widely used by several IEEE journals and international journals for

21 8 evaluating and reporting their research results [12]. Thus, we consider using one area of the reliability test system as the benchmark test for our research. The generator models range from the simplest to highly detailed representations of the synchronous machines. All models share certain common features, however, all generator models ultimately present the electric transmission network with a positive sequence source voltage where instantaneous amplitude and phase are known. More details for all the generator models can be found in the PSS/E model library and the program application guideline [13, 14]. Similarly, the load models range from the simplest to a more complex representation of the loads. For the very basic consideration, the load can be represented as constant power, constant current, and/or constant impedance. These are called static loads. The choice of load models for the simulation is dependant on the purpose of the study. For a more detailed study of the dynamic response of the system, a complex load model such CLOD models, induction machine models, or composite load models should be used [13]. 2.3 Composite Load Model Generally, there are two types of load models: static load models and dynamic load models (composite load models). However, the static load model has limited capacity to represent the induction motor transient behavior under disturbance conditions. Therefore, the composite load model is chosen for this research.

22 Overview It has been recognized that load modeling is a very important component in simulation for predicting the dynamic behavior of systems. As a result, there has been an increased amount of research and development in load modeling for more than two decades [15]. Nevertheless, load modeling is still a complex aspect in research communities and electric utilities for two main reasons. Firstly, the load demand changes constantly not only in magnitude, but also in composition, varied by temperature conditions and patterns of human activities. Secondly, load modeling is practically representing the aggregate of large numbers of load components connected at the distribution substation, which consists of the complex distribution components [15]. In today s energy system, there are significant increases in electronic loads such as electronic drives and electric vehicle charging systems. Plus, the incentive of replacing incandescent lighting with fluorescent lights for energy conservation. Decreasing of resistive loads and increasing of electronic loads adds more stress on the system when the voltage declines. Furthermore, the residential and commercial air-conditioners have been recognized as a major impact of fault-induced delayed voltage recovery (FIDVR) events in Florida and Southern California [16, 17]. According to the Western Electricity Coordinating Council (WECC), FIDVR is a phenomenon when the power system voltages remains at substantially reduced levels several seconds after a transmission fault is cleared as shown in Figure 2.2.

23 10 Figure 2.2: The observed voltage recovery in Southern California, [16] Simulation results in Figure 2.3 show that including an air-conditioning model into the composite load can better represent FIDVR events as compared the previous composite load model in Figure 2.4. In order to better model and understand the reliability risks in the event of a FIDVR, a new composite load model has been developed by the WECC Modeling and Validation Work Group (MVWG) that includes data for 12 climates zones in the WECC, five seasons, four types of substations, and 24 operating hours. Moreover, the production-level simulators such as GE PSLF, Siemen PTI PSS/E, Power World Simulator, and PowerTech TSAT have implemented new composite load models which are currently available in the model libraries. The new composite loads have a much more realistic model structure and have been shown to capture a wide range of dynamic load responses observed in reality. The model has been proven to be numerically stable and robust, as thousands of simulation runs have been made with the model to date [10].

24 11 Figure 2.3: Simulation result using air-conditioning model data and a static model [16] Figure 2.4: Simulation result using the previous composite load model, which consists of 20 percent of induction motor and 80 percent static load. [16]

25 Structure Figure 2.5 shows the structure of the WECC composite load model, which consists of two mains features: a) the model that represents the electrical distance between the transmission bus and the end-use components, and b) the model that represents load composition and dynamic characteristic of various electric end-uses. Figure 2.5: Composite Load Model Structure [14]. The WECC composite load model consist of four motors, an electronic load, and a static load. Motor A represents three-phase induction motors with high inertia driving constant torque loads. Those motors represent either small or large commercial cooling systems and refrigeration systems such as the rooftop air-conditioners on the shopping malls, grocery stores, etc. The model data represents 5-15 HP and/or HP for

26 13 small commercial and large commercial cooling systems, respectively. Typically, they trip at 0.65 p.u and they require manual restart when they are tripped. Motor B represents three-phase induction motor with high inertia driving loads whose torque is proportional to speed squared. Those motors are the fans motors in the residential and commercial buildings. Motor C represents three-phase motors with low inertia driving load whose torque is proportional to speed squared. Typically, they represent direct-connected pump motors used in commercial buildings such as water circulating pumps in central cooling systems with 5-25 HP [18]. The default model data uses two-cage representation for three-phase motors. The equivalent circuit for three-phase induction motor model is shown in Figure 2.6 [14]. It is worth considering that these motor models are intended to represent the aggregation of many motors in distribution system where no detailed information on the actual characteristics of the individual motors is known [18]. Figure 2.6: Equivalent circuit for three-phase induction motor model [14].

27 14 Motor D is a special design motor model that represents single-phase compressor motors found in cooling and refrigeration systems for residential and small commercial loads. The single-phase compressor motor protection includes thermal time over-current relay with two trip levels. The electronic model represents power electronics loads such as electric vehicle changing system. The composite load model also includes system and feeder protection, such as under-frequency and under-voltage load shedding. The static load model represents resistive lighting, electronic, and small appliances. The model is represented by the following equations [19]: P = P 0 (P 1c ( V V 0 ) P1e + P 2c ( V V 0 ) P2e + P 3 )(1 + (P frq f)) Q = Q 0 (Q 1c ( V V 0 ) Q1e + Q 2c ( V V 0 ) Q2e + Q 3 )(1 + (Q frq f)) P 0 = P load (1 F ma F mb F mc F md F el ) (2.1) Q 0 = P 0 tan(acos(p F s )) P 3 = 1 P 1c P 2c Q 3 = 1 Q 1c Q 2c Where P 0 and Q 0 are real and reactive power at pre-disturbance conditions. V 0 and V are the operating bus and rated voltage, respectively. And, the paramenter f is the variation of the bus frequency. The description of the remaining parameters can be found in Table 1 in Appendix A.

28 15 Chapter 3: Methodology Figure 3.1 summarizes the development approach for load classification. In machine learning, data collection and data preprocessing are the most challenging and timeconsuming tasks. Furthermore, the accuracy of the classification is heavily dependent on the quality and amount of training data. Once the training data has been scrubbed, it can be used for training any classifier available in Matlab or Python. The Python based machine learning library provided by the scikit-learn software is used for classification in this thesis. The following sections will provide a step-by-step process for building a dynamic signature library as well as providing a data processing methodology for improving classifier performance. The last section will discuss the theoretical framework of multi-layer perceptron and its application for dynamic load signature classification. 3.1 Composite Load Model Development The WECC composite load model data consists of 131 parameters as listed in Table 1 in Appendix A. This data is categorized into the following set: substation and feeder, transmission and distribution transformer, load composition fraction, electronic load, static load, motor type, motor A, motor B, motor C and motor D parameters. The composition of these parameters makes up the composite load model. The Siemens PTI PSS/E implementation of WECC composite load model (CMLDBU1) is used for this study. The following sections provide more details for WECC composite load model data acquisition and instructions for how to use the production-level Load Model Data Tool

29 16 Figure 3.1: Methodology Structure. to generate dynamic model record data in PSS/E format Composite Load Model Data Acquisition The WECC Modeling and Validation Work Group (MVWG) have developed a composite load model that includes data from 12 climate zones in WECC, five seasons, and four types of substations. The data is also diversified for 24 hours. Figures 3.2 and 3.3 show the geography boundaries of the 12 climate zones and the representative city for each climate zone.

30 17 Figure 3.2: LID Region. [10] Figure 3.3: WECC climate Areas. [10] WECC uses the long identifier (LID) load to classify the load type at the substation level. The LID is formatted as such <3 character climate zone> <3 character load class >. For example, the residential load in the Northwest Valley would have LID

31 18 as NWV RES. There are four types of load class mixes (also known as Feeder Type) - Residential (RES), Commercial (COM), Rural and Agricultural (RAG), and Mixed (MIX). Each feeder type is the aggregation of four load classes. Figure 3.4 shows the percentage of each load class made up for each feeder type. Figure 3.4: Feeder types. [10] The composite load model spreadsheet developed by WECC allows the user to create the dynamic composite load data for all 12 climate zone and four different load class mixes by selecting season and the operating hour. The 24-hour load profile and load fraction of motor A, motor B, motor C, motor D, electronic loads, and static loads for residential and agricultural loads in the Northwest Valley climate zone (NWV RES and NWV RAG) are shown in Figure 3.5 to 3.8.

32 19 Figure 3.5: Load profile for residential load class at 4 PM peak load in the Northwest Valley climate zone. Figure 3.6: Load fraction for residential load class at 4 PM peak load in the Northwest Valley climate zone.

33 20 Figure 3.7: Load profiles for agricultural load class at 4 PM peak load in the Northwest Valley climate zone. Figure 3.8: Load fraction for agricultural load class at 4 PM peak load in the Northwest Valley climate zone.

34 21 By specifying the operating hour, the composite load model spreadsheet generates the composite load data to be saved in a CSV format. This file will be needed for the Load Model Data Tool, which will be discussed in the next section. In order to obtain more training data for signature detection and classification task, we chose the maximum peak-load times (9 AM, 4 PM, and 6 PM pacific time zone) and the minimum peak-load times (2 AM and 9 PM in pacific time zone). This allows us to create five dynamic records for each load class. Table 3.1 shows the composite load data for the residential load in hot summer at 6 PM and 2 AM in the Northwest Valley climate zone.

35 Table 3.1: Load composition data for Northwest Valley climate zone. 22

36 Load Model Data Tool The Load Model Data Tool (LMDT) is an open-source licensed tool developed by the Pacific Northwest National Laboratory (PNNL) in collaboration with Bonneville Power Administration (BPA) and WECC MVWG[18]. Figure 3.9 shows the first version of the tool (LMDT 1.0), which was released in It requires machine characteristic, load composition, and power flow data in three separate spreadsheets to generate a dynamic record in GE PSLF or Siemens PTI PSS/E format. The user needs to provide input to LMDT that describes the load composition data. This can be obtained using the WECC composite load model spreadsheet as described in section In addition, the user needs to provide the power flow information and determine the feeder type for each load bus. The induction machine data is available on WECC. After importing all three files, the LMDT reads in the necessary long identifier (LID) information, and the supplemental base case power flow information to generate dynamic records. These dynamic records will be added to the existing dynamic files that contain the dynamic model data for the generators, which will be used in the time-domain simulation.

37 24 Figure 3.9: Load Model Data Tool. [10] 3.2 Time-Domain Dynamic Simulation Setup Dynamic Power System Models The One-Area Reliability Test System (RTS-96) is used for the study. The system has 10 generators and 14 loads that are connected by 34 branches. Three transformers are used to step up the voltage from 138 kv to 230 kv.

38 25 Figure 3.10: IEEE One-Area RTS-96. The following is the description for each model used for the generators in the reliability test system [13]: GENROU - is a round rotor generator model that represents the principle response characteristics of a normal generator, and is used for each generator in the system. IEEEX1 - is an excitation system that uses dc generator as its main exciter. IEEGO - is a linear and general-purpose hydro governor model that is widely used to represent the effect of power plants on power system stability. PSS2A- is used to represent a variety of stabilizers with inputs of power, speed, or frequency.

39 Case Scenarios The composite load is connected at bus 2. At time 2 seconds, a single-line-to-ground fault is applied at the bus connected to the composite load bus for 15 cycles, which is about 0.25 seconds. At time 2.25 seconds the fault is cleared. The simulation ends at a final time of 20 seconds. This time window is chosen to allow sufficient collection of measurement data since the default value of air conditioner restart time parameter (Tth) is set to 15. This means the voltage recovery will take up to 15 seconds. This process is repeated for all buses connected to the composite load bus and for dynamic records created in section Additionally, all of these processes are repeated for a line-to-line fault. Figure 3.11 highlights the locations where faults are applied. For dynamic signatures, we only consider the bus voltage, bus frequency, and bus real power measurements because a majority of the power quality disturbances are found in voltage waveform and current waveform [20]. Moreover, according to M. Biswal [21], the frequency and voltage data have the strongest disturbance signals for event diagnosis using synchrophasor data. To make data collection similar to real-world measurements using Phasor Measurement Units (PMUs) in power systems, this dynamic signature data is measured at the composite load bus (Bus2) and at the 230-kV level bus (Bus15) The user has the option to select the number of new initial conditions to create based on the given base case (power flow network). Afterword, the automation performs dynamic simulations for all the dynamic files (e.g 100 dynamic files are created) using the composite load model spreadsheet by varying the seasons and the time of day. For the purpose of this study, the automation uses the original power flow system to create two new base cases by randomly increasing or decreasing the real and/or reactive power by 2 percent and verifying the system stability by performing steady state simulation

40 27 CLM Figure 3.11: Single-line-ground and line-to-line fault locations.

41 28 before saving the new save case files to the folder. The automation generates up to 1200 output files to be saved in the dynamic signature library. 3.3 Automated Disturbance Data Collection In machine learning, the performance of the classifier is heavily reliant on the quantity and quality of the training data. However, performing dynamic simulations to get disturbance data is a time-consuming task. Fortunately, PSS/E provides a comprehensive Application Programming Interface (API) in Python for automating PSS/E simulations. By developing an automated simulation, one can reduce the time required to perform all the necessary static and dynamic simulations. Automation can also help reduce the chance of errors as all the processes are performed exactly the same every time whereas humans could miss steps or enter incorrect data. Once automation is developed, it can be used multiple times and for many different power flow systems.

42 Python based PSS/E Automation Obtain base case (power flow) Generate new cases for different initial conditions Save the new case (power flow) Get the new case Solve the power flow using Newton Raphson Method No Is the system solvable? Yes Convert generator and load Load dynamic file Yes Perform steady state simulation for 2 seconds Apply disturbance for 0.25 seconds (15 cycles) Clear fault and run the simulation for 20 seconds End No Are there any more dynamic files? Save the output file Figure 3.12: Automation scheme for dynamic simulation.

43 Python based Data Collection Get output file Assign class label based on output file name Search for missing data (NAN) Is there any NAN? Yes Delete output file No Count the number of output files for each class Balance the output files for each class Write all output files to a CSV file Figure 3.13: Automated data collection. This automated scheme write the output files generated from the dynamic simulation to a CSV file.

44 Detection and Classification Algorithms The multi-layer perceptron (MLP) is a supervised learning algorithm, and it is by far the most well-known and most widely used model among the existing Artificial Neural Network (ANN) paradigms for pattern recognition problems [22]. It can learn a nonlinear function f(.) : R m R o by training a dataset, where m is the dimension of the input vector and o is the dimension of the output vector Multi-Layer Perceptron Theoretical Framework Mathematical formulation To describe neural network, consider a simple single-layer neural network shown in figure 3.11 below: Figure 3.14: Single-layer neural network structure. The leftmost layer is called input layer, which consists of two input elements x1, x2, and a biased element b = +1, whereas the center layer is called hidden-layer and the rightmost layer is called output layer. The output y = f(h w,b (X)) = f( 2 i=1 W ix i + b)

45 32 and the function f() is called the activation function. In general, there are four different types of activation functions: step, sigmoid, tanh and logistic functions. The sigmoid function is most widely used in ANN, and it is written as follows: f(z) = e z (3.1) Assume binary classification, y = {0, 1}. Then, h w,b (X) is passed through the sigmoid function f(z) = 1 1+e z to obtain output values between zero and one. A threshold set to 0.5 would assign samples of the outputs greater than or equal to 0.5 to class one and the rest to class zero. For the multi-class classification, that have more than two classes, the weight summation h w,b (X) would be a vector of size n classes is passing through the Softmax function, which is given as: Softmax(z) i = e z i k l=1 ez l (3.2) where z i represents the i th element of the input to Softmax, which corresponds to class i. The constant k is the number of classes. The results would be a vector containing the probabilities that sample x belong to each class. The output is the class with the highest probability. Basic Learning Theory Gradient-based learning approaches are commonly used in machine learning. Considering the gradient-based learning machine shown in Figure 3.12, the learning machine takes the input X p, the p th input pattern, and the collection of adjustable parameters in the system (W) to compute a function M(X p, W ). The cost function, E p = 1 2 (Dp M(X p, W )) 2, measures the discrepancy between the desired output D p and

46 33 the output produced by the learning machine. The average cost function E train (W ) is the average of the errors E p over a given set of training data (X 1, D 1 ), (X 2, D 2 ),..., (X p, D p ). In the simplest setting the machine learning problem consists in finding the value of W that minimize E train (W ). Figure 3.15: The gradient-based learning machine.[23] Basic Backpropagation The backpropagation approach is used for maximizing the ability to predict the target pattern that the system has not previously seen. To better understand how backpropagation works, let s consider a simple multi-layer neural network using the sigmoid function for activation [23]. The weighted sums and output vector are computed as follows: Y n = W n X n 1 (3.3) X n = F (Y n ) (3.4) where X n is a vector representing the output at layer n. X n 1 is input vector to layer n. It is worth noting that the initial input vector is represented by X 0. W n is a matrix whose number of rows is the dimension of X n, and the number of columns is the dimension of

47 34 X n 1. F () is a sigmoid vector function applied to each of its input components. Y n is the vector of weighted sums. Assume the partial derivative of the cost function with respect to the output vector, Ep X n, is known. Then, by applying chain rule to equation 3.3 and 3.4, the backpropagation equations are obtained as shown below: E p Y n = F (Y n ) Ep X n (3.5) E p E p = X n 1 (3.6) W n Y n E p X n 1 = W T n E p X n (3.7) The gradient decent algorithm adjusts the parameters W using the following iteration: W (t) = W (t 1) η E W (3.8) where η is a learning rate parameter, and it is a constant for the simplest case Load Signature Classification using Multi-Layer Perceptron Figure 3.12 shows the structure of the MLP model designed for classification algorithms. Given a set of the training data in the form of (X 1, Y 1 ), (X 2, Y 2 ),..., (X m, Y n ), where m is the number of input examples. Also, m is corresponding to the number of the dynamic signatures generated by the simulation. n is the number of classes, where n = 4 for this case. The input features have 6 dimensions since there are two sets of voltage measurements, two sets of real power measurements, and two sets of bus frequency measurements.

48 35 Figure 3.16: Multi-layer Perceptron Neural Network Structure. The scikit-learn MLP classifier library is used for classification implementation. The MLP learns a non-linear function for classification using backprogation [24], which is a very popular neural network learning algorithm because of its simplicity, efficiency, and its high success rate [23] Data Preprocessing Class Labelling for Supervised Learning The class label is assigned based on the name of the output file which is properly named based on season, operating hour, and load class mix (feeder type). For example, the dynamic signature corresponding for single-line-to-ground fault at bus 1 occurred in hot

49 36 summer at 4pm (pacific time zone) at the residential load feeder, the output name would be Bus1Fault HS 16 RES.out. This output file represents one of the input examples for training machine learning. The automated data collection will read the three letter acronym before.out and assign a class label to each example accordingly. Data Cleaning and Normalization Most datasets encountered in practice contain missing values. Likewise, the synthesis data obtained from the simulation contains missing data, which are typically represented by NAN (Not A Number). This missing data can be handled by replacing it with the mean, zeroes, or replacing with something else based on the domain expert. For this specific case, the missing data may occur when the dynamic simulation fails to converge due to the unbalancing of the reactive power drawn by the load and the generator capacity limit. Therefore, we chose to remove the entire example set that contains NAN. For data normalization, it is highly recommended to scale the data since the Multilayer Perceptron (MLP) is sensitive to feature scaling. This must also be applied to the test data [24]. There are two common approaches for data normalization: The first approach is scaling all the numeric values in the dataset to lie between 0 and 1. The formula is given in equation 3.9. The second approach uses standardization to transform data to have zero mean and unit variance using equation 3.10 [25]. x new = x x min x max x min (3.9) x new = x µ σ (3.10)

50 37 Feature Reduction using Principle Component Analysis Due to a large amount of data in power systems, the detection and classification performance may degrade by the curse of dimensionality. [26] There has been significant research showing that the classification performance in terms of training speed and accuracy can be improved using Principle Component Analysis (PCA)[26, 27]. PCA is known as a simple and traditional technique, yet a powerful tool for feature reduction. The main purposes of PCA are to analyze the data to identify patterns and reduce the dimensions of the dataset with minimal loss of information. PCA toolbox and user-interface application are available in MATLAB which can be used easily with any well-formatted raw data. However, we are using a Python based PCA package that is available on the open-source scikit-learn library.

51 38 Chapter 4: Results and Discussion Dynamic Simulation Results The simulation results for dynamic responses of the system due to two different disturbances are shown in Figures 4.1 to Figures 4.1 to 4.6 show the dynamic responses due to a single-line-to-ground fault occurred at bus1, which is connected to the composite load bus (Bus2). As can be seen in the figures, the residential load has a longer time delay compared to the other three load classes. This is due to the amount of the residential air-conditioning loads connected to the feeder (or bus) in hot summer. According to Table 4.1, 35 percent of the load components are air-conditioning which is almost three times more than the other load components for the residential feeder. Comparing to the other feeder types, the percentage of air-conditioner load components dominates the load aggregation. Therefore, we can see a significant impact of the air-conditioning stalling on the dynamic response. On the other hand, the dynamic responses, shown in Figures 4.7 to 4.12, are the results from the line-to-line fault occurred on the line connected from bus2 to bus1. There is no significant delay due to air-conditioning stalling. Based on Table 4.1, the percentage of the air-conditioning loads are low for all feeder types in winter compared to the other load fractions. As has been noticed, some simulation results may have similar dynamic behavior. For example, the voltage responses due to line-to-line fault shown in Figure 4.8, look almost identical for all feeder types (load class mix). However, Figure 4.13, which is a

52 39 close-up of Figure 4.8, shows that there is slight difference in magnitude for all four load classes. In short, there are some discrepancies in each class because of their respective load compositions. This variance indicates that there are patterns that can be further applied for data processing to train the machine learning algorithm to classify those load classes. Figure 4.1: Voltage signatures measured at Bus2 for single-line-to-ground fault at Bus1 Table 4.1: Load composition data for Northwest Valley.

53 40 Figure 4.2: Voltage signatures measured at Bus15 for single-line-to-ground fault at Bus1. Figure 4.3: Power signatures measured at Bus2 for single-line-to-ground fault at Bus1

54 41 Figure 4.4: Power signatures measured at Bus15 for single-line-to-ground fault at Bus1. Figure 4.5: Frequency signatures measured at Bus2 for single-line-to-ground fault at Bus1

55 42 Figure 4.6: Frequency signatures measured at Bus15 for single-line-to-ground fault at Bus1. Figure 4.7: Voltage signatures measured at Bus2 for line-to-line fault on the transmission line connected between Bus2 and Bus1

56 43 Figure 4.8: Voltage signatures measured at Bus15 for line-to-line fault on the transmission line connected between Bus2 and Bus1. Figure 4.9: Real power signatures measured at Bus2 for line-to-line fault on the transmission line connected between Bus2 and Bus1

57 44 Figure 4.10: Real power signatures measured at Bus15 for line-to-line fault on the transmission line connected between Bus2 and Bus1. Figure 4.11: Frequency signatures measured at Bus2 for line-to-line fault on the transmission line connected between Bus2 and Bus1

58 45 Figure 4.12: Frequency signatures measured at Bus15 for line-to-line fault on the transmission line connected between Bus2 and Bus1. Figure 4.13: A close-up of the voltage recovery (voltage signatures) due to line-to-line fault on the transmission line connected between Bus2 and Bus1.

59 Classification Results The normalized confusion matrix, shown in Figure 4.14, evaluates the accuracy of MLP classification for each class. The diagonal elements represent the percentage for which the predicted label is equal to the true label, while the off-diagonal elements are those that are mislabeled by the classifier. The overall accuracy of the classifier is approximately 87% using PCA for feature reduction. The MLP neural network contains 15 hidden layers. 80% of the data is used for training, while 20% is used for testing the model. It is worth considering that the accuracy of the classification drops to 63.9% if 0-1 scaling method is used for data normalization. Also, the accuracy classification is decreased approximately to 47.7% if feature reduction using PCA is not considered. This result is lower than the classification performance using raw data, which has about 58% accuracy. Table 4.2 and Figures 4.15 to 4.18 summarize the accuracy of MLP classifier using the same dataset for training and testing and varying the data processing techniques. Table 4.2: MLP Classification Accuracy. Case Accuracy 1. With standard normalization and PCA 86.76% 2. With scaling normalization and PCA 63.97% 3. With standard normalization only 47.79% 4. With scaling normalization only 40.44% 5. With raw data 58.09%

60 47 Figure 4.14: Normalized confusion matrix for all four load classes. The overall classification accuracy is if both standardization and PCA techniques are using for data preprocessing Figure 4.15: Normalized confusion matrix for all four load classes. The overall classification accuracy is if both scaling (0-1) and PCA techniques are using for data preprocessing

61 48 Figure 4.16: Normalized confusion matrix for all four load classes. The overall classification accuracy is if only standardization technique is using for data preprocessing Figure 4.17: Normalized confusion matrix for all four load classes. The overall classification accuracy is if only scaling (0-1) technique is using for data preprocessing

62 Figure 4.18: Normalized confusion matrix for all four load classes. The overall classification accuracy is if 80% of raw data is used for training and 20% of raw data is used for testing 49

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM 1 VIJAY KUMAR SAHU, 2 ANIL P. VAIDYA 1,2 Pg Student, Professor E-mail: 1 vijay25051991@gmail.com, 2 anil.vaidya@walchandsangli.ac.in

More information

AN ABSTRACT OF THE THESIS OF

AN ABSTRACT OF THE THESIS OF AN ABSTRACT OF THE THESIS OF Janhavi Kulkarni for the degree of Master of Science in Electrical and Computer Engineering presented on June 9, 2015. Title: Rapid Grid State Estimation using Singular Value

More information

Unit Auxiliary Transformer (UAT) Relay Loadability Report

Unit Auxiliary Transformer (UAT) Relay Loadability Report Background and Objective Reliability Standard, PRC 025 1 Generator Relay Loadability (standard), developed under NERC Project 2010 13.2 Phase 2 of Relay Loadability: Generation, was adopted by the NERC

More information

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES

DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES DETECTION AND CLASSIFICATION OF POWER QUALITY DISTURBANCES Ph.D. THESIS by UTKARSH SINGH INDIAN INSTITUTE OF TECHNOLOGY ROORKEE ROORKEE-247 667 (INDIA) OCTOBER, 2017 DETECTION AND CLASSIFICATION OF POWER

More information

Measurement tools at heart of Smart Grid need calibration to ensure reliability

Measurement tools at heart of Smart Grid need calibration to ensure reliability Measurement tools at heart of Smart Grid need calibration to ensure reliability Smart grid; PMU calibration position 1 The North American interconnections, or electric transmission grids, operate as a

More information

PRC Generator Relay Loadability. Guidelines and Technical Basis Draft 5: (August 2, 2013) Page 1 of 76

PRC Generator Relay Loadability. Guidelines and Technical Basis Draft 5: (August 2, 2013) Page 1 of 76 PRC-025-1 Introduction The document, Power Plant and Transmission System Protection Coordination, published by the NERC System Protection and Control Subcommittee (SPCS) provides extensive general discussion

More information

Fault Location Using Sparse Wide Area Measurements

Fault Location Using Sparse Wide Area Measurements 319 Study Committee B5 Colloquium October 19-24, 2009 Jeju Island, Korea Fault Location Using Sparse Wide Area Measurements KEZUNOVIC, M., DUTTA, P. (Texas A & M University, USA) Summary Transmission line

More information

Fault Induced Delayed Voltage Recovery (FIDVR) Advisory

Fault Induced Delayed Voltage Recovery (FIDVR) Advisory Fault Induced Delayed Voltage Recovery (FIDVR) Advisory NERC Synchronized Measurement Subcommittee (SMS) NASPI Engineering Analysis Task Team (EATT) July 2015 Why the Advisory? The goal of this advisory

More information

PRC Generator Relay Loadability. Guidelines and Technical Basis Draft 4: (June 10, 2013) Page 1 of 75

PRC Generator Relay Loadability. Guidelines and Technical Basis Draft 4: (June 10, 2013) Page 1 of 75 PRC-025-1 Introduction The document, Power Plant and Transmission System Protection Coordination, published by the NERC System Protection and Control Subcommittee (SPCS) provides extensive general discussion

More information

1

1 Guidelines and Technical Basis Introduction The document, Power Plant and Transmission System Protection Coordination, published by the NERC System Protection and Control Subcommittee (SPCS) provides extensive

More information

Document C-29. Procedures for System Modeling: Data Requirements & Facility Ratings. January 5 th, 2016 TFSS Revisions Clean Open Process Posting

Document C-29. Procedures for System Modeling: Data Requirements & Facility Ratings. January 5 th, 2016 TFSS Revisions Clean Open Process Posting Document C-29 Procedures for System Modeling: January 5 th, 2016 TFSS Revisions Clean Open Process Posting Prepared by the SS-37 Working Group on Base Case Development for the Task Force on System Studies.

More information

Advanced Software Developments for Automated Power Quality Assessment Using DFR Data

Advanced Software Developments for Automated Power Quality Assessment Using DFR Data Advanced Software Developments for Automated Power Quality Assessment Using DFR Data M. Kezunovic, X. Xu Texas A&M University Y. Liao ABB ETI, Raleigh, NC Abstract The power quality (PQ) meters are usually

More information

Endorsed Assignments from ERS Framework

Endorsed Assignments from ERS Framework ERSTF Completion Endorsed Assignments from ERS Framework Ref Number Title ERS Recommendatio n Ongoing Responsibility 1 Synch Inertia at Interconnection Level Measure 2 Initial Frequency Deviation Measure

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

Harmonic Distortion Levels Measured at The Enmax Substations

Harmonic Distortion Levels Measured at The Enmax Substations Harmonic Distortion Levels Measured at The Enmax Substations This report documents the findings on the harmonic voltage and current levels at ENMAX Power Corporation (EPC) substations. ENMAX is concerned

More information

Decision Tree Based Online Voltage Security Assessment Using PMU Measurements

Decision Tree Based Online Voltage Security Assessment Using PMU Measurements Decision Tree Based Online Voltage Security Assessment Using PMU Measurements Vijay Vittal Ira A. Fulton Chair Professor Arizona State University Seminar, January 27, 29 Project Team Ph.D. Student Ruisheng

More information

A Fuzzy Logic Voltage Collapse Alarm System for Dynamic Loads. Zhang Xi. Master of Science in Electrical and Electronics Engineering

A Fuzzy Logic Voltage Collapse Alarm System for Dynamic Loads. Zhang Xi. Master of Science in Electrical and Electronics Engineering A Fuzzy Logic Voltage Collapse Alarm System for Dynamic Loads by Zhang Xi Master of Science in Electrical and Electronics Engineering 2012 Faculty of Science and Technology University of Macau A Fuzzy

More information

Electrical Machines Diagnosis

Electrical Machines Diagnosis Monitoring and diagnosing faults in electrical machines is a scientific and economic issue which is motivated by objectives for reliability and serviceability in electrical drives. This concern for continuity

More information

Use of the Power System Outlook (PSO) and SMART 1 Programs to View PSLF Dynamic Simulation Data Files

Use of the Power System Outlook (PSO) and SMART 1 Programs to View PSLF Dynamic Simulation Data Files 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium Use of the Power System Outlook (PSO) and SMART 1 Programs to View PSLF Dynamic Simulation

More information

Security Enhancement through Direct Non-Disruptive Load Control

Security Enhancement through Direct Non-Disruptive Load Control Security Enhancement through Direct Non-Disruptive Load Control Ian Hiskens (UW Madison) Vijay Vittal (ASU) Tele-Seminar, April 18, 26 Security Enhancement through Direct Non-Disruptive Load Control PROJECT

More information

State Estimation Advancements Enabled by Synchrophasor Technology

State Estimation Advancements Enabled by Synchrophasor Technology State Estimation Advancements Enabled by Synchrophasor Technology Contents Executive Summary... 2 State Estimation... 2 Legacy State Estimation Biases... 3 Synchrophasor Technology Enabling Enhanced State

More information

ECE 692 Advanced Topics on Power System Stability 5 - Voltage Stability

ECE 692 Advanced Topics on Power System Stability 5 - Voltage Stability ECE 692 Advanced Topics on Power System Stability 5 - Voltage Stability Spring 2016 Instructor: Kai Sun 1 Content Basic concepts Voltage collapse and Saddle-node bifurcation P-V curve and V-Q curve Causes

More information

Level 6 Graduate Diploma in Engineering Electrical Energy Systems

Level 6 Graduate Diploma in Engineering Electrical Energy Systems 9210-114 Level 6 Graduate Diploma in Engineering Electrical Energy Systems Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil, ruler,

More information

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems

Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems Neural Network based Multi-Dimensional Feature Forecasting for Bad Data Detection and Feature Restoration in Power Systems S. P. Teeuwsen, Student Member, IEEE, I. Erlich, Member, IEEE, Abstract--This

More information

CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS

CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS 84 CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS 4.1 INTRODUCTION Now a days, the growth of digital economy implies a widespread use of electronic equipment not only in the industrial

More information

Generator Parameter Validation (GPV)

Generator Parameter Validation (GPV) Generator Parameter Validation (GPV) NASPI Engineering Analysis Task Team Burlingame, CA March 23, 2015 Kevin Chen, Neeraj Nayak and Wayne Schmus of EPG Ryan D. Quint of Dominion Virginia Power Outline

More information

Operationalizing Phasor Technology. Model Validation. Webinar. Ken Martin. March 4, Presented by. Page 0

Operationalizing Phasor Technology. Model Validation. Webinar. Ken Martin. March 4, Presented by. Page 0 Operationalizing Phasor Technology Model Validation Webinar March 4, 2014 Presented by Ken Martin Page 0 Model Use and Validation for Operations and Planning Compare System Performance with Model Prediction

More information

SYNCHROPHASOR TECHNOLOGY GLOSSARY Revision Date: April 24, 2011

SYNCHROPHASOR TECHNOLOGY GLOSSARY Revision Date: April 24, 2011 SYNCHROPHASOR TECHNOLOGY GLOSSARY Revision Date: April 24, 2011 Baselining using large quantities of historical phasor data to identify and understand patterns in interconnection-wide grid behavior, to

More information

Identifying Long Term Voltage Stability Caused by Distribution Systems vs Transmission Systems

Identifying Long Term Voltage Stability Caused by Distribution Systems vs Transmission Systems Identifying Long Term Voltage Stability Caused by Distribution Systems vs Transmission Systems Amarsagar Reddy Ramapuram M. Ankit Singhal Venkataramana Ajjarapu amar@iastate.edu ankit@iastate.edu vajjarapu@iastate.edu

More information

Overcurrent and Overload Protection of AC Machines and Power Transformers

Overcurrent and Overload Protection of AC Machines and Power Transformers Exercise 2 Overcurrent and Overload Protection of AC Machines and Power Transformers EXERCISE OBJECTIVE When you have completed this exercise, you will understand the relationship between the power rating

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Implementation of User Defined Models in a Real- Time Cyber Physical Test-Bed

Implementation of User Defined Models in a Real- Time Cyber Physical Test-Bed Implementation of User Defined Models in a Real- Time Cyber Physical Test-Bed Amarsagar Reddy Ramapuram Matavalam Department of Electrical & Computer Engineering Iowa State University, Ames, IA, amar@iastate.edu

More information

Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool

Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool Online Wide-Area Voltage Stability Monitoring and Control: RT-VSMAC Tool A. Srivastava and S. Biswas The School of Electrical Engineering and Computer Science Smart Grid Demonstration and Research Investigation

More information

Artificial Neural Networks approach to the voltage sag classification

Artificial Neural Networks approach to the voltage sag classification Artificial Neural Networks approach to the voltage sag classification F. Ortiz, A. Ortiz, M. Mañana, C. J. Renedo, F. Delgado, L. I. Eguíluz Department of Electrical and Energy Engineering E.T.S.I.I.,

More information

Testing and Implementation of a Source Locating method at ISO New England

Testing and Implementation of a Source Locating method at ISO New England 1 Testing and Implementation of a Source Locating method at ISO New England Slava Maslennikov Principal Analyst Business Architecture and Technology Department ISO New England smaslennikov@iso-ne.com 2

More information

Transient stability Assessment using Artificial Neural Network Considering Fault Location

Transient stability Assessment using Artificial Neural Network Considering Fault Location Vol.6 No., 200 مجلد 6, العدد, 200 Proc. st International Conf. Energy, Power and Control Basrah University, Basrah, Iraq 0 Nov. to 2 Dec. 200 Transient stability Assessment using Artificial Neural Network

More information

UNIT-4 POWER QUALITY MONITORING

UNIT-4 POWER QUALITY MONITORING UNIT-4 POWER QUALITY MONITORING Terms and Definitions Spectrum analyzer Swept heterodyne technique FFT (or) digital technique tracking generator harmonic analyzer An instrument used for the analysis and

More information

WECC CMPLDW Phase 2 Study update. LMTF April 18 th, 2017 Atlanta, GA

WECC CMPLDW Phase 2 Study update. LMTF April 18 th, 2017 Atlanta, GA WECC CMPLDW Phase 2 Study update LMTF April 18 th, 2017 Atlanta, GA Background CMPLDW load model phase 1 has been in approved WECC cases since 2013, it s the best available model to capture system oscillations,

More information

Engineering Thesis. The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location

Engineering Thesis. The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location Engineering Thesis The use of Synchronized Phasor Measurement to Determine Power System Stability, Transmission Line Parameters and Fault Location By Yushi Jiao Presented to the school of Engineering and

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

AORC Technical meeting 2014

AORC Technical meeting 2014 http : //www.cigre.org B2-1030 AORC Technical meeting 2014 Implementation Approaches on Fault Information Analyzing System In Thailand s Power System N.AKEKURANANT S.CHAMNANVANICHKUL Electricity Generating

More information

ROSE - Real Time Analysis Tool for Enhanced Situational Awareness

ROSE - Real Time Analysis Tool for Enhanced Situational Awareness ROSE - Real Time Analysis Tool for Enhanced Situational Awareness Marianna Vaiman V&R Energy Copyright 1997-2013 V&R Energy Systems Research, Inc. All rights reserved. WECC JSIS Salt Lake City, UT October

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

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

ISO Rules Part 500 Facilities Division 502 Technical Requirements Section Wind Aggregated Generating Facilities Technical Requirements

ISO Rules Part 500 Facilities Division 502 Technical Requirements Section Wind Aggregated Generating Facilities Technical Requirements Applicability 1(1) Section 502.1 applies to the ISO, and subject to the provisions of subsections 1(2), (3) and (4) to any: (a) a new wind aggregated generating facility to be connected to the transmission

More information

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

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

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

Power System Stability. Course Notes PART-1

Power System Stability. Course Notes PART-1 PHILADELPHIA UNIVERSITY ELECTRICAL ENGINEERING DEPARTMENT Power System Stability Course Notes PART-1 Dr. A.Professor Mohammed Tawfeeq Al-Zuhairi September 2012 1 Power System Stability Introduction Dr.Mohammed

More information

openpdc in the Control Center

openpdc in the Control Center openpdc in the Control Center August 22 th, 2012 Barbara Motteler ALSTOM s Integrated SynchroPhasor Solution PMUs PMUs G G EMS Improved State Estimation using PMUs G PMUs e-terratransmission Phasor Data

More information

RESEARCH ON CLASSIFICATION OF VOLTAGE SAG SOURCES BASED ON RECORDED EVENTS

RESEARCH ON CLASSIFICATION OF VOLTAGE SAG SOURCES BASED ON RECORDED EVENTS 24 th International Conference on Electricity Distribution Glasgow, 2-5 June 27 Paper 97 RESEARCH ON CLASSIFICATION OF VOLTAGE SAG SOURCES BASED ON RECORDED EVENTS Pengfei WEI Yonghai XU Yapen WU Chenyi

More information

NERC Protection Coordination Webinar Series June 16, Phil Tatro Jon Gardell

NERC Protection Coordination Webinar Series June 16, Phil Tatro Jon Gardell Power Plant and Transmission System Protection Coordination Phase Distance (21) and Voltage-Controlled or Voltage-Restrained Overcurrent Protection (51V) NERC Protection Coordination Webinar Series June

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Introduction Power semiconductor devices constitute the heart of the modern power electronics, and are being extensively used in power electronic converters in the form of a

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information

Testing and Validation of Synchrophasor Devices and Applications

Testing and Validation of Synchrophasor Devices and Applications Testing and Validation of Synchrophasor Devices and Applications Anurag K Srivastava The School of Electrical Engineering and Computer Science Smart Grid Demonstration and Research Investigation Lab Washington

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

Induction Machine Test Case for the 34-Bus Test Feeder -Distribution Feeders Steady State and Dynamic Solutions

Induction Machine Test Case for the 34-Bus Test Feeder -Distribution Feeders Steady State and Dynamic Solutions Induction Machine Test Case for the 34-Bus Test Feeder -Distribution Feeders Steady State and Dynamic Solutions Induction Machine Modeling for Distribution System Analysis panel IEEE PES General Meeting

More information

A New Hybrid Approach to Thevenin Equivalent Estimation for Voltage Stability Monitoring

A New Hybrid Approach to Thevenin Equivalent Estimation for Voltage Stability Monitoring Presented at 015 IEEE PES General Meeting, Denver, CO A New Hybrid Approach to Thevenin Equivalent Estimation for Voltage Stability Monitoring Mark Nakmali School of Electrical and Computer Engineering

More information

University of Nevada, Reno. Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems

University of Nevada, Reno. Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems University of Nevada, Reno Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in

More information

THE ROLE OF SYNCHROPHASORS IN THE INTEGRATION OF DISTRIBUTED ENERGY RESOURCES

THE ROLE OF SYNCHROPHASORS IN THE INTEGRATION OF DISTRIBUTED ENERGY RESOURCES THE OLE OF SYNCHOPHASOS IN THE INTEGATION OF DISTIBUTED ENEGY ESOUCES Alexander APOSTOLOV OMICON electronics - USA alex.apostolov@omicronusa.com ABSTACT The introduction of M and P class Synchrophasors

More information

An Interactive Tool for Teaching Transmission Line Concepts. by Keaton Scheible A THESIS. submitted to. Oregon State University.

An Interactive Tool for Teaching Transmission Line Concepts. by Keaton Scheible A THESIS. submitted to. Oregon State University. An Interactive Tool for Teaching Transmission Line Concepts by Keaton Scheible A THESIS submitted to Oregon State University Honors College in partial fulfillment of the requirements for the degree of

More information

Short Circuit Calculation in Networks with a High Share of Inverter Based Distributed Generation

Short Circuit Calculation in Networks with a High Share of Inverter Based Distributed Generation Short Circuit Calculation in Networks with a High Share of Inverter Based Distributed Generation Harag Margossian, Juergen Sachau Interdisciplinary Center for Security, Reliability and Trust University

More information

Distance Relay Response to Transformer Energization: Problems and Solutions

Distance Relay Response to Transformer Energization: Problems and Solutions 1 Distance Relay Response to Transformer Energization: Problems and Solutions Joe Mooney, P.E. and Satish Samineni, Schweitzer Engineering Laboratories Abstract Modern distance relays use various filtering

More information

Wide Area Control Systems (1.4) Mani V. Venkatasubramanian Washington State University (

Wide Area Control Systems (1.4) Mani V. Venkatasubramanian Washington State University ( Wide Area Control Systems (1.4) Mani V. Venkatasubramanian Washington State University (email: mani@eecs.wsu.edu) PSERC Future Grid Initiative May 29, 2013 Task Objectives Wide-area control designs for

More information

Reliability and Power Quality Indices for Premium Power Contracts

Reliability and Power Quality Indices for Premium Power Contracts Mark McGranaghan Daniel Brooks Electrotek Concepts, Inc. Phone 423-470-9222, Fax 423-470-9223, email markm@electrotek.com 408 North Cedar Bluff Road, Suite 500 Knoxville, Tennessee 37923 Abstract Deregulation

More information

HARMONICS ANALYSIS USING SEQUENTIAL-TIME SIMULATION FOR ADDRESSING SMART GRID CHALLENGES

HARMONICS ANALYSIS USING SEQUENTIAL-TIME SIMULATION FOR ADDRESSING SMART GRID CHALLENGES HARMONICS ANALYSIS USING SEQUENTIAL-TIME SIMULATION FOR ADDRESSING SMART GRID CHALLENGES Davis MONTENEGRO Roger DUGAN Gustavo RAMOS Universidad de los Andes Colombia EPRI U.S.A. Universidad de los Andes

More information

Visualization and Animation of Protective Relay Operation

Visualization and Animation of Protective Relay Operation Visualization and Animation of Protective Relay Operation A. P. Sakis Meliopoulos School of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, Georgia 30332 George J. Cokkinides

More information

Short-Circuit Analysis IEC Standard Operation Technology, Inc. Workshop Notes: Short-Circuit IEC

Short-Circuit Analysis IEC Standard Operation Technology, Inc. Workshop Notes: Short-Circuit IEC Short-Circuit Analysis IEC Standard 1996-2009 Operation Technology, Inc. Workshop Notes: Short-Circuit IEC Purpose of Short-Circuit Studies A Short-Circuit Study can be used to determine any or all of

More information

IDAHO PURPA GENERATOR INTERCONNECTION REQUEST (Application Form)

IDAHO PURPA GENERATOR INTERCONNECTION REQUEST (Application Form) IDAHO PURPA GENERATOR INTERCONNECTION REQUEST (Application Form) Transmission Provider: IDAHO POWER COMPANY Designated Contact Person: Jeremiah Creason Address: 1221 W. Idaho Street, Boise ID 83702 Telephone

More information

AN ANN BASED FAULT DETECTION ON ALTERNATOR

AN ANN BASED FAULT DETECTION ON ALTERNATOR AN ANN BASED FAULT DETECTION ON ALTERNATOR Suraj J. Dhon 1, Sarang V. Bhonde 2 1 (Electrical engineering, Amravati University, India) 2 (Electrical engineering, Amravati University, India) ABSTRACT: Synchronous

More information

Literature Review for Shunt Active Power Filters

Literature Review for Shunt Active Power Filters Chapter 2 Literature Review for Shunt Active Power Filters In this chapter, the in depth and extensive literature review of all the aspects related to current error space phasor based hysteresis controller

More information

An Hybrid MLP-SVM Handwritten Digit Recognizer

An Hybrid MLP-SVM Handwritten Digit Recognizer An Hybrid MLP-SVM Handwritten Digit Recognizer A. Bellili ½ ¾ M. Gilloux ¾ P. Gallinari ½ ½ LIP6, Université Pierre et Marie Curie ¾ La Poste 4, Place Jussieu 10, rue de l Ile Mabon, BP 86334 75252 Paris

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

COMPARATIVE PERFORMANCE OF SMART WIRES SMARTVALVE WITH EHV SERIES CAPACITOR: IMPLICATIONS FOR SUB-SYNCHRONOUS RESONANCE (SSR)

COMPARATIVE PERFORMANCE OF SMART WIRES SMARTVALVE WITH EHV SERIES CAPACITOR: IMPLICATIONS FOR SUB-SYNCHRONOUS RESONANCE (SSR) 7 February 2018 RM Zavadil COMPARATIVE PERFORMANCE OF SMART WIRES SMARTVALVE WITH EHV SERIES CAPACITOR: IMPLICATIONS FOR SUB-SYNCHRONOUS RESONANCE (SSR) Brief Overview of Sub-Synchronous Resonance Series

More information

Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems

Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems Alexander Apostolov AREVA T&D Automation I. INTRODUCTION The electric utilities industry is going through significant

More information

MMC based D-STATCOM for Different Loading Conditions

MMC based D-STATCOM for Different Loading Conditions International Journal of Engineering Research And Management (IJERM) ISSN : 2349-2058, Volume-02, Issue-12, December 2015 MMC based D-STATCOM for Different Loading Conditions D.Satish Kumar, Geetanjali

More information

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies Journal of Electrical Engineering 5 (27) 29-23 doi:.7265/2328-2223/27.5. D DAVID PUBLISHING Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Patrice Wira and Thien Minh Nguyen

More information

Fault Simulation for Hardware Emulation

Fault Simulation for Hardware Emulation CURENT SUMMER RESEARCH PROJECT, 2016 1 Fault Simulation for Hardware Emulation John Curtin Abstract This paper describes the details of the research completed by the author at the University of Tennessee

More information

Real-time Visualization, Monitoring and Controlling of Electrical Distribution System using MATLAB

Real-time Visualization, Monitoring and Controlling of Electrical Distribution System using MATLAB Real-time Visualization, Monitoring and Controlling of Electrical Distribution System using MATLAB Ravi Prakash Saini 1, Vijay Kumar 2, J. Sandeep Soni 3 UG Student, Dept. of EE, B. K. Birla Institute

More information

Study on the Improvement of the Special Protection Scheme (SPS) in the Korean power system

Study on the Improvement of the Special Protection Scheme (SPS) in the Korean power system Study on the Improvement of the Special Protection Scheme (SPS) in the Korean power system Jeonghoon Shin, Suchul Nam, Seungtae Cha, Jaegul Lee, Taekyun Kim, Junyoen Kim, Taeok Kim, Hwachang Song Abstract--This

More information

Optimal PMU Placement in Power System Considering the Measurement Redundancy

Optimal PMU Placement in Power System Considering the Measurement Redundancy Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 593-598 Research India Publications http://www.ripublication.com/aeee.htm Optimal PMU Placement in Power System

More information

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM Ajith Abraham and Baikunth Nath Gippsland School of Computing & Information Technology Monash University, Churchill

More information

Unit Auxiliary Transformer Overcurrent Relay Loadability During a Transmission Depressed Voltage Condition

Unit Auxiliary Transformer Overcurrent Relay Loadability During a Transmission Depressed Voltage Condition Unit Auxiliary Transformer Overcurrent Relay Loadability During a Transmission Depressed Voltage Condition NERC System Protection and Control Subcommittee March 2016 NERC Report Title Report Date I Table

More information

Combination of Adaptive and Intelligent Load Shedding Techniques for Distribution Network

Combination of Adaptive and Intelligent Load Shedding Techniques for Distribution Network Combination of Adaptive and Intelligent Load Shedding Techniques for Distribution Network M. Karimi, Student Member, IEEE, H. Mokhlis, Member, IEEE, A. H. A. Bakar, Member, IEEE, J. A. Laghari, A. Shahriari,

More information

p. 1 p. 6 p. 22 p. 46 p. 58

p. 1 p. 6 p. 22 p. 46 p. 58 Comparing power factor and displacement power factor corrections based on IEEE Std. 18-2002 Harmonic problems produced from the use of adjustable speed drives in industrial plants : case study Theory for

More information

Wind Power Facility Technical Requirements CHANGE HISTORY

Wind Power Facility Technical Requirements CHANGE HISTORY CHANGE HISTORY DATE VERSION DETAIL CHANGED BY November 15, 2004 Page 2 of 24 TABLE OF CONTENTS LIST OF TABLES...5 LIST OF FIGURES...5 1.0 INTRODUCTION...6 1.1 Purpose of the Wind Power Facility Technical

More information

Considering Characteristics of Arc on Travelling Wave Fault Location Algorithm for the Transmission Lines without Using Line Parameters

Considering Characteristics of Arc on Travelling Wave Fault Location Algorithm for the Transmission Lines without Using Line Parameters Considering Characteristics of Arc on Travelling Wave Fault Location Algorithm for the Transmission Lines without Using Line Parameters M. Bashir mohsenbashir@ieee.org I. Niazy ismail_niazy@ieee.org J.

More information

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Journal of Clean Energy Technologies, Vol. 4, No. 3, May 2016 Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Hanim Ismail, Zuhaina Zakaria, and Noraliza Hamzah

More information

Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems

Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems Neural Network Based Loading Margin Approximation for Static Voltage Stability in Power Systems Arthit Sode-Yome, Member, IEEE, and Kwang Y. Lee, Fellow, IEEE Abstract Approximate loading margin methods

More information

Contingency Analysis using Synchrophasor Measurements

Contingency Analysis using Synchrophasor Measurements Proceedings of the 14 th International Middle East Power Systems Conference (MEPCON 1), Cairo University, Egypt, December 19-21, 21, Paper ID 219. Contingency Analysis using Synchrophasor Measurements

More information

Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine

Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine Development of an Experimental Rig for Doubly-Fed Induction Generator based Wind Turbine T. Neumann, C. Feltes, I. Erlich University Duisburg-Essen Institute of Electrical Power Systems Bismarckstr. 81,

More information

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Int. J. Advanced Networking and Applications 1053 Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Eng. Abdelfattah A. Ahmed Atomic Energy Authority,

More information

Comparative Testing of Synchronized Phasor Measurement Units

Comparative Testing of Synchronized Phasor Measurement Units Comparative Testing of Synchronized Phasor Measurement Units Juancarlo Depablos Student Member, IEEE Virginia Tech Virgilio Centeno Member, IEEE Virginia Tech Arun G. Phadke Life Fellow, IEEE Virginia

More information

Wide-Area Measurements to Improve System Models and System Operation

Wide-Area Measurements to Improve System Models and System Operation Wide-Area Measurements to Improve System Models and System Operation G. Zweigle, R. Moxley, B. Flerchinger, and J. Needs Schweitzer Engineering Laboratories, Inc. Presented at the 11th International Conference

More information

The Coupling of Voltage and Frequecncy Response in Splitting Island and Its Effects on Load-shedding Relays *

The Coupling of Voltage and Frequecncy Response in Splitting Island and Its Effects on Load-shedding Relays * Energy and Power Engineering, 2013, 5, 661-666 doi:10.4236/epe.2013.54b128 Published Online July 2013 (http://www.scirp.org/journal/epe) The Coupling of Voltage and Frequecncy Response in Splitting Island

More information

Fault Current Limiter Selection Considerations for Utility Engineers

Fault Current Limiter Selection Considerations for Utility Engineers 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http: //www.cigre.org 2014 Grid of the Future Symposium Fault Current Limiter Selection Considerations for Utility Engineers K. TEKLETSADIK,

More information

Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection. Tijana T. Ivancevic

Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection. Tijana T. Ivancevic Geometric Neurodynamical Classifiers Applied to Breast Cancer Detection Tijana T. Ivancevic Thesis submitted for the Degree of Doctor of Philosophy in Applied Mathematics at The University of Adelaide

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

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM)

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) Ahmed Nasraden Milad M. Aziz M Rahmadwati Artificial neural network (ANN) is one of the most advanced technology fields, which allows

More information