spatiotemporal pattern detection in power distribution ......spatiotemporal pattern detection in...

23
Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni [email protected]

Upload: others

Post on 06-Jun-2020

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge

Foued [email protected]

Page 2: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

2© 2016 Eaton. All rights reserved.

Flashback

q Millions of houses affectedq Hundreds of flights canceled q Nuclear power plants in two states shut down

2

Page 3: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

3© 2016 Eaton. All rights reserved.

Reasons

q Lack of real-time regional and interconnection-wide power flow models for anticipating changing flow patterns and the formation of new bottlenecks.

q Insufficient “visibility” of power flow conditions over the entire region, coupled with inadequate coordination, control and communication of the power system on a regional basis. That information is flowing from 27 distribution feeds, eight re-closure or safety switches and 4,192 transformers.

q Insufficient understanding of the potential impact on August 14, 2003 of new power flow patterns caused by increased wholesale power transfers resulting from industry restructuring.

3

Electric Power Research Institute (EPRI) :

Page 4: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

4© 2016 Eaton. All rights reserved.

The IEC Smart Grid Standard Map

http://smartgridstandardsmap.com/

Page 5: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

5© 2016 Eaton. All rights reserved.

Smart Grid IT Spending by Application, World Markets: 2014-2024

Source : Navigant Research Q4 2016

Page 6: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

6© 2016 Eaton. All rights reserved.

What is « this » Big Data?

Page 7: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

7© 2016 Eaton. All rights reserved.

Why Big Data?

Smart MetersRelays

SensorsTransformer Sensors

CustomersWeather

GIS

Others

Aggregate

Correlate

Analyze

Data Generation DecisionTransformation

Engage customers

Quality of service

Predictivemaintenance

Optimizeoperations

Store and optimize

Filter

Page 8: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

8© 2016 Eaton. All rights reserved.

Data transformation: “event processing”

• Speedy actions• High volume of input events• Analyze, decide and ACT!

orEvent processing stands for

a set of techniques, languages and tools to

collect, analyze and interpret event streams.

Page 9: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

9© 2016 Eaton. All rights reserved.

What is an Event?

• “An Event is something that happens”

Event

Initial State Final State

Event

Page 10: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

10© 2016 Eaton. All rights reserved.

Events from a Smart Sensor

- Source : Yukon Grid Advisor

Page 11: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

11© 2016 Eaton. All rights reserved.

CEP on Fault Current Indicator11

Front End Processor

HistorianDB

TCP/IP over Cell

Display

CEP

Page 12: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

12© 2016 Eaton. All rights reserved.

Event Representation

Event Type

Occurrence Time

Spatial Attribute

ID

Event Type

Occurrence Time

Spatial Attribute

ID

Other Data from the Grid(DMS, GIS, OMS,

SCADA)

Pattern!

Page 13: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

13© 2016 Eaton. All rights reserved.

Patterns : complex event processing

EventSpatialAttribute

TemporalAttribute

SpatialObject

SpatialRelation

EventTemporalAttributeSpatialAttribute

TimeReference

TemporalRelation

Correlation = Complex Event

Page 14: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

14© 2016 Eaton. All rights reserved.

What is Complex Event Processing• Initially designed for finance industry in early

2000• Definition and detection of patterns from a

stream of events

Page 15: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

15© 2016 Eaton. All rights reserved.

CEP: Typical Architecture

Event Processing Engine

Event Condition Action

Event Graph Context Variable

Event Development

Tools

Event Management

Tools

Event Producers

Event Channel

Event Consumers

Event Channel

Page 16: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

16© 2016 Eaton. All rights reserved.

CEP VS DB

• From Store Now, Query Later, to Query Continuously!

Page 17: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

17© 2016 Eaton. All rights reserved.

CEP VS DBMS : turning DB upside down

SQLTablesRows

EPLStreamsEvents

CEPDBMS

Page 18: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

18© 2016 Eaton. All rights reserved.

Event Pattern Language

• A sample pattern that alerts on each IBM stock tick with a price greater then 80 and within the next 60 seconds:

“every StockTickEvent(symbol=“Etn", price>80) where timer:within(60 seconds)”• A sample pattern that alerts when event A

occurs, followed by either event B or event C:“A -> ( B or C )”

Page 19: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

19© 2016 Eaton. All rights reserved.

Some Examples (ESPER EPL)

• Outage Management System• Every OverCurrentEvent (Type1) -> OverCurrentEvent (Type2) where Near(OverCurrentEvent (Type1).Location, OverCurrentEvent (Type2).Location)

• ADMS (FLISR)• Every RecloserOpenEvent(Recloser1)->

(RecloserOpenEvent(Recloser2) where Near(Recloser1.location, Recloser2.location)

• Substation• Every TransformerRelayOpen(Device=“Dev001") wheretimer:within(60 seconds)

Page 20: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

20© 2016 Eaton. All rights reserved.

CEP: How Smart a Utility Grid is?• It can detect there was a power outage in one

neighborhood 30 minutes before the first resident called the utility.

• Number of customer-voltage complaints — about either surges or drops — went from 50 to zero.

• It can identify a transformer that was overloaded and needed to be replaced — before it got fried.

• In the past, the utility knew to replace transformers when they blew and lights went out.

20

Page 21: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

21© 2016 Eaton. All rights reserved.

CEP and Big Data: Challenges and Opportunities

• Integration of various data sources from different departments• Static vs Dynamic• Security • More sensors/equipments• Configuration and Management

• Who will use these analytics patterns• Operation groups• Planning groups• Asset Management

Page 22: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

22© 2016 Eaton. All rights reserved.

CEP and Big Data

• Ownership: Where these applications willstand? (OT vs IT, or both)

• Yet antoher large software integration project!

• Applications: predictive maintenance, situation awarness, enhanced FLISR algorithms

Page 23: Spatiotemporal Pattern Detection in Power Distribution ......Spatiotemporal Pattern Detection in Power Distribution Networks : From Data to Knowledge Foued Barouni FouedBarouni@EATON.com

23© 2016 Eaton. All rights reserved.

Questions?

Foued Barouni, Ph. D.

[email protected](418)-830-5943