User Interface for Situational Awareness for openpdc

Size: px
Start display at page:

Download "User Interface for Situational Awareness for openpdc"

Transcription

1 User Interface for Situational Awareness for openpdc Nickolas Gellerman, B.S.E.E Student Ranganath Vallakati, M.S.E.E Student Anupam Mukherjee, M.S.E.E Student Advisor: Dr. Prakash Ranganathan, Assistant Professor 1

2 World becoming increasingly dependent on electrical energy. Communication Systems Transportation Systems Medical Equipment/Devices Situational awareness involves being aware of what is happening in the electrical grid in order to understand how information, events, and operator actions will impact goals and objectives, both immediately and in the near future. Benefits of a situational awareness tool: Real-time monitoring of electrical grid status. Address anomalies (phase, frequency, voltage, current) as they happen, shortening downtime in the grid. Detect patterns and prevent future outage problems Need for Situational Awareness in Electric Utilities Data 2

3 Phasor Measurement Units Measures phasor data (frequency, magnitude, phase angle, etc.) at a bus on the power grid Takes measurements in real time (between 30 and 240 Hz) Vital tool to maintain awareness of the power grid [2] [1] Figure 1: Phasor Measurements using PMUs Figure 2: PMU Phasor Measurement Units (PMU) 3 [1]. [2].

4 Open source Phasor Data Concentrator Reads and archives data streamed from PMUs Supports many different data protocols Has a small amount of built-in data analysis/dashboard tools Figure 3: openpdc Dataflow OpenPDC Framework 4

5 Create tools for more robust data monitoring alerts upon alarm activation Expand upon data analysis tools Give geographic representation of data Prototype K-Means clustering on received data Objectives 5

6 C# used for all coding Visual Studio 2012 IDE used for development External libraries utilized: Grid Solutions Framework Google Static Maps API.NET Framework 4.5 Methodology 6

7 Action Adapter add-on to openpdc Uses SMTP protocol Gmail SMTP server used during testing Figure 4: Alert Message Adapter 7

8 Send /s to specified addresses, whenever any selected alarm is triggered If service providers is known, can be sent directly to cell phone as well Adapter Figure 5: Snapshot of to text 8

9 Windows Forms application Uses the Google Static Maps API as basis for location mapping Individual PMUs placed on top of Static Map map using Mercator Projection Geographic Representation 9

10 Figure 6: Geographic representation GUI Geographic Representation GUI 10

11 Figure 7: Geographic representation GUI verbose 1 Geographic Representation GUI 11

12 Figure 8: Geographic representation GUI verbose 2 Geographic Representation GUI 12

13 Cluster Formation & Data into Groups 1) Initial statistical mean values are randomly generated for each cluster. 2) Each data point is assigned to the cluster with the closest mean value. 3) Mean values are re-calculated using the data points contained in the clusters. 4) Repeat Step 2. If none of the data points require re-assignment, terminate the algorithm. Figure 9: Flowchart showing PMU data analysis in OpenPDC K-Means Clustering Algorithm 13

14 Basework created to allow for K-Means clustering of data Red dots represent centroid of a cluster. Blue dots represent individual data points that are used to calculate centroid. Figure 10: Display of voltage data using K-means clustering K-Means Clustering Algorithm (Cont.) 14

15 Change colored circle data representation to true heatmap using opengl Make clustering through the GUI more flexible Selectable samples, time period, etc. Improve general user-friendliness of GUI Expand data mining research using other classification/clustering algorithms. Future Work 15

16 Displays the complex phasor data in a Unit Circle Representation. Length of arrow represents magnitude of voltage/current Direction of arrow represents the phase angle. Figure 11: Unit circle phase Angle representation Representation of Phasor Data 16

17 Initially, select a point arbitrarily. Observe all the points that are density reachable from w.r.t ε (Eps) and. If point is a core point, a cluster is formed. If point is a border point and no points are density reachable from, Then DBSCAN visits the next point of the data base. This process from step1 to step 5 is continued till all the points have been processed or when no new point can be added to any cluster. Figure 12: Clustering representation through DBSCAN for openpdc data Density-Based Spatial Clustering 17 of Applications with Noise

18 Our research explores ways to improve the situational awareness of the grid using OpenPDC adapter added to the OpenPDC environment to provide real-time alerts on grid status K-means clustering explored to provide more sophisticated data analysis tools Summary 18

19 A. G. Phadke, Synchronized phasor measurements in power systems, IEEE Comput. Appl. Power, vol. 6, no. 2, pp , Apr J.Phadke, A.G., Thorp, Synchronized Phasor Measurements and Their Applications Use of Synchrophasor Measurements in Protective Relaying Applications, B. K. Greene, Novel Applications for Phasor Measurement Units and Synchrophasor Data, B. Singh, N. K. Sharma, A. N. Tiwari, K. S. Verma, and S. N. Singh, Applications of phasor measurement units ( PMUs ) in electric power system networks incorporated with FACTS controllers, vol. 3, no. 3, pp , W. U. Rahman, M. Ali, A. Ullah, H. U. Rahman, and M. Iqbal, Advancement in Wide Area Monitoring Protection and Control Using PMU s Model in MATLAB / SIMULINK, vol. 2012, no. November, pp , E. Schweitzer and D. Whitehead, Real-time power system control using synchrophasors, Prot. Relay Eng., pp. 1 11, Y. Chompoobutrgool, S. Member, L. Vanfretti, and A. N. M. S, A Fundamental Study on Damping Control Design using PMU signals from Dominant Inter-Area Oscillation Paths, no. 3, pp M. Rihan, M. Ahmad, and M. S. Beg, Vulnerability Analysis of Wide Area Measurement System in the Smart Grid, vol. 2013, no. September, pp. 1 7, K. Koellner, Generator black start validation using synchronized phasor measurement, Prot. Relay Eng., pp. 1 7, M. Mills-Price and M. Scharf, Solar generation control with time-synchronized phasors,, th Annu., pp. 1 8, B. K. Johnson, S. Jadid, and S. E. Laboratories, Validation of Transmission Line Relay Parameters Using Synchrophasors, pp Grid Protection Alliance. [Online]. Available: Documentation of openpdc. [Online]. Available: [Accessed: 15-Jul-2014]. Microsoft Developer Network. [Online]. Available: RGB to HSL / HSL to RGB in C#. [Online]. Available: G. Nagy, State of the Art in Pattern Recognition, vol. 56, no. 5, pp , J. Hartigan and M. Wong, Algorithm AS 136: A k-means clustering algorithm, Appl. Stat., vol. 28, no. 1, pp , C. Cortes, V. Vapnik, and L. Saitta, Support-vector networks, Mach. Learn., vol. 20, no. 3, pp , N. Alon, Y. Matias, and M. Szegedy, The space complexity of approximating the frequency moments, in Proceedings of the twenty-eighth annual ACM symposium on Theory of computing - STOC 96, 1996, pp References 19

20 GROUP PHOTO Questions? 20

21 Thank You. 21

Real-time visualization for detecting and solving power system challenges

Real-time visualization for detecting and solving power system challenges SEL-5078-2 synchrowave Central Software Real-time visualization for detecting and solving power system challenges Automatically detect transients induced by renewable generation. Gain power system insight

More information

Clustering Analytics for Streaming Smart Grid Datasets

Clustering Analytics for Streaming Smart Grid Datasets Clustering Analytics for Streaming Smart Grid Datasets Justin Pagel, Mitch Campion, Prakash Ranganathan Department of Electrical Engineering University of North Dakota Grand Forks, ND 58203 Email: Justin.pagel@my.und.edu,

More information

Unified PMU Placement Algorithm for Power Systems

Unified PMU Placement Algorithm for Power Systems Unified PMU Placement Algorithm for Power Systems Kunal Amare, and Virgilio A. Centeno Bradley Department of Electrical and Computer Engineering, Virginia Tech Blacksburg, VA-24061, USA. Anamitra Pal Network

More information

WAProtector Power System Wide Area Monitoring Protection and Control

WAProtector Power System Wide Area Monitoring Protection and Control WAProtector Power System Wide Area Monitoring Protection and Control Bojan Mahkovec, Dr. Tadeja Babnik ELPROS, Slovenia Flavio Rabello NOVAKOASIN, Brasil Brasil April 2010 1 Presentation outline Presentation

More information

A Software Development Toolkit for Real-Time Synchrophasor Applications

A Software Development Toolkit for Real-Time Synchrophasor Applications A Software Development Toolkit for Real-Time Synchrophasor Applications Luigi Vanfretti 1, Vemund H. Aarstrand 2, M. Shoaib Almas 1, Vedran S. Perić 1 and Jan O. Gjerde 2 1 Abstract This article presents

More information

PAP13 - Harmonization of IEEE C with IEC and Precision Time Synchronization

PAP13 - Harmonization of IEEE C with IEC and Precision Time Synchronization PAP13 - Harmonization of IEEE C37.118 with IEC 61850 and Precision Time Synchronization 12 July 2010 Use Cases Related to Mapping IEEE C37.118 with IEC 61850 as Proposed for Draft IEC 61850-90-5 Synchrophasor

More information

Multifunctional System Protection for Transmission Lines Based on Phasor Data

Multifunctional System Protection for Transmission Lines Based on Phasor Data Multifunctional System Protection for Transmission Lines Based on Phasor Data Igor Ivanković Croatian transmission system operator HOPS igor.ivankovic@hops.hr Igor Kuzle University of Zagreb, Faculty of

More information

A Virtual Smart Grid

A Virtual Smart Grid A Virtual Smart Grid Real-Time Simulation for Smart Grid Control and Communications Design IIT IS GENERALLY RECOGNIZED THAT A HIGH-BANDWIDTH and highly available networked communication system should overlay

More information

SIGUARD System for Phasor Data Processing

SIGUARD System for Phasor Data Processing SIGUARD System for Phasor Data Processing Real Time Visualization and Disturbance Recording Dan Murray Siemens Energy, Inc. System Description SIGUARD is a software-based Phasor Data Concentrator Data

More information

Applications and Analysis Tools for Monitoring Dynamics on the Grid

Applications and Analysis Tools for Monitoring Dynamics on the Grid 1 Applications and Analysis Tools for Monitoring Dynamics on the Grid Phil Overholt Program Manager Office of Electricity Delivery and Energy Reliability (OE) Energy Infrastructure Modeling and Analysis

More information

Grid Protection Alliance NYISO 2010 Smart Grid Vendor Forum. December 9, 2010

Grid Protection Alliance NYISO 2010 Smart Grid Vendor Forum. December 9, 2010 Grid Protection Alliance NYISO 2010 Smart Grid Vendor Forum December 9, 2010 1 Who is GPA? A not-for-profit corporation to support the utility industry The Grid Solutions Division of GPA is an open-source

More information

Synchrophasor Project Updates

Synchrophasor Project Updates Synchrophasor Project Updates Typical Synchrophasor Data Architecture Grid Protection Alliance Solutions 2 GSF Grid Solutions Framework http://gsf.codeplex.com/ 3 Grid Solutions Framework v2.1.90 The Grid

More information

Real-Time Model-Free Detection of Low-Quality Synchrophasor Data

Real-Time Model-Free Detection of Low-Quality Synchrophasor Data Real-Time Model-Free Detection of Low-Quality Synchrophasor Data Meng Wu and Le Xie Department of Electrical and Computer Engineering Texas A&M University College Station, TX NASPI Work Group meeting March

More information

Synchrophasor Fact Sheet

Synchrophasor Fact Sheet Synchrophasors and SEL For more than 25 years, Schweitzer Engineering Laboratories, Inc. (SEL) has delivered reliable, high-quality solutions that lead the electric power industry in price, features, innovation,

More information

RTDMS CAISO TRAINING SESSION

RTDMS CAISO TRAINING SESSION Consortium for Electric Reliability Technology Solutions Real-Time Dynamics Monitoring System (RTDMS ) RTDMS CAISO TRAINING SESSION January 31, 2006 Manu Parashar & Jim Dyer Electric Power Group (EPG)

More information

Smart Grid Operations - Clemson University Research, Education and Innovation-Ecosystem Opportunities

Smart Grid Operations - Clemson University Research, Education and Innovation-Ecosystem Opportunities Smart Grid Operations - Clemson University Research, Education and Innovation-Ecosystem Opportunities G. Kumar Venayagamoorthy, PhD, FIET, FSAIEE Duke Energy Distinguished Professor & Director & Founder

More information

Always an eye to security

Always an eye to security Always an eye to security SIGUARD the perfect supervision of your power system www.siemens.com/siguard Answers for infrastructure and cities. Keeping the overview SIGUARD is a suite of innovative software

More information

INTER-CONTROL CENTER COMMUNICATION PROTOCOL (ICCP)

INTER-CONTROL CENTER COMMUNICATION PROTOCOL (ICCP) INTER-CONTROL CENTER COMMUNICATION PROTOCOL (ICCP) 1 K.RAJA, 2 P.KAYALVIZHI 1 Assitant Professor, Dept.of.Computer science, Meenakshi Chandrasekaran College of Arts & Science Pattukkottai. 2 Research Scholar,

More information

Synchrophasor Based Robust Linear State Estimator

Synchrophasor Based Robust Linear State Estimator Synchrophasor Based Robust Linear State Estimator Ali Abur, Murat Göl and Bilgehan Dönmez Department of Electrical and Computer Engineering Northeastern University, Boston abur@ece.neu.edu NASPI Workshop,

More information

Applications on openpdc platform at Washington State University

Applications on openpdc platform at Washington State University Applications on openpdc platform at Washington State University Mani V. Venkatasubramanian Washington State University Pullman WA WSU projects OMS - Oscillation Monitoring System Stand-alone system for

More information

Perry. Lakeshore. Avon. Eastlake

Perry. Lakeshore. Avon. Eastlake Perry Lorain Avon Lakeshore Eastlake Ashtabula Mansfield Sammis Beaver Valley Conesville Tidd Burger & Kammer Muskingum Perry Lorain Avon Lakeshore Eastlake Ashtabula Mansfield Sammis Beaver Valley Conesville

More information

Real Time Monitoring of

Real Time Monitoring of Real Time Monitoring of Cascading Events Mladen Kezunovic Nan Zhang, Hongbiao Song Texas A&M University Tele-Seminar, March 28, 2006 Project Reports (S-19) M. Kezunovic, H. Song and N. Zhang, Detection,

More information

Digital Transformation of Power Delivery

Digital Transformation of Power Delivery Digital Transformation of Power Delivery Keynote Speech Professor Saifur Rahman, PhD Virginia Tech, USA IEEMA Engineer Infinite Conference, Delhi NCR, India, 14 March 2018 Traditional Electricity Delivery

More information

A Case for Multi-Function PMU

A Case for Multi-Function PMU A Case for Multi-Function PMU Harish I. Mehta Mehta Tech, Inc. www.mehtatech.com NASPI Chattanooga, TN Meeting PMU Definition PMU is generally defined as: IEEE C37.118 compliant device Time synchronized

More information

Synchrophasor Technology and Systems

Synchrophasor Technology and Systems PNNL-SA-106051 Synchrophasor Technology and Systems Jeff Dagle, PE Chief Electrical Engineer and Team Lead Electricity Infrastructure Resilience Pacific Northwest National Laboratory Richland, Washington

More information

Online Bad Data Detection for Synchrophasor Systems via Spatio-temporal Correlations

Online Bad Data Detection for Synchrophasor Systems via Spatio-temporal Correlations LOGO Online Bad Data Detection for Synchrophasor Systems via Spatio-temporal s Le Xie Texas A&M University NASPI International Synchrophasor Symposium March 24, 2016 Content 1 Introduction 2 Technical

More information

Clustering Algorithms for Data Stream

Clustering Algorithms for Data Stream Clustering Algorithms for Data Stream Karishma Nadhe 1, Prof. P. M. Chawan 2 1Student, Dept of CS & IT, VJTI Mumbai, Maharashtra, India 2Professor, Dept of CS & IT, VJTI Mumbai, Maharashtra, India Abstract:

More information

Alarming and Operations of openpdc at ISO-NE

Alarming and Operations of openpdc at ISO-NE A U G 1 4, 2 0 1 3 A T L A N T A, G A Alarming and Operations of openpdc at ISO-NE Qiang Frankie Zhang, Patrick Pentz (Developer) Outline Project Overview Project Status Development Challenges Discussion

More information

Chapter 2 State Estimation and Visualization

Chapter 2 State Estimation and Visualization Chapter 2 State Estimation and Visualization One obvious application of GPS-synchronized measurements is the dynamic monitoring of the operating conditions of the system or the dynamic state estimation

More information

Almas, M., Vanfretti, L. (2014) Open Source SCADA Implementation and PMU Integration for Power System Monitoring and Control Applications.

Almas, M., Vanfretti, L. (2014) Open Source SCADA Implementation and PMU Integration for Power System Monitoring and Control Applications. http://www.diva-portal.org This is the published version of a paper presented at IEEE PES GM 2014. Citation for the original published paper: Almas, M., Vanfretti, L. (2014) Open Source SCADA Implementation

More information

C Dr.-Ing. Abdalkarim Awad Informatik 7 Rechnernetze und Kommunikationssysteme

C Dr.-Ing. Abdalkarim Awad Informatik 7 Rechnernetze und Kommunikationssysteme C37.118 13.1.2016 Informatik 7 Rechnernetze und Kommunikationssysteme Measures Voltage, Current, phase PMU1 IEEE C37.118 WAN PDC Historian Phasor Data Concentrator HMI App1 PMU2 APn Bay1 Bayn LAN e.g.,

More information

Failure Diagnosis and Cyber Intrusion Detection in Transmission Protection System Assets Using Synchrophasor Data

Failure Diagnosis and Cyber Intrusion Detection in Transmission Protection System Assets Using Synchrophasor Data Failure Diagnosis and Cyber Intrusion Detection in Transmission Protection System Assets Using Synchrophasor Data Anurag Srivastava, Bo Cui, P. Banerjee Washington State University NASPI March 2017 Outline

More information

TOWARDS NEW ESTIMATING INCREMENTAL DIMENSIONAL ALGORITHM (EIDA)

TOWARDS NEW ESTIMATING INCREMENTAL DIMENSIONAL ALGORITHM (EIDA) TOWARDS NEW ESTIMATING INCREMENTAL DIMENSIONAL ALGORITHM (EIDA) 1 S. ADAEKALAVAN, 2 DR. C. CHANDRASEKAR 1 Assistant Professor, Department of Information Technology, J.J. College of Arts and Science, Pudukkottai,

More information

Software for Enhanced Monitoring in Integrated Substations

Software for Enhanced Monitoring in Integrated Substations Software for Enhanced Monitoring in Integrated Substations Sasa Jakovljevic, Student Member, IEEE and Mladen Kezunovic, Fellow, IEEE Abstract--Substation data integration is facilitated by existence and

More information

Detection of Missing Values from Big Data of Self Adaptive Energy Systems

Detection of Missing Values from Big Data of Self Adaptive Energy Systems Detection of Missing Values from Big Data of Self Adaptive Energy Systems MVD tool detect missing values in timeseries energy data Muhammad Nabeel Computer Science Department, SST University of Management

More information

WAMS Analytics for Electrical Transmission Systems

WAMS Analytics for Electrical Transmission Systems WAMS Analytics for Electrical Transmission Systems Prof. S A Soman Indian Institute of Technology Bombay August 7, 2013 1 of 17 Agenda Synchrophasor analytics architecture List of WAMS analytics to be

More information

Phasor Technology Research Road Map to Improve Grid Reliability and Market Efficiency. Presented to TAC on April 5, 2005 and PAC on April 22, 2005

Phasor Technology Research Road Map to Improve Grid Reliability and Market Efficiency. Presented to TAC on April 5, 2005 and PAC on April 22, 2005 Phasor Technology Research Road Map to Improve Grid Reliability and Market Efficiency Presented to TAC on April 5, 2005 and PAC on April 22, 2005 Background Power Grid has evolved from a vertically integrated

More information

Reviewed by CeemanB. Vellaithurai WSU ID:

Reviewed by CeemanB. Vellaithurai WSU ID: Reviewed by CeemanB. Vellaithurai WSU ID: 11253840 Introduction Smart Grid Communication Infrastructure/Communication Architecture Data Assumptions Simulation Assumptions Good contributions Drawbacks Research

More information

Iowa State University

Iowa State University Iowa State University Cyber Security Smart Grid Testbed Senior Design, Final Report Dec 13-11 Derek Reiser Jared Pixley Rick Sutton Faculty Advisor: Professor Manimaran Govindarasu 1 Table of Contents

More information

Unsupervised learning on Color Images

Unsupervised learning on Color Images Unsupervised learning on Color Images Sindhuja Vakkalagadda 1, Prasanthi Dhavala 2 1 Computer Science and Systems Engineering, Andhra University, AP, India 2 Computer Science and Systems Engineering, Andhra

More information

OVERVIEW: KEY APPLICATIONS

OVERVIEW: KEY APPLICATIONS WECC Reliability Coordinator Website OVERVIEW: KEY APPLICATIONS presented by Kirk Stewart, Manager Applications Agenda WECCRC.org Website Wide-Area Views (WAV) Historical Data Archiving and Reporting My

More information

Laboratory-Based Deployment and Investigation of PMU and OpenPDC Capabilities

Laboratory-Based Deployment and Investigation of PMU and OpenPDC Capabilities Laboratory-Based Deployment and Investigation of and OpenPDC Capabilities Mohammad Golshani (mohammad.golshani@brunel.ac.uk), Gareth A. Taylor (gareth.taylor@brunel.ac.uk) Ioana Pisica (ioana.pisica@brunel.ac.uk),

More information

A New Approach For 3D Image Reconstruction From Multiple Images

A New Approach For 3D Image Reconstruction From Multiple Images International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 4 (2017) pp. 569-574 Research India Publications http://www.ripublication.com A New Approach For 3D Image Reconstruction

More information

Grid Operations - Program 39

Grid Operations - Program 39 Grid Operations - Program 39 Program Description Program Overview In many ways, today's power system must be operated to meet objectives for which it was not explicitly designed. Today's transmission system

More information

A Smart PMU with Edge Processing at the UCSD Synchrophasor Grid Monitoring and Automation Lab

A Smart PMU with Edge Processing at the UCSD Synchrophasor Grid Monitoring and Automation Lab A Smart PMU with Edge Processing at the UCSD Synchrophasor Grid Monitoring and Automation Lab Charles H. Wells, Sushruta Ravish, Raymond de Callafon OSIsoft, National Instruments & the University of California,

More information

SmarTS-LAB: a Smart Transmission Grids Laboratory at KTH 1 by Dr. Luigi Vanfretti

SmarTS-LAB: a Smart Transmission Grids Laboratory at KTH 1 by Dr. Luigi Vanfretti Project Literature November, 2010 Electric Power Systems Division - School of Electrical Engineering KTH Royal Institute of Technology Summary: SmarTS-LAB: a Smart Transmission Grids Laboratory at KTH

More information

A Review on Cluster Based Approach in Data Mining

A Review on Cluster Based Approach in Data Mining A Review on Cluster Based Approach in Data Mining M. Vijaya Maheswari PhD Research Scholar, Department of Computer Science Karpagam University Coimbatore, Tamilnadu,India Dr T. Christopher Assistant professor,

More information

Situational Intelligence in Control Centers

Situational Intelligence in Control Centers Situational Intelligence in Control Centers G. Kumar Venayagamoorthy, PhD, FIET, FSAIEE Duke Energy Distinguished Professor & Director of the Real-Time Power and Intelligent Systems Laboratory Holcombe

More information

Digital Protection Past, Present, and Future

Digital Protection Past, Present, and Future Digital Protection Past, Present, and Future Eric A. Udren Quanta Technology, LLC Pittsburgh, PA Presentation for CIGRÉ Grid of the Future Symposium Boston, MA October 22, 2013 eudren@quanta-technology.com

More information

Applications of PTP in non-telecom networks. Anurag Gupta November 1 st -3 rd 2011, ITSF 2011

Applications of PTP in non-telecom networks. Anurag Gupta November 1 st -3 rd 2011, ITSF 2011 Applications of PTP in non-telecom networks Anurag Gupta angupta@juniper.net November 1 st -3 rd 2011, ITSF 2011 Introduction PTP/ 1588 has grown from its initial objective of Synchronization of real-time

More information

Technology Innovation Delivering Value to BPA Organized, Disciplined, Focused

Technology Innovation Delivering Value to BPA Organized, Disciplined, Focused B O N N E V I L L E P O W E R A D M I N I S T R A T I O N Technology Innovation Delivering Value to BPA Organized, Disciplined, Focused Keeping the Lights on for the Long Term The Basics Bonneville Power

More information

North American SynchroPhasor Initiative (NASPI) Overview

North American SynchroPhasor Initiative (NASPI) Overview North American SynchroPhasor Initiative (NASPI) Overview Data Exchange Panel ipcgrid 2013 hosted by Pacific Gas & Electric March 28, 2013 Jeff Dagle, PE Chief Electrical Engineer Advanced Power and Energy

More information

Mobility Data Management & Exploration

Mobility Data Management & Exploration Mobility Data Management & Exploration Ch. 07. Mobility Data Mining and Knowledge Discovery Nikos Pelekis & Yannis Theodoridis InfoLab University of Piraeus Greece infolab.cs.unipi.gr v.2014.05 Chapter

More information

Wide Area Monitoring System Planning, Strategy and Implementation in Thailand s Power Grid

Wide Area Monitoring System Planning, Strategy and Implementation in Thailand s Power Grid Sept.3-5, 2013, China AORC-B-3-0002 CIGRE-AORC 2013 Wide Area Monitoring System Planning, Strategy and Implementation in Thailand s Power Grid W. PIMJAIPONG L.SURAPONGPUN Electricity Generating Authority

More information

A Knowledge Framework For Sensor Data Quality Control

A Knowledge Framework For Sensor Data Quality Control 1 A Knowledge Framework For Sensor Data Quality Control Anshuman Sahu, Bo Yang, Member, IEEE Abstract--Data driven approaches are being increasingly used in grid monitoring and decision support for power

More information

Cyber Security for Smart Grid Devices

Cyber Security for Smart Grid Devices Cyber Security for Smart Grid Devices Annarita Giani Electrical Engineering & Computer Sciences University of California at Berkeley agiani@eecs.berkeley.edu Trustworthy Cyber Infrastructure for the Power

More information

Graph-based Analysis of City-wide Traffic Dynamics using Time-evolving Graphs of Trajectory Data

Graph-based Analysis of City-wide Traffic Dynamics using Time-evolving Graphs of Trajectory Data Australasian Transport Research Forum 2016 Proceedings 16 18 November 2016, Melbourne, Australia Publication website: http://www.atrf.info Graph-based Analysis of City-wide Traffic Dynamics using Time-evolving

More information

Distance-based Methods: Drawbacks

Distance-based Methods: Drawbacks Distance-based Methods: Drawbacks Hard to find clusters with irregular shapes Hard to specify the number of clusters Heuristic: a cluster must be dense Jian Pei: CMPT 459/741 Clustering (3) 1 How to Find

More information

Enhancement of Network System Performance Monitoring through Synchronised Measurement Technology

Enhancement of Network System Performance Monitoring through Synchronised Measurement Technology Enhancement of Network System Performance Monitoring through Synchronised Measurement Technology Author & Presenter: T.N Biyela BSc Engineer: Communication Networks at ethekwini Electricity Co-authors:

More information

Advancements in the Real-Time Simulation of Large Active Distribution Systems for PMU testing

Advancements in the Real-Time Simulation of Large Active Distribution Systems for PMU testing Advancements in the Real-Time Simulation of Large Active Distribution Systems for PMU testing Christian Dufour, Ph.D. christian.dufour@opal-rt.com March 24, 2015, San Mateo, CA, USA Revision 2 1 Presentation

More information

Synchrophasors and Next Generation Energy Management Systems (EMS)

Synchrophasors and Next Generation Energy Management Systems (EMS) Synchrophasors and Next Generation Energy Management Systems (EMS) Manu Parashar Celebrating the Visions of Synchrophasor Pioneers: Arun Phadke and Jim Thorp May 9 th, 2013 Analog Data Acquisition Changing

More information

TCIPG Reading Group Fall 2012

TCIPG Reading Group Fall 2012 Reading Group Fall 2012 Reading Group Fall 2012 Today s Plan: Fall 2012 Overview Introductions Collaborative Research Professors Sanders and Sauer Next Week s Plan 1 Reading Group Fall 2012 Reading Group

More information

Multilin P30 Phasor Data Concentrator

Multilin P30 Phasor Data Concentrator Multilin P30 Phasor Data Concentrator Secure high performance Phasor Data Concentrator (PDC) for wide area monitoring and dynamic disturbance analysis KEY BENEFITS Reduce deployment and operation cost

More information

Synchrophasor-Based Monitoring, Analysis, and Control

Synchrophasor-Based Monitoring, Analysis, and Control Synchrophasor-Based Monitoring, Analysis, and Control Roy Moxley Schweitzer Engineering Laboratories, Inc. Presented at the GCC Power 2008 Conference & Exhibition Manama, Bahrain November 10 12, 2008 Also

More information

Data Mining. Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology Department of Computer Science

Data Mining. Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology Department of Computer Science Data Mining Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology Department of Computer Science 2016 201 Road map What is Cluster Analysis? Characteristics of Clustering

More information

Development of a Smart Grid Test Bed and Applications in PMU and PDC Testing

Development of a Smart Grid Test Bed and Applications in PMU and PDC Testing Development of a Smart Grid Test Bed and Applications in PMU and PDC Testing Saugata S. Biswas, Student Member, IEEE, Jeong Hun Kim, Student Member, IEEE and Anurag K Srivastava, Senior Member, IEEE Abstract--The

More information

AN EXPERIMENTAL APPROACH OF K-MEANS ALGORITHM

AN EXPERIMENTAL APPROACH OF K-MEANS ALGORITHM AN EXPERIMENTAL APPROACH OF K-MEANS ALGORITHM ON THE DATA SET Nishu Sharma, Atul Pratap Singh, Avadhesh Kumar Gupta Department of Computer Engineering, Galgotias University, Greater Noida, India sharma.nishu25@gmail.com

More information

A Comparative Study of Various Clustering Algorithms in Data Mining

A Comparative Study of Various Clustering Algorithms in Data Mining Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Smart Distribution Grid: Status, Goals, Vision and Pathway for Success

Smart Distribution Grid: Status, Goals, Vision and Pathway for Success Smart Distribution Grid: Status, Goals, Vision and Pathway for Success S.S. (Mani) Venkata University of Washington, Seattle, WA venkata@ee.washington.edu 520-820-8005 Contributors: S. Roy, A. Pahwa, G.

More information

WISP. Western Interconnection Synchrophasor Program. Vickie VanZandt & Dan Brancaccio NASPI Work Group Meeting October 17-18, 2012

WISP. Western Interconnection Synchrophasor Program. Vickie VanZandt & Dan Brancaccio NASPI Work Group Meeting October 17-18, 2012 WISP Western Interconnection Synchrophasor Program Vickie VanZandt & Dan Brancaccio NASPI Work Group Meeting October 17-18, 2012 1 Acknowledgement and Disclaimer Acknowledgment: This material is based

More information

Image enhancement for face recognition using color segmentation and Edge detection algorithm

Image enhancement for face recognition using color segmentation and Edge detection algorithm Image enhancement for face recognition using color segmentation and Edge detection algorithm 1 Dr. K Perumal and 2 N Saravana Perumal 1 Computer Centre, Madurai Kamaraj University, Madurai-625021, Tamilnadu,

More information

Implementation of phasor measurement technology at Eskom

Implementation of phasor measurement technology at Eskom Implementation of phasor measurement technology at Eskom by Reshin Moodley and Brian Berry, Eskom The modern era of power delivery is faced with many challenges due to decreased reserves, increased use

More information

Colour Image Segmentation Using K-Means, Fuzzy C-Means and Density Based Clustering

Colour Image Segmentation Using K-Means, Fuzzy C-Means and Density Based Clustering Colour Image Segmentation Using K-Means, Fuzzy C-Means and Density Based Clustering Preeti1, Assistant Professor Kompal Ahuja2 1,2 DCRUST, Murthal, Haryana (INDIA) DITM, Gannaur, Haryana (INDIA) Abstract:

More information

A Graphical User Interface (GUI) for Two-Dimensional Electromagnetic Scattering Problems

A Graphical User Interface (GUI) for Two-Dimensional Electromagnetic Scattering Problems A Graphical User Interface (GUI) for Two-Dimensional Electromagnetic Scattering Problems Veysel Demir vdemir@olemiss.edu Mohamed Al Sharkawy malshark@olemiss.edu Atef Z. Elsherbeni atef@olemiss.edu Abstract

More information

Advanced Real-Time Situational Awareness Sourced from Synchrophasor Data

Advanced Real-Time Situational Awareness Sourced from Synchrophasor Data Advanced Real-Time Situational Awareness Sourced from Synchrophasor Data Faster than the Eye, not faster than PI Presented by Kliff Hopson, Bonneville Power Administration Jeff Hopper, Casne Engineering,

More information

Design of Hadoop-based Framework for Analytics of Large Synchrophasor Datasets

Design of Hadoop-based Framework for Analytics of Large Synchrophasor Datasets Available online at www.sciencedirect.com Procedia Computer Science 12 (2012 ) 254 258 Complex Adaptive Systems, Publication 2 Cihan H. Dagli, Editor in Chief Conference Organized by Missouri University

More information

IMPROVING POWER SYSTEM RELIABILITY USING MULTIFUNCTION PROTECTIVE RELAYS

IMPROVING POWER SYSTEM RELIABILITY USING MULTIFUNCTION PROTECTIVE RELAYS IMPROVING POWER SYSTEM RELIABILITY USING MULTIFUNCTION PROTECTIVE RELAYS Armando Guzmán Schweitzer Engineering Laboratories, Inc. Pullman, WA 99163 A reliable power system maintains frequency and voltage

More information

Micro physical simulation system of electric power systems

Micro physical simulation system of electric power systems International Journal of Smart Grid and Clean Energy Micro physical simulation system of electric power systems Xin Xu, Zongshuai Jin, Hengxu Zhang * Key Laboratory of Power System Intelligent Dispatch

More information

CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH

CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH 37 CHAPTER 4 AN IMPROVED INITIALIZATION METHOD FOR FUZZY C-MEANS CLUSTERING USING DENSITY BASED APPROACH 4.1 INTRODUCTION Genes can belong to any genetic network and are also coordinated by many regulatory

More information

DBSCAN. Presented by: Garrett Poppe

DBSCAN. Presented by: Garrett Poppe DBSCAN Presented by: Garrett Poppe A density-based algorithm for discovering clusters in large spatial databases with noise by Martin Ester, Hans-peter Kriegel, Jörg S, Xiaowei Xu Slides adapted from resources

More information

Practical Uses of PI AF

Practical Uses of PI AF Practical Uses of PI AF Matt Rivett Sr. OSI PI Developer PJM Interconnection Date Forum Name Agenda About PJM PI AF Infrastructure AF Databases Generator AGC Synchrophasor Thunder Storm Alert Server Monitoring

More information

Analyzing Outlier Detection Techniques with Hybrid Method

Analyzing Outlier Detection Techniques with Hybrid Method Analyzing Outlier Detection Techniques with Hybrid Method Shruti Aggarwal Assistant Professor Department of Computer Science and Engineering Sri Guru Granth Sahib World University. (SGGSWU) Fatehgarh Sahib,

More information

Practical Backup Fault Protection with Synchrophasors

Practical Backup Fault Protection with Synchrophasors Practical Backup Fault Protection with Synchrophasors Eric A. Udren Quanta Technology, LLC Pittsburgh, PA Presentation for Celebrating the visions of Synchrophasor Pioneers: A technical symposium in honor

More information

Estimating Speed, Velocity, Acceleration and Angle Using Image Addition Method

Estimating Speed, Velocity, Acceleration and Angle Using Image Addition Method Estimating Speed, Velocity, Acceleration and Angle Using Image Addition Method Sawan Singh Third Year Student, Dept. of ECE, UIET, CSJM University, Kanpur, India ABSTRACT: This paper leads us to a new

More information

Using Active Learning in Motor Control and Matlab Simulation

Using Active Learning in Motor Control and Matlab Simulation Using Active Learning in Motor Control and Matlab Simulation Ercan Nurcan Yilmaz Department of Electrical & Electronic Engineering, Faculty of Technology, Gazi University, Teknikokullar, Ankara, Turkey

More information

Clustering Algorithm (DBSCAN) VISHAL BHARTI Computer Science Dept. GC, CUNY

Clustering Algorithm (DBSCAN) VISHAL BHARTI Computer Science Dept. GC, CUNY Clustering Algorithm (DBSCAN) VISHAL BHARTI Computer Science Dept. GC, CUNY Clustering Algorithm Clustering is an unsupervised machine learning algorithm that divides a data into meaningful sub-groups,

More information

Analysis of Data Quality Issues in Wide Area Monitoring and Control Systems

Analysis of Data Quality Issues in Wide Area Monitoring and Control Systems 2010 IREP Symposium- Bulk Power System Dynamics and Control VIII (IREP), August 1-6, 2010, Buzios, RJ, Brazil Analysis of Data Quality Issues in Wide Area Monitoring and Control Systems Kun Zhu, Moustafa

More information

9 th Electricity Conference at CMU

9 th Electricity Conference at CMU Power Systems/Communication System Co-Simulation and Experimental Evaluation of Cyber Security of Power Grid Yi Deng, Sandeep Shukla, Hua Lin, James Thorp February 5, 2014 9 th Electricity Conference at

More information

SIMEAS Q80 quality recorder: Voltage quality starts with measurement.

SIMEAS Q80 quality recorder: Voltage quality starts with measurement. SIMEAS Q80 quality recorder: Voltage quality starts with measurement. Answers for energy. 1 Energy with quality crucial for utilities and for industry A reliable supply of electrical power is the backbone

More information

Density-Based Clustering. Izabela Moise, Evangelos Pournaras

Density-Based Clustering. Izabela Moise, Evangelos Pournaras Density-Based Clustering Izabela Moise, Evangelos Pournaras Izabela Moise, Evangelos Pournaras 1 Reminder Unsupervised data mining Clustering k-means Izabela Moise, Evangelos Pournaras 2 Main Clustering

More information

2012 EMS User's Group. MISO Synchrophasor Project

2012 EMS User's Group. MISO Synchrophasor Project 2012 EMS User's Group MISO Synchrophasor Project Dan s Background My primary focus has been centered around developing custom applications for energy companies. Illinois Power (10 years) Clinton Nuclear

More information

APPLIED OPTICS. Opaque obstacle

APPLIED OPTICS. Opaque obstacle Lecture Notes A. La Rosa APPLIED OPTIS I. Diffraction by an edge II. Diffraction of light by a screen Reference: Feynman, "Lectures on Physics," Vol I, Addison Wesley. Section 30-6 and Section 31-6. I.

More information

Data Mining 4. Cluster Analysis

Data Mining 4. Cluster Analysis Data Mining 4. Cluster Analysis 4.5 Spring 2010 Instructor: Dr. Masoud Yaghini Introduction DBSCAN Algorithm OPTICS Algorithm DENCLUE Algorithm References Outline Introduction Introduction Density-based

More information

Synchrophasor Data Management Survey

Synchrophasor Data Management Survey Synchrophasor Data Management Survey The purpose of this questionnaire is to gain an understanding of the volume of data being generated by your company, how this data is being stored, used and archived.

More information

Regression Based Cluster Formation for Enhancement of Lifetime of WSN

Regression Based Cluster Formation for Enhancement of Lifetime of WSN Regression Based Cluster Formation for Enhancement of Lifetime of WSN K. Lakshmi Joshitha Assistant Professor Sri Sai Ram Engineering College Chennai, India lakshmijoshitha@yahoo.com A. Gangasri PG Scholar

More information

MATRIX BASED INDEXING TECHNIQUE FOR VIDEO DATA

MATRIX BASED INDEXING TECHNIQUE FOR VIDEO DATA Journal of Computer Science, 9 (5): 534-542, 2013 ISSN 1549-3636 2013 doi:10.3844/jcssp.2013.534.542 Published Online 9 (5) 2013 (http://www.thescipub.com/jcs.toc) MATRIX BASED INDEXING TECHNIQUE FOR VIDEO

More information

Evolution of Control for the Power Grid

Evolution of Control for the Power Grid Evolution of Control for the Power Grid Anjan Bose Washington State University Pullman, Washington, USA University of Seville Seville, Spain June 17, 2016 THE INTERCONNECTED GRID Economics Transfer electric

More information

Implementing an Advanced Simulation Tool for Comprehensive Fault Analysis

Implementing an Advanced Simulation Tool for Comprehensive Fault Analysis Implementing an Advanced Simulation Tool for Comprehensive Fault Analysis 1 Nan Zhang, Student Member, IEEE, and Mladen Kezunovic, Fellow, IEEE Abstract Many large scale system blackouts involve relay

More information

SCE WASAS Combined Disturbance Fault Recorder (DFR) and Phasor Measurement Unit (PMU) Specifications. Anthony Johnson

SCE WASAS Combined Disturbance Fault Recorder (DFR) and Phasor Measurement Unit (PMU) Specifications. Anthony Johnson SCE WASAS Combined Disturbance Fault Recorder (DFR) and Phasor Measurement Unit (PMU) Specifications Anthony Johnson Anthony.Johnson@SCE.com Summary Specifications for combined DFR/PMU to be used as part

More information

Indian Currency Recognition Based on ORB

Indian Currency Recognition Based on ORB Indian Currency Recognition Based on ORB Sonali P. Bhagat 1, Sarika B. Patil 2 P.G. Student (Digital Systems), Department of ENTC, Sinhagad College of Engineering, Pune, India 1 Assistant Professor, Department

More information