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

Size: px
Start display at page:

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

Transcription

1 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 Venkataramana Ajjarapu Department of Electrical & Computer Engineering Iowa State University, Ames, IA, vajjarapu@iastate.edu Abstract Online tools that can assess the state of the power system have been recommended in order to reduce the occurrences of large scale blackouts. Testing these novel methods on a real system is not recommended as the reliability of the system is at stake. Instead, a better way to judge the performance of the algorithm is to test it on a Cyber-Physical Real-Time Test-Bed. This paper describes the necessary components in a Real-Time Test-Bed and explains the different kinds of simulations possible. Next, the application of characterizing delayed voltage recovery is taken as an example to demonstrate the thought process on how to implement a Real-Time algorithm. The proposed algorithm can quantify the delayed voltage recovery at a load bus in real time based on voltage measurements from PMU s. This approach uses the idea of utilizing the Kullback-Leibler Divergence between the Probability Distributions of the delayed voltage response and the reference waveform as a way to quantify it. An implementation of the method in a real time cyberphysical test bed, using User-Defined models created in Modelica is described. Keywords Delayed Voltage Recovery, Phasor Measurement Units, Voltage Stability, Real Time Test Bed, Opal-RT, Modelica I. INTRODUCTION One of the main reasons for the major blackouts worldwide, including the one in North America in 2003 and in India in 2012 is the lack of visibility of the operator into the system. Blackout analysis reports always recommend the evaluation and adoption of better real-time tools for operators and reliability coordinators [1]. In order to support the development of new tools and reduce the occurrence of large scale blackouts, the energy independence and security act of 2007 has included as one of its main provisions the development of the smart grid initiative to support the modernization of the electricity transmission and distribution systems in North America [2]. This has led to the deployment and integration of renewable resources and supports increased use of digital information and technology to improve reliability, security, and efficiency of the grid. However, while developing real time tools to address aforementioned issues to the bulk power system has been an important issue for power system analysis and control, actually understanding the new tools and testing them rigorously has been a problem in this area of study. It is necessary to take advantage of the state-of-the-art techniques from fields such as dynamical systems but the industry do not want to take a chance of implementing these novel schemes on their systems. This is logical as there can be no chance of mis-operation of the new method. In order to test novel schemes that use new devices (PMUs, etc.), communicating using different communication channels (fiber optics, cloud, etc.) and triggering novel controls (demand response, etc.), there is a need to develop a Real-Time Cyber Physical Test-Bed [3]. The Test-Bed will enable us to test various configurations of an idea without changing much of the infrastructure and will allow the industry to view the method in action on a reasonable sized test-system. These tests can help in determining the bottlenecks in the proposed methodology and provide the industry with confidence to deploy novel methodologies at their sites. Hence, implementing a realistic Test-Bed will be of immense use to demonstrate the feasibility of a proposed algorithm. An important application of PMU s is to use their measurements to determine the voltage stability of the region being monitored. This is still an untested application and is ideal for implementation in a Real-Time Test-Bed. The rest of the paper is organized as follows: Section II describes the Cyber-Physical Real-Time Test-Bed at Iowa State University (ISU) in detail, Section III describes the voltage stability phenomenon of interest, Section IV describes the proposed real-time algorithm to detect the phenomenon along with simulation results in PSSE (a Phasor based power system solver), Section V describes the construction of models for simulating the phenomenon of interest in the Test-Bed and presents preliminary results, Section VI details the future work necessary for making the idea implementable and testable. II. CYBER-PHYSICAL TEST-BED AT ISU The Real-Time Cyber-Physical Test-Bed at ISU is used to simulate the power system in real-time along with the actual hardware used in the industry (PMU s, relays, etc.) [4*]. When using a real-time power system simulator, it is always important to keep the phenomenon of interest in mind. These test-beds provide quite a bit of flexibility to implement a system and it is easy to get consumed by the details while trying to simulate a system. This is because of the fact that the largest system that can be simulated in hardware is limited due to the real-time nature of the simulation. In contrast, a conventional time domain simulation program running on a workstation does not have this limitation. For example, if the phenomenon of interest has a time scale of hundreds of milliseconds (voltage stability) to seconds, then there is no need for EMTP scale simulations.

2 These phenomena can be captured reasonably well with phasor based simulations and this enables us to simulate larger systems as the time step can be increased to tens of milliseconds (ms). On the other hand, if the phenomenon of interest is in timescales less than 1 millisecond (analyzing harmonics due to power converters, etc.), then there is a need for EMTP simulations. This will limit the number of nodes in the system as the time step needs to be in tens of microseconds The main components of the Cyber Physical Test-Bed are the following 1. Real time Power System Simulator 2. Phasor Measurement Units (PMU s) with GPS 3. Network Simulator 4. Phasor Data Concentrator to aggregate the data 5. Historian database to store the data 6. Analytics Program/EMS (Matlab, Python, etc) A schematic displaying the interfaces between the various components is shown in the Fig. 1. A brief description of the two power system simulators in the test bed is given below 1. Real Time Digital Simulator (RTDS): This simulator uses an Electro Magnetic Transient Program (EMTP) algorithm with short time steps (50 micro sec) to simulate the power system, making it closer to the field than phasor based programs like PSSE or PSLF. It has Analog and Digital cards that output the actual signal at various nodes in the simulation model and allow hardware to be connected. It can also process digital packets of data as input to trip or close lines in the model while running in real-time. 2. Opal-RT Simulator: This is another real time simulator for power systems. The specialty of this simulator is that we can simulate systems either in EMTP representation, with short time steps (50 µs) and in Phasor representation, with coarse time steps (10 ms). This feature allows us to simulate comparatively large systems (1000 bus systems) in real time using the Phasor representation. Opal-RT also has Analog and Digital cards that output the signal at various nodes in the simulation and allow hardware to be connected. 3. Phasor Measurement Units (PMU s) with GPS: 3 Schweitzer Relays with PMU capability (SEL-421) Fig. 1. Schematic of the Real-Time Cyber Physical Test-Bed are present in the lab and are interfaced to the Real- Time simulators using the low-level interface detailed in [10]. The Real-Time simulators also have the provision for directly streaming out simulated PMU data from a few nodes in the power system onto the network (called as virtual PMUs). This is convenient as we want to simulate systems with large nodes and it is unrealistic to have all the data from physical PMUs. A GPS is present to give the clock signal to the Physical and Virtual PMUs. 4. Network Simulator: One of the main issues that occur while dealing with PMU s in the field is the delay between the PMU and the control center. The communication infrastructure can cause data packets to be received out-of-order or a few of them to be dropped as well. A network simulator is necessary to simulate this behavior of the actual system and we use open source simulator (NS-3) in the setup [5]. 5. Phasor Data Concentrator (PDC) & Historian: A Phasor Data Concentrator is necessary to time align the various samples from different PMU s and to put the data packets in order. Furthermore, we need to store the data that is being streamed from the PMU s in a reliable manner. The usual standard is to store the data in a Historian database and this is programmed right in the PDC. Simple filtering schemes can also be implemented right at the PDC. The open source program OpenPDC is used the setup. 6. Analytics Program/ EMS: The final component in the Test-Bed and also the one with which the user can understand and view the results in real time. Presently, we have programmed and interface between PDC and Matlab to analyze the data and display it as plots in a Matlab window. We are in the process of acquiring a commercial EMS to interface to the PDC. In order to make sure that the entire setup works as expected and to validate the results from the test-bed, the WECC 9 Bus system is simulated and the voltage waveform corresponding to the fault at Bus 5 for 0.05 sec (3 cycles) are compared between PSSE, RTDS, PMU and Matlab and shown below in Fig. 2.

3 (a) V (b) stalling. They continue to demand high reactive power even after the fault is cleared, leading to a delayed increase in the voltage. Finally, a few of the induction motors trip due to their thermal protection settings and this helps in recovering the bus voltage and eventually, the system voltage. Depending on the system parameters and trip settings of the motors, the sustained low voltages in the system can lead to cascading events towards a blackout. A typical delayed voltage response after a fault along with the various features is shown in Fig. 3 [7]. (c) Fig. 2. Comparison between the voltage at Bus 5 in (a) PSSE, (b) RTDS, (c) PMU and (d) Matlab. It can be observed that the all the voltage waveforms agree very well with one another, confirming that all the components in the setup are properly configured. The difference between the RTDS and the PMU voltage is that it does not go to zero during the fault and also has a voltage spike when the fault is cleared. This is due to the analog electronics present in the PMU that do not allow sudden changes in the voltage input to the internal Digital to Analog converter. Another difference is that the sharp voltage spikes present in the PMU data after the fault is cleared are reduced in the Matlab data. This is due to the filtering done in the PDC to filter out high frequency noise. Thus, the setup seems to perform as expected The studies that have been done using this test bed include testing vulnerabilities of AGC Control [6] & testing Lyapunov Exponent Calculation [4]. We are interested in the monitoring and control of Fault Induced Delayed Voltage Recovery (FIDVR) Phenomenon. More information about this phenomenon and our proposed method to monitor it is detailed in the next section. III. FAULT INDUCED DELAYED VOLTAGE RECOVERY Fault Induced Delayed Voltage Recovery (FIDVR) is the phenomena where the recovery of the voltage after a disturbance is delayed by a few seconds and results in sustained low voltages for several seconds. This is an increasing concern for utilities because of the increasing penetration of induction motor (IM) and electronically controlled loads. FIDVR is caused by stalling of single phase motors, primarily residential air-conditioners (particularly highefficiency ACs) during transmission level faults. Single phase AC motors can stall for normally cleared 3-phase faults and they lack the under voltage relay (UVR) that is required for large induction motors. The absence of UVR causes the motors to remain connected to the grid even at low voltage and demand a large amount of reactive power from the grid due to (d) Fig. 3. Delayed voltage recovery waveform at a bus In order to simulate the FIDVR phenomenon in a time domain power system simulation, the WECC Model Validation Working Group has been releasing several models that aggregate the effect of IM in the distribution feeders on the transmission side. Their most recent model, called the Composite Load Model, is shown in Fig. 4 [8]. Fig. 4. WECC model of the Composite Load Model that emulates FIDVR Phenomenon in a time domain phasor simulator The composite load model is an extremely complicated load model with around 130 parameters to specify its behavior. The main components in the model are the three 3-Phase IM and the 1-Phase AC Motor. Increasing the percentage of load represented by the IM will lead to severe FIDVR phenomena. Several FIDVR events have been observed in the US utilities, especially during the summer peak operation. An event in Southern California Edison (SCE) is shown below in Fig. 5 [9]. System voltages on the transmission side recovered to 0.95 p.u. within 25 seconds of fault clearing but then overshot due to the excess load of approximately 3500 MW in Southern California Edison area being tripped in the distribution side.

4 Probability Density Functions (PDFs) derived from the delayed voltage response were used to quantify FIDVR. The PDF of the delayed voltage response is compared to a reference PDF using the idea of statistical-distance between two PDFs. The Kullback-Leibler (KL) Divergence between two PDFs is used as the statistical distance due to its properties and has been defined so that a positive distance implies a violation of the FIDVR criteria. The steps involved in the quantification of FIDVR are summarized below Fig. 5. PMU recording of FIDVR event in SCE for a 500kV bus To characterize the performance of the voltage response, WECC has provided guidelines for the voltage performance after a fault. The guidelines for an 1 contingency are [7] 1. The voltage should not exceed 25% at load buses and 30% at non-load buses from the nominal voltage. 2. The voltage should not deviate more than 20% from the nominal voltage for more than 20 cycles at load buses. This criterion is a pointwise condition on the voltage waveform and it can be seen that the voltage response in Fig. 3 violates the WECC criteria. It is usually represented by utilities using a box criterion which provides the allowable region for the voltage at a given time. The box criterion provides a voltage recovery envelope above which the voltage waveform should lie [10*]. Figure 6 shows the graphical representation of the WECC voltage performance represented by a box criterion. 1. Observe voltage response from fault clearing instant (t = 1.1s) to the final observation time (t = 5s) in PSSE/PSLF. 2. Partition the voltage axis into N subintervals and count time spent by voltage response in each subinterval and divide by total time. This is the PDF of voltage response. 3. Compare the PDF of voltage with the Reference PDF using the KL Divergence metric (also called KL-index) using the formula ln, Where is the value of the voltage response PDF in interval and, is the value of the Reference PDF in interval. A pictorial representation of the PDF s is shown in Fig. 7 [11]. V* V3 V2 V1 0 Tcl T1 T2 Tf Fig. 6. WECC voltage performance represented by a box criterion These criteria are used by the utilities to plan and operate the amount and location of reactive support. The box criteria representation is a more adaptable version of the WECC criteria and the values of,,,, & can be configured by the planner and operator depending on the system. The WECC guidelines are based on experience and heuristics and are conservative and so using the WECC criteria for a system can lead to over designing of reactive resources during planning or excess control during operation. Furthermore, these guidelines provide only pass/fail criteria without actually providing any quantification of the phenomenon. A systematic method to quantify FIDVR will be useful for both planning and in control for real time operations. IV. QUANTIFYING FIDVR & MONITORING IN REAL TIME A simplistic method to quantify FIDVR would be using the difference between the delayed voltage response and the box criteria. A better quantification was done in [11], in which the Fig. 7. The Voltage time series and the PDF for the voltage series in along with a voltage reference PDF. This particular PDF is for the time after the fault (1.1 sec) to the end (5 sec) The methodology processes a time series of voltage responses for 5 seconds and outputs a single number for each time series that indicates the amount of FIDVR present. It was shown that a KL-index greater than 5 is an indication of severe FIDVR. This quantification enabled the effective planning of reactive reserves in the IEEE 162 Bus system under various contingencies and scenarios to prevent FIDVR [11]. However, In order to monitor the FIDVR phenomenon in real time, waiting for 5 seconds is not realistic. Hence, we convert the above algorithm to process a moving window of measurements as the input and calculate the KL divergence in that specific time-window. The reference PDF is no longer fixed but varies based on the time-window. A virtual voltage reference is generated at the PMU/PDC and the corresponding PDF of the reference in the time-window is used to calculate the KL-index. The virtual reference can be seen as a continuous approximation of the WECC box criterion. The expression for a generic reference voltage can be written as

5 1 / A voltage reference is shown in Fig. 8 illustrating the various parameters whose values can be set depending on the system. The parameters that decide the waveform can be determined for a given system by doing offline studies. Fig. 8. A generic voltage reference for determining FIDVR. This methodology is tested on the FIDVR response in PSSE at a bus with increasing percentage of IM load (from 5% to 30%) for faults of 3 cycles. The increasing amounts of IM load increased the delay in the recovery of voltage and this lead to the KL-index increasing for the increasing amount of IM load. The results are presented below in Fig. 9 and Fig. 10. Fig. 9. The voltage timeseries at the bus with increasing percentage of induction motor load. The dashed line is the reference voltage. The higher the IM percent, the longer they take to recover to their pre-fault voltage. amount of IM is the least Negative and goes positive for a small amount of time. Hence, the moving KL-index can differentiate between the various scenarios and can quantify the FIDVR in real-time. To test if the algorithm can indeed run in real-time and see what controls could be possible using this methodology, we need to simulate this in the Real-Time Test Bed. Default load models in OPAL-RT/RTDS are not capable of demonstrating the FIDVR phenomenon and so we need to construct detailed load models that can achieve this purpose. V. MODEL CREATION IN MODELICA FOR TEST BED As explained in Section III, simulating the FIDVR phenomena requires us to model a complicated load. The complicated nature of the load model makes it susceptible to numerical divergence as the motors are tightly coupled and are very sensitive to input parameters. Instead of modeling the entire model in a single go, it makes sense to build each model and then connect them after validating each one independently. Since the main components in the model are the Three 3-Phase IM and the 1-Phase AC Motor, we will be constructing them first. In this paper we will be focusing on the 3-Phase IM model. There are several kinds of models (3 rd order, 5 th order, etc.) and several means to model the IM model (Matlab, Simulink, etc.). Modeling in Open source software is preferred the models created can be tested and reused by others. Recent papers [12,13] have demonstrated the use of Modelica [14] for modeling the power system components in detail. The reason for using Modelica is the flexibility it provides and the ease of interfacing it with OPAL-RT. Components can be modelled using either block diagrams (suitable for Control Components ) or using code to write the differential algebraic equations that the variables internal to a model should satisfy (suitable for IM Loads & Generators). These components can then be combined to form a single Unit which can then be imported into Opal-RT or into other software as a Functional Mockup Unit (FMU). Figure 11 shows the general process of creating high fidelity models of power system components in Modelica. Fig. 11. Process of creating user defined high fidelity models of power system components in Modelica Fig. 10. The Moving Divergence based Index of the delayed voltage waveforms. It can be observed that the response with the least amount of IM is the most negative while the response with the largest Another reason for using Modelica is that there is an open source software, OpenModelica, that has the editor to create the models and simulate them using various standard DAE solvers such as DASSL, etc. This helps in quickly validating a model and identifying errors in the model.

6 The 5 th order Type-2 Induction Motor model is modelled in Modelica and is interfaced with OPAL-RT to test if it performs without errors and can demonstrate the stalling condition under stressed loading conditions. A Generator is connected to an IM load through a transmission line and a fault of 3 cycles is applied and cleared at the load bus. The voltage response and the slip of the IM are plotted below in Fig. 12. Fig. 12. The Voltage response and the Slip of the IM after clearing a fault of 3 cycles. The voltage settles to 0.82 p.u. and the slip rises to 0.85 denoting a stalled motor after the fault is cleared. It can be observed that the pre-fault voltage is around 0.97 p.u. and the post-fault voltage immediately after fault clearing is around 0.9 p.u. which is reasonable. However, the voltage falls and settles to a value around 0.82 p.u. which is a violation of the WECC criteria. The slip also rises to 0.85 after the fault and this indicates that the motor has stalled which is the reason for the low voltage. The KL-index for this voltage waveform rose very quickly to +1 indicating very severe FIDVR. Hence, we have successfully demonstrated the model running in real time and the KL-calculation running in real time. There are several steps necessary for complete validation and they are identified in the section below. VI. FUTURE STUDIES NECESSARY In order to validate the applicability of the method to a generic FIDVR voltage response, we need to first model the detailed composite load model in Modelica and verify the method on a reasonable sized system (~200 buses). In order to make the method implementable on a real system, guidelines to select the various parameters of the reference waveform should be provided to the system operator. Since, the control has to mitigate delayed voltage response, the control action needs to be activated in a few seconds. In the particular case of the FIDVR, load shedding at locations with the large number of small induction motors can be a viable option as most of them would nevertheless trip due to the thermal protection after 20s. The criticality of the loads connected to the same feeder and also the amount of load to be shed need to be considered before pursuing this control scheme. One of the main reasons for pursuing this method is the promise it shows in applying for other voltage stability phenomenon. We need to do more studies to show how the methods developed can help characterizing and understanding general stability phenomenon in power systems. CONCLUSION In this paper, the Cyber Physical Test-Bed setup is described in detail and the difference between EMTP and Phasor based simulation along with the reasons to use them were also explained. As a case study on using the Real-Time testbed, the FIDVR phenomenon is introduced and a method to monitor and quantify the FIDVR phenomena at a bus based on PMU measurements is described. This approach uses the idea of utilizing the Kullback-Leibler Divergence between the Probability Distributions of the delayed voltage response and the reference waveform as a way to quantify FIDVR. The method makes use of the streaming data from the PMU and compares the PDF of a moving window of samples with the reference waveform samples. The importance of building models is described and the Modelica modeling framework is introduced. The IM model is described and simulations results in OPAL-RT showing stalling are presented. Finally, future studies are identified to make the method implementable in the field. References [1] North American Reliability Corporation, "Final Report on the August 14, 2003 Blackout in the United States and Canada: Causes and Recommendations," April 5, 2004 [2] Energy Independence and Security Act - dbname=110_cong_bills&docid=f:h6enr.txt.pdf, [3] A. Hahn, A. Ashok, S. Siddharth, and G. Manimaran, "Cyber- Physical Security Testbeds: Architecture, Application, and Evaluation for Smart Grid," IEEE Trans. on Smart Grid, June 2013 [4] Reddy, A.; Ekmen, K.; Ajjarapu, V.; Vaidya, U., "PMU based real-time short term voltage stability monitoring Analysis and implementation on a real-time test bed," NAPS, 2014, vol., no., pp.1,6, 7-9 Sept [5] [6] S. Sridhar, and G. Manimaran, "Model-Based Attack Detection and Mitigation for Automatic Generation Control," IEEE Trans. on Smart Grid, March 2014 [7] Diaz de Leon, J.A.; Taylor, C.W., "Understanding and solving short-term voltage stability problems," Power Engineering Society Summer Meeting, 2002 IEEE, vol.2, no., pp.745,752 vol.2, July [8] WECC Model Validation Working Group, WECC Dynamic Composite Load Model Specifications, Jan [9] NERC SMS & NASPI EATT, Fault Induced Delayed Voltage Recovery (FIDVR) Advisory, July [10] PJM Transmission Planning Department, "EXELON Transmission Planning Criteria", March 11, [11] M. Paramasivam, S. Dasgupta, V. Ajjarapu and U. Vaidya, "Contingency Analysis and Identification of Dynamic Voltage Control Areas," in IEEE Transactions on Power Systems, vol. 30, no. 6, pp , Nov [12] T. Bogodorova et al., "A modelica power system library for phasor time-domain simulation," IEEE PES ISGT Europe 2013, Lyngby, 2013, pp [13] Franke, Rüdiger, and H. Wiesmann. "Flexible modeling of electrical power systems--the Modelica PowerSystems library." Proc. of 10 th Int. Modelica Conference; March 2014 [14]

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

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

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

Experiences of Using Synchrophasors at Duke Energy

Experiences of Using Synchrophasors at Duke Energy 1 Experiences of Using Synchrophasors at Duke Energy Tim Bradberry, Megan Vutsinas, Kat Sico Duke Energy IEEE PES Tutorial July 19 th, 2016 Duke Energy s Phasor Plans Carolinas West Currently have 125

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

A Software Tool for Real-Time Prediction of Potential Transient Instabilities using Synchrophasors

A Software Tool for Real-Time Prediction of Potential Transient Instabilities using Synchrophasors A Software Tool for Real-Time Prediction of Potential Transient Instabilities using Synchrophasors Dinesh Rangana Gurusinghe Yaojie Cai Athula D. Rajapakse International Synchrophasor Symposium March 25,

More information

Massive Transient Stability Based Cascading Analysis and On-line Identification of Critical Cascades

Massive Transient Stability Based Cascading Analysis and On-line Identification of Critical Cascades 1 Massive Transient Stability Based Cascading Analysis and On-line Identification of Critical Cascades Paper Number: 16PESGM2419 Marianna Vaiman, V&R Energy marvaiman@vrenergy.com 2016 IEEE PES General

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

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

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

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

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

MODELING THE EFFECTIVENESS OF POWER ELECTRONICS BASED VOLTAGE REGULATORS ON DISTRIBUTION VOLTAGE DISTURBANCES

MODELING THE EFFECTIVENESS OF POWER ELECTRONICS BASED VOLTAGE REGULATORS ON DISTRIBUTION VOLTAGE DISTURBANCES MODELING THE EFFECTIVENESS OF POWER ELECTRONICS BASED VOLTAGE REGULATORS ON DISTRIBUTION VOLTAGE DISTURBANCES James SIMONELLI Olivia LEITERMANN Jing HUANG Gridco Systems USA Gridco Systems USA Gridco Systems

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

Use of Synchronized Phasor Measurements for Model Validation in ERCOT

Use of Synchronized Phasor Measurements for Model Validation in ERCOT Use of Synchronized Phasor Measurements for Model Validation in ERCOT NDR Sarma, Jian Chen, Prakash Shrestha, Shun-Hsien Huang, John Adams, Diran Obadina, Tim Mortensen and Bill Blevins Electricity Reliability

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

Real-Time Power System Simulation:

Real-Time Power System Simulation: OPAL-RT Technologies Real-Time Power System Simulation: EMT vs. Phasor White Paper OPAL-RT Technologies Inc. White Paper: opwp150620-sa-reva Last update: 02 September 2016 By: Simon Abourida, Jean Bélanger,

More information

Task Force on Synchrophasor Protection Applications NASPI Engineering Analysis Task Team Matthew Rhodes 3/22/16

Task Force on Synchrophasor Protection Applications NASPI Engineering Analysis Task Team Matthew Rhodes 3/22/16 NASPI White Paper: Integrating Synchrophasor Technology into Power System Protection Applications Update Report Task Force on Synchrophasor Protection Applications NASPI Engineering Analysis Task Team

More information

Implementation of Smart DFT-based PMU Model in the Real-Time Digital Simulator

Implementation of Smart DFT-based PMU Model in the Real-Time Digital Simulator Implementation of Smart DFT-based PMU Model in the Real-Time Digital Simulator Dinesh Rangana Gurusinghe, Dean Ouellette, and Athula D. Rajapakse Abstract-- Many commercial phasor measurement units (PMUs

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

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

Development of Dynamic Test Cases in OPAL-RT Real-time Power System Simulator

Development of Dynamic Test Cases in OPAL-RT Real-time Power System Simulator Development of Dynamic Test Cases in OPAL-RT Real-time Power System Simulator Shiv Kumar Singh, Bibhu P. Padhy, Student Member, IEEE, S. Chakrabarti, Senior Member, IEEE, S.N. Singh, Senior Member, IEEE,

More information

POWER QUALITY IMPACTS AND MITIGATION OF DISTRIBUTED SOLAR POWER

POWER QUALITY IMPACTS AND MITIGATION OF DISTRIBUTED SOLAR POWER POWER QUALITY IMPACTS AND MITIGATION OF DISTRIBUTED SOLAR POWER Presented by Ric Austria, Principal at Pterra Consulting to the IEEE San Francisco Chapter Feb 17, 2016 California Public Utilities Commission,

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

Micro-synchrophasors (µpmus) in Electric Power Distribution Systems 5/29/15 SF PES Chapter Workshop

Micro-synchrophasors (µpmus) in Electric Power Distribution Systems 5/29/15 SF PES Chapter Workshop Micro-synchrophasors (µpmus) in Electric Power Distribution Systems 5/29/15 SF PES Chapter Workshop Dr. Alexandra (Sascha) von Meier Co-Director, Electric Grid Research, California Institute for Energy

More information

Study and Simulation of Phasor Measurement Unit for Wide Area Measurement System

Study and Simulation of Phasor Measurement Unit for Wide Area Measurement System Study and Simulation of Phasor Measurement Unit for Wide Area Measurement System Ms.Darsana M. Nair Mr. Rishi Menon Mr. Aby Joseph PG Scholar Assistant Professor Principal Engineer Dept. of EEE Dept. of

More information

EFCC Academia dissemination event

EFCC Academia dissemination event EFCC Academia dissemination event WP4-Hardware in the Loop Validation of the EFCC Scheme Mingyu Sun, Dr Mazaher Karimi, Rasoul Azizipanah-Abarghooee Prof Vladimir Terzija Ben Marshall University of Manchester

More information

Detection, Recognition, and Localization of Multiple Cyber/Physical Attacks through Event Unmixing

Detection, Recognition, and Localization of Multiple Cyber/Physical Attacks through Event Unmixing Detection, Recognition, and Localization of Multiple Cyber/Physical Attacks through Event Unmixing Wei Wang, Yang Song, Li He, Penn Markham, Hairong Qi, Yilu Liu Electrical Engineering and Computer Science

More information

In addition to wide-area monitoring systems, synchrophasors offer an impressive range of system benefits, including:

In addition to wide-area monitoring systems, synchrophasors offer an impressive range of system benefits, including: Synchrophasors Before synchrophasor technology and its contributions towards transmission resiliency are discussed, it is important to first understand the concept of phasors. A phasor is a complex number

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

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

PHASOR MEASUREMENT UNIT: - A Revolution in Power System

PHASOR MEASUREMENT UNIT: - A Revolution in Power System PHASOR MEASUREMENT UNIT: - A Revolution in Power System Sonal Kumar Singh Electrical engineering, JECRC University, Jaipur -------------------------------------------------------------------------***------------------------------------------------------------------------

More information

Application of Fuzzy Logic Controller in UPFC to Mitigate THD in Power System

Application of Fuzzy Logic Controller in UPFC to Mitigate THD in Power System International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 9, Issue 8 (January 2014), PP. 25-33 Application of Fuzzy Logic Controller in UPFC

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

Wide Area Monitoring with Phasor Measurement Data

Wide Area Monitoring with Phasor Measurement Data Wide Area Monitoring with Phasor Measurement Data Dr. Markus Wache Siemens E D EA, Nuremberg, Germany Content Content Basics of Phasor Measurement Realization of PMUs Power System Stability Standard IEEE

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

Stability Issues of Smart Grid Transmission Line Switching

Stability Issues of Smart Grid Transmission Line Switching Preprints of the 19th World Congress The International Federation of Automatic Control Stability Issues of Smart Grid Transmission Line Switching Garng. M. Huang * W. Wang* Jun An** *Texas A&M University,

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

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

Practical PMU Applications for Utilities

Practical PMU Applications for Utilities Practical PMU Applications for Utilities University of Washington EE Graduate Seminar November 1 st, 2012 Manu Parashar Douglas Wilson SynchroPhasor Technology Phasor Measurement Units (PMUs) Next generation

More information

Analysis of Effect on Transient Stability of Interconnected Power System by Introduction of HVDC Link.

Analysis of Effect on Transient Stability of Interconnected Power System by Introduction of HVDC Link. Analysis of Effect on Transient Stability of Interconnected Power System by Introduction of HVDC Link. Mr.S.B.Dandawate*, Mrs.S.L.Shaikh** *,**(Department of Electrical Engineering, Walchand College of

More information

Response of Grid Interconnected Solar PV inverters to Transmission System Faults

Response of Grid Interconnected Solar PV inverters to Transmission System Faults Response of Grid Interconnected Solar PV inverters to Transmission System Faults David Piper, P.E. Operations Planning & Analysis SCE Grid Control Center July 18, 2017 1 OVERVIEW 1. Overview of the event

More information

Application of a MW-Scale Motor-Generator Set to Establish Power-Hardware-in-the-Loop Capability

Application of a MW-Scale Motor-Generator Set to Establish Power-Hardware-in-the-Loop Capability Application of a MW-Scale Motor-Generator Set to Establish Power-Hardware-in-the-Loop Capability Qiteng Hong 1, Ibrahim Abdulhadi 2, Andrew Roscoe 1, and Campbell Booth 1 1 Institute for Energy and Environment,

More information

Harmonizing the Changing Resource Mix Keeping the Grid Together

Harmonizing the Changing Resource Mix Keeping the Grid Together Harmonizing the Changing Resource Mix Keeping the Grid Together Robert W. Cummings Senior Director of Engineering and Reliability Initiatives i-pcgrid March 30, 2017 NERC-IEEE Memorandum of Understanding

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

A Novel Approach for Reducing Proximity to Voltage Instability of Multibus Power System with Line Outage Using Shunt Compensation and Modal Analysis

A Novel Approach for Reducing Proximity to Voltage Instability of Multibus Power System with Line Outage Using Shunt Compensation and Modal Analysis A Novel Approach for Reducing Proximity to Voltage Instability of Multibus Power System with Line Outage Using Shunt Compensation and Modal Analysis S.D.Naik Department of Electrical Engineering Shri Ramdeobaba

More information

A New Control Method for the Power Interface in Power Hardware-in-the-Loop Simulation to Compensate for the Time Delay.

A New Control Method for the Power Interface in Power Hardware-in-the-Loop Simulation to Compensate for the Time Delay. A New Control Method for the Power Interface in Power Hardware-in-the-Loop Simulation to Compensate for the Time Delay. E. Guillo-Sansano efren.guillosansano@strath.ac.uk A.J. Roscoe andrew.j.roscoe@strath.ac.uk

More information

Online Oscillation Management at ISO New England

Online Oscillation Management at ISO New England NASPI. SEPTEMBER 27,2017 Online Oscillation Management at ISO New England SLAVA MASLENNIKOV XIAOCHUAN LUO FRANKIE ZHANG IZUDIN LELIC EUGENE LITVINOV PMU Infrastructure at ISO New England Installed in 2012

More information

Hybrid Anti-Islanding Algorithm for Utility Interconnection of Distributed Generation

Hybrid Anti-Islanding Algorithm for Utility Interconnection of Distributed Generation Hybrid Anti-Islanding Algorithm for Utility Interconnection of Distributed Generation Maher G. M. Abdolrasol maher_photo@yahoo.com Dept. of Electrical Engineering University of Malaya Lembah Pantai, 50603

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

PHASOR TECHNOLOGY AND REAL-TIME DYNAMICS MONITORING SYSTEM (RTDMS) FREQUENTLY ASKED QUESTIONS (FAQS)

PHASOR TECHNOLOGY AND REAL-TIME DYNAMICS MONITORING SYSTEM (RTDMS) FREQUENTLY ASKED QUESTIONS (FAQS) PHASOR TECHNOLOGY AND REAL-TIME DYNAMICS MONITORING SYSTEM (RTDMS) FREQUENTLY ASKED QUESTIONS (FAQS) Phasor Technology Overview 1. What is a Phasor? Phasor is a quantity with magnitude and phase (with

More information

A New Subsynchronous Oscillation (SSO) Relay for Renewable Generation and Series Compensated Transmission Systems

A New Subsynchronous Oscillation (SSO) Relay for Renewable Generation and Series Compensated Transmission Systems 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2015 Grid of the Future Symposium A New Subsynchronous Oscillation (SSO) Relay for Renewable Generation and Series Compensated

More information

Real-time Monitoring of Power Oscillations and Modal Damping in the European ENTSO-E System

Real-time Monitoring of Power Oscillations and Modal Damping in the European ENTSO-E System Mats Larsson, ABB CRC Switzerland; Luis-Fabiano Santos, ABB SAS Switzerland; Galina Antonova, AB B SA Canada, Reynaldo Nuqui, ABB CRC USA NASPI meeting, February 20, 2013 Real-time Monitoring of Power

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

Grid codes and wind farm interconnections CNY Engineering Expo. Syracuse, NY November 13, 2017

Grid codes and wind farm interconnections CNY Engineering Expo. Syracuse, NY November 13, 2017 Grid codes and wind farm interconnections CNY Engineering Expo Syracuse, NY November 13, 2017 Purposes of grid codes Grid codes are designed to ensure stable operating conditions and to coordinate the

More information

Mining Phasor Data To Find The Hidden Gems In Your Archive

Mining Phasor Data To Find The Hidden Gems In Your Archive Electric Power Group Presents Phasor Data Mining Application PDMA Mining Phasor Data To Find The Hidden Gems In Your Archive October 16, 2014 Presented by Vivek Bhaman & Frank Carrera Webinar Phone Number:

More information

Using Synchrophasor System Data for Establishing Operating Range for Operators Guidance and Detection and Analysis of Significant Events

Using Synchrophasor System Data for Establishing Operating Range for Operators Guidance and Detection and Analysis of Significant Events 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http://www.cigre.org 2015 Grid of the Future Symposium Using Synchrophasor System Data for Establishing Operating Range for Operators Guidance

More information

Power Conditioning Equipment for Improvement of Power Quality in Distribution Systems M. Weinhold R. Zurowski T. Mangold L. Voss

Power Conditioning Equipment for Improvement of Power Quality in Distribution Systems M. Weinhold R. Zurowski T. Mangold L. Voss Power Conditioning Equipment for Improvement of Power Quality in Distribution Systems M. Weinhold R. Zurowski T. Mangold L. Voss Siemens AG, EV NP3 P.O. Box 3220 91050 Erlangen, Germany e-mail: Michael.Weinhold@erls04.siemens.de

More information

Implementation of Revised IEEE Standard 1547

Implementation of Revised IEEE Standard 1547 MAY 31, 2017 HOLYOKE, MASSACHUSETTS Implementation of Revised IEEE Standard 1547 Presentation to ISO-TO Operations Committee David Forrest Key Points As New England adds significant amounts of Distributed

More information

Fault Location using PMU Measurements and Wide-area Infrastructure

Fault Location using PMU Measurements and Wide-area Infrastructure Fault Location using PMU Measurements and Wide-area Infrastructure Stéphan D. Picard Mark G. Adamiak GE Digital Energy Grid Automation Markham, Canada stephan.picard@ge.com mark.adamiak@ge.com Vahid Madani

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

PMU-based Voltage Instability Detection through Linear Regression

PMU-based Voltage Instability Detection through Linear Regression PMU-based Voltage Instability Detection through Linear Regression Rujiroj Leelaruji and Prof. Luigi Vanfretti Smart Transmission Systems Lab. Electric Power Systems Department KTH Royal Institute of Technology,

More information

Optimal PMU Placement on Network Branches for Intentional Islanding to Prevent Blackouts

Optimal PMU Placement on Network Branches for Intentional Islanding to Prevent Blackouts Optimal PMU Placement on Network Branches for Intentional Islanding to Prevent Blackouts Mohd Rihan 1, Mukhtar Ahmad 2, M. Salim Beg 3, Anas Anees 4 1,2,4 Electrical Engineering Department, AMU, Aligarh,

More information

Wide-Area Monitoring and Control of Power Systems using Real-Time Hardware-in-the-Loop Simulations

Wide-Area Monitoring and Control of Power Systems using Real-Time Hardware-in-the-Loop Simulations Wide-Area Monitoring and Control of Power Systems using Real-Time Hardware-in-the-Loop Simulations Matthew Weiss Thesis advisor: Dr. Aranya Chakrabortty 7/28/2016 1 Power grids are envisioned to be come

More information

GRID RELIABILITY MONITORING

GRID RELIABILITY MONITORING GRID RELIABILITY MONITORING Using Smart Grids WASS TM - A SynchroPhasor Technology based Real Time Wide Area Situational Awareness Software for Monitoring, Detection and Diagnosis of Power System Issues

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

Smart Grid Where We Are Today?

Smart Grid Where We Are Today? 1 Smart Grid Where We Are Today? Meliha B. Selak, P. Eng. IEEE PES DLP Lecturer melihas@ieee.org 2014 IEEE ISGT Asia, Kuala Lumpur 22 nd May 2014 2 Generation Transmission Distribution Load Power System

More information

Microcontroller Based Protective Relay Testing System

Microcontroller Based Protective Relay Testing System Microcontroller Based Protective Relay Testing System ABDERRAHMANE OUADI, HAMID BENTARZI, MAHFOUD CHAFAI, and ABDELKADER ZITOUNI Signals and Systems Laboratory (SiSyLAB) IGEE, Boumerdes University E-mail:

More information

Line Impedance Estimation Using SCADA Data

Line Impedance Estimation Using SCADA Data Line Impedance Estimation Using SCADA Data Presenter: Ramiro Da Corte - Power System Engineer Prepared by: James Shen - Principal Engineer, AESO Nov. 5, 214 Background AESO is responsible for grid reliability

More information

Using Synchrophasors for Frequency Response Analysis in the Western Interconnection. Bonneville Power Administration -- WECC JSIS Chair

Using Synchrophasors for Frequency Response Analysis in the Western Interconnection. Bonneville Power Administration -- WECC JSIS Chair 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium Using Synchrophasors for Frequency Response Analysis in the Western Interconnection

More information

Application of Synchrophasors in Power Plants Incorporated with Condition Monitoring Systems K P C L

Application of Synchrophasors in Power Plants Incorporated with Condition Monitoring Systems K P C L Application of Synchrophasors in Power Plants Incorporated with Condition Monitoring Systems Nagarjun.Y Assistant Engineer Karnataka Power Corporation Limited India K P C L Outline Synchrophasor Technology

More information

WP4-Hardware in the Loop Validation of the EFCC Scheme

WP4-Hardware in the Loop Validation of the EFCC Scheme WP4-Hardware in the Loop Validation of the EFCC Scheme Mingyu Sun, Dr Mazaher Karimi, Rasoul Azizipanah-Abarghooee Prof Vladimir Terzija Ben Marshall University of Manchester National Grid 0 Presentation

More information

Synchrophasors and the Smarter Grid

Synchrophasors and the Smarter Grid Synchrophasors and the Smarter Grid Synchrophasor A synchrophasor is a phasor measurement with respect to an absolute time reference. With this measurement we can determine the absolute phase relationship

More information

Distribution Fault Location

Distribution Fault Location Distribution Fault Location 1. Introduction The objective of our project is to create an integrated fault locating system that accurate locates faults in real-time. The system will be available for users

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

An Investigation of Controlled System Separation Following Transient Instability

An Investigation of Controlled System Separation Following Transient Instability NATIONAL POER SYSTEMS CONFERENCE, NPSC An Investigation of Controlled System Separation Following Transient Instability K. N. Shubhanga, A. M. Kulkarni, Abstract In this paper, a study has been carried

More information

A New Approach Applied to Adaptive Centralized Load Shedding Scheme

A New Approach Applied to Adaptive Centralized Load Shedding Scheme A New Approach Applied to Adaptive Centralized Load Shedding Scheme HAMID BENTARZI*, ABDERRAHMANE OUADI*, NADIR GHOUT*, FARID MAAMRI* and NIKOS E.MASTORAKIS** *Signals and Systems Laboratory (SiSyLAB)

More information

Linear State Estimation

Linear State Estimation Linear State Estimation Marianna Vaiman, V&R Energy marvaiman@vrenergy.com WECC JSIS Meeting Salt Lake City, UT October 15 17, 2013 Copyright 1997-2013 V&R Energy Systems Research, Inc. All rights reserved.

More information

Symmetrical Components in Analysis of Switching Event and Fault Condition for Overcurrent Protection in Electrical Machines

Symmetrical Components in Analysis of Switching Event and Fault Condition for Overcurrent Protection in Electrical Machines Symmetrical Components in Analysis of Switching Event and Fault Condition for Overcurrent Protection in Electrical Machines Dhanashree Kotkar 1, N. B. Wagh 2 1 M.Tech.Research Scholar, PEPS, SDCOE, Wardha(M.S.),India

More information

Real-time Decentralized Voltage Stability Monitoring and Protection against Voltage Collapse

Real-time Decentralized Voltage Stability Monitoring and Protection against Voltage Collapse Real-time Decentralized Voltage Stability Monitoring and Protection against Voltage Collapse Costas Vournas National Technical University of Athens vournas@power.ece.ntua.gr 1 Outline Introduction to Voltage

More information

AN ABSTRACT OF THE THESIS OF

AN ABSTRACT OF THE THESIS OF AN ABSTRACT OF THE THESIS OF Kelly Tray for the degree of Master of Science in Electrical and Computer Engineering presented on June 6, 2017. Title: Dynamic Composite Load Signature Detection and Classification

More information

An Improved Method of Adaptive Under Voltage Load Shedding

An Improved Method of Adaptive Under Voltage Load Shedding 2016 International Conference on Material Science and Civil Engineering (MSCE 2016) ISBN: 978-1-60595-378-6 An Improved Method of Adaptive Under oltage Load Shedding Hao ZHENG 1,, Ying-ke ZHAO 1, Zhi-qian

More information

Post-Event Analysis of a Compound Event in the ERCOT System Using Synchrophasor Data

Post-Event Analysis of a Compound Event in the ERCOT System Using Synchrophasor Data 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium Post-Event Analysis of a Compound Event in the ERCOT System Using Synchrophasor Data

More information

Distribution Level Metering and Visualization Applications

Distribution Level Metering and Visualization Applications Distribution Level Metering and Visualization Applications Jason Bank May 1, 2012 NREL is a national laboratory of the U.S. Department of Energy, Office of Energy Efficiency and Renewable Energy, operated

More information

Phasor Measurements for Blackout Prevention

Phasor Measurements for Blackout Prevention Phasor Measurements for Blackout Prevention Anjan Bose Washington State University Pullman, WA, USA i-pcgrid 2013 San Francisco, CA March 26-28, 2013 Monitoring the Power Grid (SCADA) Visualization Tables

More information

TRADITIONALLY, if the power system enters the emergency

TRADITIONALLY, if the power system enters the emergency IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 1, FEBRUARY 2007 433 A New System Splitting Scheme Based on the Unified Stability Control Framework Ming Jin, Tarlochan S. Sidhu, Fellow, IEEE, and Kai

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

Operation Analysis of Current Transformer with Transient Performance Analysis Using EMTP Software

Operation Analysis of Current Transformer with Transient Performance Analysis Using EMTP Software Operation Analysis of Current Transformer with Transient Performance Analysis Using EMTP Software Govind Pandya 1, Rahul Umre 2, Aditya Pandey 3 Assistant professor, Dept. of Electrical & Electronics,

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

POWER SYSTEM BACKUP PROTECTION USING SYNCHRONIZED PMU

POWER SYSTEM BACKUP PROTECTION USING SYNCHRONIZED PMU POWER SYSTEM BACKUP PROTECTION USING SYNCHRONIZED PMU LAVUDYA JAYASREE 1 and GAIRABOINA NAGARAJU 2 1,2 Dept. of Electrical And Electronics, Engineering, Christu Jyothi Institute of Technology And Science,Yeshwanthapur,

More information

NOWADAYS, there is much interest in connecting various

NOWADAYS, there is much interest in connecting various IEEE TRANSACTIONS ON SMART GRID, VOL. 4, NO. 1, MARCH 2013 419 Modified Dynamic Phasor Estimation Algorithm for the Transient Signals of Distributed Generators Dong-Gyu Lee, Sang-Hee Kang, and Soon-Ryul

More information

Simulation Programs for Load Shedding Studies: Expermintal Results

Simulation Programs for Load Shedding Studies: Expermintal Results Simulation Programs for Load Shedding Studies: Expermintal Results Rasha M. El Azab and P.Lataire Department Of Electrical Engineering And Energy Technology Vrije Universiteit Brussel Brussels, Belgium

More information

Keeping it up to Speed Off-Nominal Frequency Operations. CETAC 2018 San Ramon

Keeping it up to Speed Off-Nominal Frequency Operations. CETAC 2018 San Ramon Keeping it up to Speed Off-Nominal Frequency Operations CETAC 2018 San Ramon 1 Welcome CETAC 2018 San Ramon Valley Conference Center General Class Information: Safety/Fire evacuation In event of emergency,

More information

Energy System Protection for Grid Resilience. Xianyong Feng, PhD, PE Center for Electromechanics The University of Texas at Austin October 31, 2017

Energy System Protection for Grid Resilience. Xianyong Feng, PhD, PE Center for Electromechanics The University of Texas at Austin October 31, 2017 Energy System Protection for Grid Resilience Xianyong Feng, PhD, PE Center for Electromechanics The University of Texas at Austin October 31, 1 Presentation Outline Overview Mission Critical Energy Systems

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

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

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

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

Introduction to micropmu. PSL Australasian Symposium 2017 September 29 Thomas Pua Product Engineer

Introduction to micropmu. PSL Australasian Symposium 2017 September 29 Thomas Pua Product Engineer Introduction to micropmu PSL Australasian Symposium 2017 September 29 Thomas Pua Product Engineer What are synchrophasors? What are synchrophasors? Synchrophasors compare the phase angle of the voltage

More information

Implementation of Automatic Under Voltage Load Shedding Program in Entergy System

Implementation of Automatic Under Voltage Load Shedding Program in Entergy System Implementation of Automatic Under Voltage Load Shedding Program in Entergy System Sharma Kolluri, IEEE Fellow Manager, Transmission Planning Entergy Services, Inc. Presentation at i-pcgrid Workshop San

More information