RT- HIL Implementation of Hybrid Synchrophasor and GOOSE- based Passive Islanding Schemes

Size: px
Start display at page:

Download "RT- HIL Implementation of Hybrid Synchrophasor and GOOSE- based Passive Islanding Schemes"

Transcription

1 RT- HIL Implementation of Hybrid Synchrophasor and - based Passive Islanding Schemes M. Shoaib Almas E- mail: msalmas@kth.se PhD Candidate Electric Power Systems Department KTH Royal Institute of Technology Stockholm, Sweden Dr. Luigi Vanfretti E- mail: luigiv@kth.se Luigi.vanfretti@statnett.no Associate Professor, Docent Special Advisor in Electric Power Systems Strategy and Public Department Affairs KTH Royal Institute of R&D Department (FoU) Technology Statnett SF Stockholm, Sweden Oslo, Norway Working Group: Power System Dynamics Measurements July 28, 215

2 2 The work presented here is a result of the collaboration between KTH SmarTS Lab (Sweden), Statnett SF (Norway) This work has been financed by: Statnett SF, the Norwegian transmission system operator, through its Smart Operation R&D program. The Nordic Energy Research through the STRONgrid project. The following people have contributed to this work: KTH SmarTS Lab: Dr. Luigi Vanfretti, M. Shoaib Almas, Maxime Baudette, Viktor K. Appelgren, Eldrich Rebello Statnett SF: Stig Løvlund, Jan O. Gjerde, Dr. Luigi Vanfretti.

3 3 Outline view of SmarTS Lab Synchrophasors for time- critical protection applications? Why a hybrid synchrophasor and IEC based scheme? Passive islanding detection schemes using local synchrophasors /under /under ROCOF Passive islanding detection schemes using wide- area synchrophasors Conclusions

4 4 Our Architecture ECS

5 5 Synchrophasors for Protection Applications System Integrity Protection Schemes (SIPS), Remedial Action Schemes (RASs), Intelligent Load- Shedding schemes utilizing synchrophasor measurementsare beingresearched. Back- up protection relays have an operating time between 1-5 msec, which can easily be taken care by synchrophasor- basedschemes. Local synchrophasor- based islanding detection schemes are the first logical step towards the implementation of more complex and wide- area synchrophasor- based islanding schemes.

6 6 Hybrid Synchrophasor and IEC based Passive Islanding Detection Methods The proposed hybrid schemes ensure minimum communication delays. (Synchrophasors utilized internally + Latency related to I/O status change of PMU) Deployment ofprotection actions usinglogic equations avoids the delays incurred due to intermediate PDC or IEEE C protocolparser. Latencies such as PMU filtering delay, PMU synchrophasor computation delay, latencies associated with remote measurements time- alignment, PMU algorithm execution delay, synchrophasor frame formation delay and message delays cannot be evaluated by simulation- alone. (RT- HIL is necessary).

7 7 Hybrid Synchrophasorand IEC based Passive Islanding Detection Methods (Local Synchrophasors) IEEE 3- machine, 9- bus power system modelled in MATLAB/Simulink. The islanded region is outlined G2 Bus 2 Bus 7 T2 Bus 4 G1 T1 Load C 1 MW 35 Mvar Bus 9 T3 Bus 3 CB- 1a Bus 8 3 MW 18/23 kv 23/18 kv 27 MW CB- 1b Bus 6 Bus 5 Load B CB- 2a 9 MW CB- 2b 3 Mvar Legend Load A 125 MW 5 Mvar Islanded System Hardwire interface Synchrophasors over TCP/IP IEC /23 kv Bus 1 CB- 3 3 MW G3 and current phasors computed at 5 msgs/sec SEL- 421 PMU Trip Signal () To Monitoring Application

8 Hybrid Synchrophasorand IEC based Passive Islanding Detection Methods (Local Synchrophasors) Local Synchrophasors The synchrophasors are internally utilized by the PMU to execute the islanding detection algorithms deployed using logic equations. Once the islanding condition is detected, a trip command is generated by the PMU and a message with changed status is sent to the RTS Real- Time Simulator IEEE 3- machine, 9- bus system being executed in real- time using Opal- RT Real- Time Simulator GPS Antenna Substation Clock Arbiter Model 194 B Amplified three phase voltage and current of Bus 2 and Current Amplifiers Trip Signal () Once islanding condition is detected, PMU sends a trip signal using message to RTS. This message is subscribed inside RTS to open circuit breaker CB- 3 upon status change. Legend GPS Signal Hardwired SEL- 421 PMU S3DK S3DK unwraps the PMU stream and provide raw phasors, analog and digital wrapped in IEEE C format in Labview enviroment. PMU stream Trip Signal () Phasors for Va, Vb, Vc, V+, Ia, Ib, Ic, I+ computed at 5 msgs /sec Synchrophasor based Passive Islanding Detection Algorithm based on local synchrophasors is executed inside the PMU Islanding Detection Monitoring Application S 3 DK Raw measurements in LabVIEW Islanding Detected Developed Monitoring Application Measured Synchrophasor Time Breaker Trip Trip Time 19:57:8.2

9 9 Hybrid Synchrophasorand IEC based Passive Islanding Detection Methods (Local Synchrophasors) V+ mag local (PMU) a.9 cyc cyc TRIP b PMV53 := V1YPMM % Storing positive sequence voltage phasor magnitude in user defined analog PMV54 := 1.1 % Storing upper threshold value of 1.1 in user defined analog PMV55 :=.9 % Storing lower threshold value of.9 in user defined analog PSV1 := PMV53 > PMV54 % SET if positive sequence voltage phasor magnitude is greater than upper threshold PSV2 := PMV53 < PMV55 % SET if positive sequence voltage phasor magnitude is lesser than lower threshold PSV3 := PSV1 OR PSV2 % Logical OR operation. SET if either upper or lower threshold is exceeded. PSV49 := PSV1 % Store the status of upper threshold surpass as Digital 1 in C frame. PSV5 := PSV2 % Store the status of lower threshold surpass as Digital 2 in C frame. PSV51 := PSV3 % Store the status of PSV3 as Digital 3 in C frame. PCT1IN := PSV3 % Input for conditioning timer. Timer tracks PSV3 PCT1PU := 1. % Pickup is set to 1 cycles i.e. When PSV3 changes state from to 1, the timer will pick it up only if the state of PSV1 stays at 1 for 1 cycles PCT1Q : Timer output goes to 1 when the total time exceeds 1 cycles after the PSV1 is set PSV52 := PCT1Q % Store the status of conditional timer output as Digital 4 in C frame. c PMU Name PMU ID Input Connection PMU State PMU Status Unlock Time Distance M 2 Distance M Found OK Locked Timestamp 6/27/215 2:46:23.74 Hz. df/dt. Hz./s Phasors Analogs Digitals = Nominal Name Magnitude Value V1YPM VAYPM VBYPM VCYPM I1WPM Name Value PMV64. PMV63. PMV62. PMV61. PSV49 Configured Phasors, Analogs and Digitals for the PMU. These values are packgaed in C frame and are streamed out as synchrophasors PSV53 PSV57 PSV61 PSV5 1 PSV54 PSV58 PSV62 PSV51 1 PSV55 PSV59 PSV63 PSV52 1 PSV56 PSV6 PSV64 (a) Logic diagram (b) Protection logic equations used to deploy the algorithm within the PMU. (c) Synchrophasor frame showing the configured phasors, analogs and digitals. PSV 49- PSV 52 stores the digital status as configured by the protection logic equations (b).

10 Hybrid Synchrophasorand IEC based Passive Islanding Detection Methods (Wide- Area Synchrophasors) PMU- B is configured as a client for PMU- A and direct relay- to- relay communication technique is used between them. This allows the two PMUs to exchange synchrophasors directly, without the requirement of an intermediate PDC 1 Real- Time Simulator IEEE 3- machine, 9- bus test system being executed in real- time using Opal- RT Real- Time Simulator GPS Antenna Substation Clock Arbiter Model 194 B Amplified three phase voltage and current of Bus 7 (Remote Bus) and Current Amplifiers Amplified three phase voltage and current of Bus 4 (Local Bus) and Current Amplifiers Trip Signal () PMU- A (Server) PMU- B (Client) Once islanding condition is detected, PMU sends a trip signal using message to RTS. This message is subscribed inside RTS to open circuit breaker CB- 3 upon status change. Legend Phasor Measurement Units (PMUs) Va, Vb, Vc, V+, Ia, Ib, Ic, I+ computed at 5 frames / sec are sent to PMU- B Direct relay- to- relay communication Synchrophasor based Passive Islanding Detection Algorithm based on wide- area synchrophasors is executed inside PMU- B GPS Signal Hardwired a PMU stream Trip Signal Va- mag local (PMU- B) Va- mag remote (PMU- A) abs b.1 1 cyc cyc TRIP PMV53 := V1VPMM % Storing positive sequence voltage phasor in user defined analog value PMV54 := RTCAP1 % Storing positive sequence remote phasor in user defined analog value) PMV55 :=.1 % Storing threshold value of.1 in user defined analog value PSV1 := Abs(PMV53- PMV54) > PMV55 % SET if Absolute value of difference in positive sequence synchrophasor magnitude is greater than.1. Logic equations for PCT1 (Timer) and Synchrophasors digitals are the same as in Fig. 3(b) Algorithms for wide- area synchrophasor- based islanding detection using synchrophaosr frequency and ROCOF thresholds were implemented in the same way

11 ROCOF >.2 ROCOF >.2 11 Reactive Power Mismatch (ΔQ) 3% 2% 1% - 35% - 25% - 15% - 1% NDZ Comparison Reactive Power Mismatch (ΔQ) NDZ Non- Detection Zone for Passive Islanding Detection Schemes using Local Synchrophasor Measurements 1% 2% 3% 1% 2% 3% - 2% - 2% a - 3% b - 3% c 3% 2% 1% - 35% - 25% - 15% - 1% NDZ 1% 2% 3% 3% 2% 1% 5% - 35% - 25% - 15% - 1% NDZ Active Power Mismatch (ΔP) 1% 2% 3% - 25% - 15% ROCOF >.2 Non- Detection Zone for Passive Islanding Detection Schemes using Wide- Area Synchrophasor Measurements - 2% - 2% a - 3% b - 3% c 3% 2% 1% 5% - 35% - 25% - 15% - 1% NDZ - 25% - 15% ROCOF >.2 3% 2% 1% 5% - 5% - 1% - 2% - 3% 3% 2% 1% 5% - 5% - 1% - 2% - 3% ROCOF >.2 NDZ 1% 2% 3% ROCOF >.2 ROCOF >.2 NDZ 1% 2% 3% ROCOF >.2 Active Power Mismatch (ΔP)

12 12 Trip Time for DG Disconnection (s) Wide- Area Synchrophasors Trip Time for DG Disconnection (s) Local Synchrophasors Trip Time (s) Trip Time (sec) Active Power Mismatch (%) / / ROCOF Based Islanding o/u o/u ROCOF Threshold N D Z N D Z INF INF INF - 1% 1-9% 2-8% 3-7% 4-6% 5-5% 6-4% 7-3% 8-2% 9-1% 11 % 1% 12 2% 13 3% 14 4% 15 5% 16 6% 17 7% 18 8% 19 9% 2 1% o/u Volt o/u Freq ROCOF Threshold Active Power Mismatch (%) N D Z N D Z Active Power Mismatch (ΔP) / / ROCOF Based Islanding N D Z INF - 1% - 9% - 8% - 7% - 6% - 5% - 4% - 3% - 2% - 1% % 1% 2% 3% 4% 5% 6% 7% 8% 9% 1% N D Z Active Power Mismatch (ΔP) Operating Time Comparison

13 13 Communication Latencies Analysis VRAW Communication Latency between PMU and a real- time synchronized RTS VRAW (Volts) a VRAW : input to the VT Module of PMU Delay (millisecond) b VAZM : Filtered Instantaneous Magnitude of Phase A Time stamp of Synchrophasor Measurements Transducer Delay + Filter Delay 3 ms 3 ms Total PMU Processing Delay (6 ms) PMV61 : Synchrophasor computed for Phase A by the PMU Phasor Computation Delay () () () () () () () () () () () () () () () () () c () () () () () () () () () () () () () () () () () message being published by SEL PMU at a heartbeat of 1 msec. This monitors the communication path between the PMU and controller Once the status changes, bursts of repeated messages within 4-8 msec are sent by PMU and it gradually slows back down to the heartbeat rate of 1 msec Calculation of different latencies PMU processing delay (6 msec) [Filtering + Synchrophasor computaion] Delay associated in assembling synchrophasors in IEEE C format (45 msec) Communication latency of messages (4 msec)

14 14 Conclusions ROCOF-based schemes are effective for both active and reactive power mismatch, and result in faster operation. Wide-area schemes not only perform faster, but also have smaller NDZs If latencies are kept to a minimum, wide-area passive islanding detection schemes reduce the NDZ to half or two-third of the one using local synchrophasors. Fraction of Second (s) Extra Delay Incurred Within PMU-B for Synchrophasor Acquisition from PMU A and Time-Allignment X: 1.4 Y:.98 Fraction of Second (FOS) of PMU A Delayed Fraction of Second of PMU B for Time- Allignment X: 1.4 Y: Time (s) X: 1.4 Y:.98 Total Delay for Time Allignemnt = = 4 ms X: 1.4 Y: Time (s) Additional delay of 4 ms incurred inside PMU- B for synchrophasor acquisition from PMU- A and its time alignment while executing wide- area synchropahsors- based passive islanding detection schemes.

15 15 Thank you! Questions? an/organisation/avdelningar/eps/r esearch/smarttslab

Postprint. This is the accepted version of a paper presented at IEEE PES General Meeting 2016, Boston.

Postprint.   This is the accepted version of a paper presented at IEEE PES General Meeting 2016, Boston. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at IEEE PES General Meeting 2016, Boston. Citation for the original published paper: Almas, M S., Vanfretti, L. (2016)

More information

Experiences with Steady-State PMU Compliance Testing using Standard Relay Testing Equipment. In:

Experiences with Steady-State PMU Compliance Testing using Standard Relay Testing Equipment. In: http://www.diva-portal.org This is the published version of a paper presented at IEEE PQ 214. Citation for the original published paper: Almas, M., Kilter, J., Vanfretti, L. (214) Experiences with Steady-State

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

SmarTS Lab A real-time hardware-in-the-loop laboratory for developing WAMPAC applications

SmarTS Lab A real-time hardware-in-the-loop laboratory for developing WAMPAC applications SmarTS Lab A real-time hardware-in-the-loop laboratory for developing WAMPAC applications Dr. Luigi Vanfretti, M. Shoaib Almas KTH Royal Institute of Technology Electric Power Systems E-mail: luigiv@kth.se

More information

Synchrophasor Applications for Distribution Networks Enhancing T&D Operation and Information Exchange

Synchrophasor Applications for Distribution Networks Enhancing T&D Operation and Information Exchange Synchrophasor Applications for Distribution Networks Enhancing T&D Operation and Information Exchange Luigi Vanfretti, Hossein Hooshyar, Farhan Mahmood, Ravi Shankar Singh, Ali Bidadfar, Narender Singh,

More information

Postprint. This is the accepted version of a paper presented at IEEE PES GM 2015.

Postprint.  This is the accepted version of a paper presented at IEEE PES GM 2015. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at IEEE PES GM 2015. Citation for the original published paper: Almas, M., Vanfretti, L. (2015) RT-HIL Testing of

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

Anti-Islanding Today, Successful Islanding in the Future

Anti-Islanding Today, Successful Islanding in the Future Anti-Islanding Today, Successful Islanding in the Future John Mulhausen and Joe Schaefer Florida Power & Light Company Mangapathirao Mynam, Armando Guzmán, and Marcos Donolo Schweitzer Engineering Laboratories,

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

Smart Transmission Grids Operation and Control

Smart Transmission Grids Operation and Control INSTITUTE OF PHYSICAL ENERGETICS Smart Transmission Grids Operation and Control Dr.sc.ing. Anna Mutule Northern Region 2017 Workshop Information, 7-8 December, Latvia Timeline and Project Partners October

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

ADVANCED VECTOR SHIFT ALGORITHM FOR ISLANDING DETECTION

ADVANCED VECTOR SHIFT ALGORITHM FOR ISLANDING DETECTION 23 rd International Conference on Electricity Distribution Lyon, 5-8 June 25 Paper 48 ADVANCED VECT SHIFT ALGITHM F ISLANDING DETECTION Murali KANDAKATLA Hannu LAAKSONEN Sudheer BONELA ABB GISL India ABB

More information

Qualitrol s PMU Technologies

Qualitrol s PMU Technologies Qualitrol s PMU Technologies IDM NASPI Conference June 2008 BEN 6000 Agenda 1. Qualitrol s experience 2. Recording functions that compliment Phasor Measurement 3. A Multi function PMU 4. PMU Case Study

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

A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor. S.H.Haggag, Ali M. El-Rifaie,and Hala M.

A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor. S.H.Haggag, Ali M. El-Rifaie,and Hala M. Proceedings of the World Congress on Engineering 013 Vol II,, July 3-5, 013, London, U.K. A New Fault Detection Tool for Single Phasing of a Three Phase Induction Motor S.H.Haggag, Ali M. El-Rifaie,and

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

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

PMU Implementation Issues

PMU Implementation Issues 1 PMU Implementation Issues Experiences in Incorporating PMUs in Power System State Estimation July 29, 2015 Denver, CO Historical Overview of PMU Implementation 1988 First Academic PMU installed at substation

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

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

Real Time PMU Assisted Wide Area Oscillation Damping using Compact Reconfigurable Controllers

Real Time PMU Assisted Wide Area Oscillation Damping using Compact Reconfigurable Controllers Real Time PMU Assisted Wide Area Oscillation Damping using Compact Reconfigurable Controllers May 05, 2014 ELDRICH REBELLO Master s Degree Project Stockholm, Sweden 2014 September 2013 to April 2014 Real

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

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

Synchronous Measurement, Control, & Protection of Electric Power Systems. Dr. Edmund O. Schweitzer, III February 29, 2012

Synchronous Measurement, Control, & Protection of Electric Power Systems. Dr. Edmund O. Schweitzer, III February 29, 2012 Synchronous Measurement, Control, & Protection of Electric Power Systems Dr. Edmund O. Schweitzer, III February 29, 2012 Copyright SEL 2011 The Future of Power Systems No Blackouts New Sources Better Control

More information

Digital Line Protection System

Digital Line Protection System Digital Line Protection System! Microprocessor Based Protection, Control and Monitoring System! Waveform Sampling! Proven Protection! Economical! Ease of Retrofit 1 DLP-D D Enhancements ASCII SUBSET Three

More information

Phasor Measurement Unit and Phasor Data Concentrator test with Real Time Digital Simulator

Phasor Measurement Unit and Phasor Data Concentrator test with Real Time Digital Simulator Downloaded from orbit.dtu.dk on: Apr 26, 2018 Phasor Measurement Unit and Phasor Data Concentrator test with Real Time Digital Simulator Diakos, Konstantinos; Wu, Qiuwei; Nielsen, Arne Hejde Published

More information

Digital Fault Recorder Deployment at HVDC Converter Stations

Digital Fault Recorder Deployment at HVDC Converter Stations Digital Fault Recorder Deployment at HVDC Converter Stations On line continuous monitoring at HVDC Converter Stations is an important asset in determining overall system performance and an essential diagnostic

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

Synchrometrology and PMU Testing at NIST

Synchrometrology and PMU Testing at NIST Synchrometrology and PMU Testing at NIST Jerry FitzPatrick and Tom Nelson National Institute of Standards and Technology i-pcgrid Workshop 2013 March 27, 2013 2 Topics for Today NIST Mission SGIP NIST

More information

Islanding Detection Technique based on Simulation of IEEE16 Bus System

Islanding Detection Technique based on Simulation of IEEE16 Bus System Islanding Detection Technique based on Simulation of IEEE16 Bus System 1 Mahesh M, 2 Kusuma Devi G.H. 1 PG Scholar, 2 Research Scholar Jain University Bengaluru. Dept. of Electrical and Electronics Engineering.

More information

Using a Multiple Analog Input Distance Relay as a DFR

Using a Multiple Analog Input Distance Relay as a DFR Using a Multiple Analog Input Distance Relay as a DFR Dennis Denison Senior Transmission Specialist Entergy Rich Hunt, M.S., P.E. Senior Field Application Engineer NxtPhase T&D Corporation Presented at

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

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

ALP-UDR Universal Detection Relay user-defined protection, automation, and monitoring

ALP-UDR Universal Detection Relay user-defined protection, automation, and monitoring ALP-UDR Universal Detection Relay user-defined protection, automation, and monitoring The first Real-Time Protection and Automation platform that can be adapted to a wide variety of applications. While

More information

System Protection Schemes in Power Network based on New Principles

System Protection Schemes in Power Network based on New Principles System Protection Schemes in Power Network based on New Principles Daniel Karlsson, ABB Automation Products AB S-721 59 Västerås, SWDN daniel.h.karlsson@se.abb.com Abstract This report describes how a

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

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

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

Embedded Generation Information Package

Embedded Generation Information Package Embedded Generation Information Package Remote Monitoring (RM) Remote Shutdown (RS) Prepared by: Station Design and Standards Embedded Generation Revision: 1.6 December 2015 Page 1 of 10 1. Background:

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

F6052 Universal Time Synchronizer

F6052 Universal Time Synchronizer F6052 Universal Time Synchronizer Doble Engineering Company March 2014 2013 Doble Engineering Company. All Rights Reserved 1 2013 Doble Engineering Company. All Rights Reserved History of Portable Time

More information

REAL-TIME UNDERLOAD TAP-CHANGER CONTROL BASED ON SYNCHROPHASOR MEASUREMENTS

REAL-TIME UNDERLOAD TAP-CHANGER CONTROL BASED ON SYNCHROPHASOR MEASUREMENTS Rev. Roum. Sci. Techn. Électrotechn. et Énerg. Vol. 6, 4, pp. 343 348, Bucarest, 206 REAL-TIME UNDERLOAD TAP-CHANGER CONTROL BASED ON SYNCHROPHASOR MEASUREMENTS ADEYEMI CHARLES ADEWOLE, RAYNITCHKA TZONEVA

More information

Hamdy Faramawy Senior Application Specialist ABB Sweden

Hamdy Faramawy Senior Application Specialist ABB Sweden Design, Engineering and Application of New Firm Capacity Control System (FCCS) Mohammed Y. Tageldin, MSc. MIET Senior Protection Systems Engineer ABB United Kingdom mohammed.tageldin@gb.abb.com Hamdy Faramawy

More information

A proven distribution feeder solution with integrated protection, monitoring, and control

A proven distribution feeder solution with integrated protection, monitoring, and control SEL-35 Protection System A proven distribution feeder solution with integrated protection, monitoring, and control Achieve sensitive and secure fault detection using comprehensive protection functions.

More information

Jean-Pierre Braun obtained the B.E. degree from the Ecole d'ingénieurs de Genève, Switzerland, in 1980; the M.E.M. degree from the University of

Jean-Pierre Braun obtained the B.E. degree from the Ecole d'ingénieurs de Genève, Switzerland, in 1980; the M.E.M. degree from the University of Jean-Pierre Braun obtained the B.E. degree from the Ecole d'ingénieurs de Genève, Switzerland, in 1980; the M.E.M. degree from the University of Technology Sydney, Australia, in 1993; and the M.Eng.Sc.

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

Wide Area Measurement System Integration. GE Consumer & Industrial Multilin

Wide Area Measurement System Integration. GE Consumer & Industrial Multilin Wide Area Measurement System Integration The Need for Wide-Area Measurements Following the blackout, a federal commission was appointed Fault found with utility companies: no real-time knowledge of the

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

A Novel Islanding Detection Technique for Distributed Generation (DG) Units in Power System

A Novel Islanding Detection Technique for Distributed Generation (DG) Units in Power System A Novel Islanding Detection Technique for Distributed Generation (DG) Units in Power System Amin Safari Department of Electrical Engineering, Ahar Branch, Islamic Azad University, Ahar, Iran a-safari@iau-ahar.ac.ir

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

Microgrid Islanding with a Battery Energy Storage System (BESS) Gabriel Haines

Microgrid Islanding with a Battery Energy Storage System (BESS) Gabriel Haines Microgrid Islanding with a Battery Energy Storage System (BESS) Gabriel Haines 27/03/2018 1 INTRODUCTION A microgrid is a small group of generation sources and loads that operate together as one system.

More information

Adamantios Marinakis, Scientist, 12 th IEEE SB Power Engineering Symposium, Leuven, Enhancing Power System Operation with WAMS

Adamantios Marinakis, Scientist, 12 th IEEE SB Power Engineering Symposium, Leuven, Enhancing Power System Operation with WAMS Adamantios Marinakis, Scientist, 12 th IEEE SB Power Engineering Symposium, Leuven, 24.03.2016 Enhancing Power System Operation with WAMS Presentation Outline 1. Introduction to WAMS 2. Present WAMS applications:

More information

Enabling Tomorrow s Technology Today

Enabling Tomorrow s Technology Today Enabling Tomorrow s Technology Today Who are we? Arbiter Systems Inc. established in 1973 Founded as a metrology consulting company for the US Navy Resulted in three main product categories: Measurement

More information

Under-Frequency Load Shedding based on PMU Estimates of Frequency and ROCOF

Under-Frequency Load Shedding based on PMU Estimates of Frequency and ROCOF Under-Frequency Load Shedding based on PMU Estimates of Frequency and ROCOF Asja Derviškadić, Yihui Zuo, Guglielmo Frigo and Mario Paolone Swiss Federal Institute of Technology (EPFL) Distributed Electrical

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

Multimeter 500CVD21 RTU500 series

Multimeter 500CVD21 RTU500 series Remote Terminal Units - Data sheet Multimeter 500CVD21 RTU500 series CT/VT interface with 4 voltage and 24 current inputs for direct monitoring of 3/4 wire 0 300 V AC (line to earth), 0...500 V AC (phase

More information

Phasor Measurement Unit (PMU) Performance Test Report for TESLA 4000

Phasor Measurement Unit (PMU) Performance Test Report for TESLA 4000 Phasor Measurement Unit (PMU) Performance Test Report for TESLA 4000 IEEE C37.118.1 2011 (IEEE C37.118.1a 2014) Introduction This report summarizes PMU performance test results for the TESLA 4000 Digital

More information

Accurate Synchrophasor Estimation to Support the Islanding Maneuver of Active Distribution Networks

Accurate Synchrophasor Estimation to Support the Islanding Maneuver of Active Distribution Networks Working Group Meeting June 5-6, 2012 Accurate Synchrophasor Estimation to Support the Islanding Maneuver of Active Distribution Networks Prof. Mario Paolone EPFL, Switzerland - Distributed Electrical Systems

More information

NO WARRANTIES OF ANY KIND ARE IMPLIED ON THE INFORMATION CONTAINED IN THIS DOCUMENT.

NO WARRANTIES OF ANY KIND ARE IMPLIED ON THE INFORMATION CONTAINED IN THIS DOCUMENT. MODBUS/BECO2200-M3425A Communication Data Base for M-3425A Integrated Protection System Device I.D. = 150 Specifications presented herein are thought to be accurate at the time of publication but are subject

More information

Issue No : 2 Dt of Revision :

Issue No : 2 Dt of Revision : PURCHASE DIVISION DEPARTMENT QUALITY MANUAL Revision No. : 02 Issue No : 2 Dt of Revision : 17.9.2012 Issue Dt. : 30.06.2003 Page No. : 1 OF 3 Issued by : Q A Section : 0 Document : DQM-01 Topic : FORMAT

More information

Transmission Line Protection Objective. General knowledge and familiarity with transmission protection schemes

Transmission Line Protection Objective. General knowledge and familiarity with transmission protection schemes Transmission Line Protection Objective General knowledge and familiarity with transmission protection schemes Transmission Line Protection Topics Primary/backup protection Coordination Communication-based

More information

GRID CODE COMPATIBLE PROTECTION SCHEME FOR SMART GRIDS

GRID CODE COMPATIBLE PROTECTION SCHEME FOR SMART GRIDS GRID CODE COMPATIBLE PROTECTION SCHEME FOR SMART GRIDS Hannu LAAKSONEN ABB Oy Finland hannu.laaksonen@fi.abb.com ABSTRACT Medium-voltage (MV) network short-circuit protection operation time delays have

More information

This is the published version of a paper presented at EPE 14-ECCE Europe. Citation for the original published paper:

This is the published version of a paper presented at EPE 14-ECCE Europe. Citation for the original published paper: http://www.diva-portal.org This is the published version of a paper presented at EPE 14-ECCE Europe. Citation for the original published paper: Ahmad Khan, N., Vanfretti, L., Li, W. (214) Hybrid Nearest

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

Protective Relay Synchrophasor Measurements During Fault Conditions

Protective Relay Synchrophasor Measurements During Fault Conditions Protective Relay Synchrophasor Measurements During Fault Conditions Armando Guzmán, Satish Samineni, and Mike Bryson Schweitzer Engineering Laboratories, Inc. Published in SEL Journal of Reliable Power,

More information

SynchroPhasor use at OG&E. Austin D. White P.E. Steven E. Chisholm Oklahoma Gas & Electric

SynchroPhasor use at OG&E. Austin D. White P.E. Steven E. Chisholm Oklahoma Gas & Electric SynchroPhasor use at OG&E Austin D. White P.E. Steven E. Chisholm Oklahoma Gas & Electric Outline Hardware/Software Overview Current Deployment Status Use at OG&E Problems Solved & Interesting Findings

More information

Setting Generic Distance Relay UTP-100#WPSC1. in the. Computer-Aided Protection Engineering System (CAPE)

Setting Generic Distance Relay UTP-100#WPSC1. in the. Computer-Aided Protection Engineering System (CAPE) Setting Generic Distance Relay UTP-100#WPSC1 in the Computer-Aided Protection Engineering System (CAPE) Prepared for CAPE Users' Group August 6, 1998 Revised August 24, 1998 Electrocon International, Inc.

More information

Success Story. 1. Context

Success Story. 1. Context Collaboration between VIZIMAX and OPAL-RT leads to early certification of the VIZIMAX PMU and to the validation of OPAL-RT s accurate PMU algorithm test suite against official certification lab results.

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

SEL-311C TRANSMISSION PROTECTION SYSTEM

SEL-311C TRANSMISSION PROTECTION SYSTEM SEL-3C TRANSMISSION PROTECTION SYSTEM ADVANCED TRANSMISSION LINE PROTECTION, AUTOMATION, AND CONTROL Bus ANSI NUMBERS/ACRONYMS AND FUNCTIONS 52 3 3 2 P G 8 O U 27 68 50BF 67 P G Q 50 P G Q 59 P G Q 5 P

More information

CAPRICA: A Testbed Demonstrating a Cyber-Secure Synchronous Power Island. Dr Kieran McLaughlin, Dr David Laverty, Prof Sakir Sezer

CAPRICA: A Testbed Demonstrating a Cyber-Secure Synchronous Power Island. Dr Kieran McLaughlin, Dr David Laverty, Prof Sakir Sezer CAPRICA: A Testbed Demonstrating a Cyber-Secure Synchronous Power Island Dr Kieran McLaughlin, Dr David Laverty, Prof Sakir Sezer Queen s University Belfast October 2018 Overview About the CAPRICA project

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 239-248 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Method of Determining Load Priority using Fuzzy Logic for Adaptive Under Frequency

More information

SYNCHRONIZED PHASOR MEASUREMENT TECHNIQUES. A.G. Phadke

SYNCHRONIZED PHASOR MEASUREMENT TECHNIQUES. A.G. Phadke SYNCHRONIZED PHASOR MEASUREMENT TECHNIQUES A.G. Phadke Lecture outline: Evolution of PMUs Standards Development of Phasor Measurement Units Phasor Estimation Off-nominal frequency phasors Comtrade Synchrophasor

More information

DOUBLE-ENDED FAULT LOCATORS

DOUBLE-ENDED FAULT LOCATORS The InterNational Electrical Testing Association Journal FEATURE END-TO-END TESTING OF DOUBLE-ENDED FAULT LOCATORS BY STEVE TURNER, Beckwith Electric Company, Inc.. www.netaworld.org FOR HIGH VOLTAGE,

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

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

Doãn Văn Đông, College of technology _ Danang University. 2. Local Techniques a. Passive Techniques

Doãn Văn Đông, College of technology _ Danang University. 2. Local Techniques a. Passive Techniques Detection of Distributed Generation Islanding Using Negative Sequence Component of Voltage Doãn Văn Đông, College of technology _ Danang University Abstract Distributed generation in simple term can be

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

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

Interconnection-Wide Oscillation Analysis: Baselining Oscillation Modes in the North American Power System Objective Purpose

Interconnection-Wide Oscillation Analysis: Baselining Oscillation Modes in the North American Power System Objective Purpose Interconnection-Wide Oscillation Analysis: Baselining Oscillation Modes in the North American Power System NERC Synchronized Measurement Subcommittee (SMS) Scope Document Objective The objective of the

More information

UNIT II: WIDE AREA MONITORING SYSTEM

UNIT II: WIDE AREA MONITORING SYSTEM UNIT II: WIDE AREA MONITORING SYSTEM Fundamentals of Synchro phasor Technology - concept and benefits of wide area monitoring system-structure and functions of Phasor Measuring Unit (PMU) and Phasor Data

More information

Transmission Protection Overview

Transmission Protection Overview Transmission Protection Overview 2017 Hands-On Relay School Daniel Henriod Schweitzer Engineering Laboratories Pullman, WA Transmission Line Protection Objective General knowledge and familiarity with

More information

Synchrophasors for Distribution Applications

Synchrophasors for Distribution Applications 1 Synchrophasors for Distribution Applications Greg Hataway, PowerSouth Energy Cooperative Bill Flerchinger, Schweitzer Engineering Laboratories, Inc. Roy Moxley, formerly of Schweitzer Engineering Laboratories,

More information

Deep Data from Optical Sensors

Deep Data from Optical Sensors 1 Deep Data from Optical Sensors Farnoosh Rahmatian NuGrid Power Corp August 7, 2018 IEEE PES GM, Portland, OR 2018 NuGrid Power Corp 2 Outline What is a deep data sensor? Optical Voltage/Current Sensors

More information

Project Report. Project #: TIC706.1-A Islanding Risk of Synchronous Generator Based Distributed Generation Systems. Draft to be approved.

Project Report. Project #: TIC706.1-A Islanding Risk of Synchronous Generator Based Distributed Generation Systems. Draft to be approved. Project Report Project #: TIC76.1-A Islanding Risk of Synchronous Generator Based Distributed Generation Systems Draft to be approved Submitted To The CANMET Energy Technology Centre Prepared By Wilsun

More information

Course ELEC Introduction to electric power and energy systems. Additional exercises with answers December reactive power compensation

Course ELEC Introduction to electric power and energy systems. Additional exercises with answers December reactive power compensation Course ELEC0014 - Introduction to electric power and energy systems Additional exercises with answers December 2017 Exercise A1 Consider the system represented in the figure below. The four transmission

More information

VOLTAGE CONTROL IN MEDIUM VOLTAGE LINES WITH HIGH PENETRATION OF DISTRIBUTED GENERATION

VOLTAGE CONTROL IN MEDIUM VOLTAGE LINES WITH HIGH PENETRATION OF DISTRIBUTED GENERATION 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http: //www.cigre.org 2013 Grid of the Future Symposium VOLTAGE CONTROL IN MEDIUM VOLTAGE LINES WITH HIGH PENETRATION OF DISTRIBUTED GENERATION

More information

Non-detection zone of LOM protection for converter connected wind turbines

Non-detection zone of LOM protection for converter connected wind turbines - 1 - Non-detection zone of LOM protection for converter connected wind turbines Ontrei Raipala, Tampere University of Technology, Finland Table of contents Table of contents... 1 Introduction... 2 Loss

More information

EH2741 Communication and Control in Electric Power Systems Lecture 2

EH2741 Communication and Control in Electric Power Systems Lecture 2 KTH ROYAL INSTITUTE OF TECHNOLOGY EH2741 Communication and Control in Electric Power Systems Lecture 2 Lars Nordström larsno@kth.se Course map Outline Transmission Grids vs Distribution grids Primary Equipment

More information

EVALUATION OF ANTI-ISLANDING PROTECTION SCHEMES

EVALUATION OF ANTI-ISLANDING PROTECTION SCHEMES EVALUATION OF ANTI-ISLANDING PROTECTION SCHEMES INDIAN CONTEXT Renewable Energy World India Kona Eswararao Gamesa R&D Chennai New Delhi / 21 April 2012 EVALUATION OF ANTI - ISLANDING SCHEMES Distributed

More information

Generator Protection GENERATOR CONTROL AND PROTECTION

Generator Protection GENERATOR CONTROL AND PROTECTION Generator Protection Generator Protection Introduction Device Numbers Symmetrical Components Fault Current Behavior Generator Grounding Stator Phase Fault (87G) Field Ground Fault (64F) Stator Ground Fault

More information

Islanding and Detection of Distributed Generation Islanding using Negative Sequence Component of Current

Islanding and Detection of Distributed Generation Islanding using Negative Sequence Component of Current http:// and Detection of Distributed Generation using Negative Sequence Component of Current Doan Van Dong Danang College of Technology, Danang, Vietnam Abstract - There is a renewed interest in the distributed

More information

Substation Monitoring with TESLA

Substation Monitoring with TESLA Substation Monitoring with TESLA Line 12 11 52-2 52-1 PT S1 21 22 PT S2 Line Protection Relay Current Module 2x 21 Voltage Module 9xAI 3xEI Application Note TESLA is a power system recorder used to monitor

More information

Evaluation of Steady-State and Dynamic Performance of a Synchronized Phasor Measurement Unit

Evaluation of Steady-State and Dynamic Performance of a Synchronized Phasor Measurement Unit Electrical Power and Energy Conference 2012 Resilient Green Energy Systems for a Sustainable Society Evaluation of Steady-State and Dynamic Performance of a Synchronized Phasor Measurement Unit Dinesh

More information

Figure 1 System One Line

Figure 1 System One Line Fault Coverage of Memory Polarized Mho Elements with Time Delays Hulme, Jason Abstract This paper analyzes the effect of time delays on the fault resistance coverage of memory polarized distance elements.

More information

A Decision Tree Based Approach for Microgrid Islanding Detection

A Decision Tree Based Approach for Microgrid Islanding Detection A Decision Tree Based Approach for Microgrid Islanding Detection Riyasat Azim, Yongli Zhu, Hira Amna Saleem, Kai Sun, Fangxing Li University of Tennessee Knoxville, TN, USA mazim@vols.utk.edu, yzhu16@vols.utk.edu,

More information

Use of Synchrophasors to Detect Control System and Circuit Breaker Reclosing Issues

Use of Synchrophasors to Detect Control System and Circuit Breaker Reclosing Issues Use of Synchrophasors to Detect Control System and Circuit Breaker Reclosing Issues Pramila Nirbhavane Senior Grid Operations Engineer September 26, 2017 Outline PMUs Locations in NYISO PMU Applications

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

IEEE sion/1547revision_index.html

IEEE sion/1547revision_index.html IEEE 1547 IEEE 1547: Standard for Interconnection and Interoperability of Distributed Energy Resources with Associated Electric Power Systems Interfaces http://grouper.ieee.org/groups/scc21/1547_revi sion/1547revision_index.html

More information

Teaching Distance Relay Using Matlab/Simulink Graphical User Interface

Teaching Distance Relay Using Matlab/Simulink Graphical User Interface Available online at www.sciencedirect.com Procedia Engineering 53 ( 2013 ) 264 270 Malaysian Technical Universities Conference on Engineering & Technology 2012, MUCET 2012 Part 1 - Electronic and Electrical

More information