SUBSTATION-BASED SELF-HEALING SOLUTION WITH ADVANCED FEATURES FOR CONTROL AND MONITORING OF DISTRIBUTION SYSTEMS

Size: px
Start display at page:

Download "SUBSTATION-BASED SELF-HEALING SOLUTION WITH ADVANCED FEATURES FOR CONTROL AND MONITORING OF DISTRIBUTION SYSTEMS"

Transcription

1 SUBSTATION-BASED SELF-HEALING SOLUTION WITH ADVANCED FEATURES FOR CONTROL AND MONITORING OF DISTRIBUTION SYSTEMS Daniel Perez DUARTE João Carlos GUARALDO Henrique KAGAN Sinapsis Brazil Sinapsis Brazil Sinapsis - Brazil daniel.duarte@sinapsisenergia.com joao.guaraldo@sinapsisenergia.com henrique.kagan@sinapsisenergia.com Bruno Hideki NAKATA Paulo César PRANSKEVICIUS Argeu SUEMATSU Sinapsis Brazil AES Eletropaulo Brazil AES Eletropaulo - Brazil bruno.nakata@sinapsisenergia.com paulo.pranskevicius@aes.com argeu.suematsu@aes.com Marcel MARTINELLI AES Eletropaulo Brazil marcel.martinelli@aes.com Mayra Sayumi HOSHINA AES Eletropaulo Brazil mayra.hoshina@aes.com ABSTRACT In order to improve the reliability of the electric system, preventing economic losses to their customers and possible penalties applied by the electricity regulatory agency, the brazilian utility AES Eletropaulo constantly invests in new technologies applied in their electric grid. This paper aims to describe a substation-based selfhealing solution with advanced features for monitoring and control of the electric grid, developed as part of the utility s Smart Grid Project. A Self-healing solution performs the location and isolation of fault, and service restoration for feeder sections which were not directly affected by the fault. Some tasks that would take several to be done now can be completed in a few seconds, contributing significantly to the improvement of continuity indexes. The solution will be implemented in one of AES Eletropaulo s substations, Tambore, which has 14 feeders and 25 reclosers. INTRODUCTION Faults and outages have major economic and social impacts not only for the customers, but also for the power distribution company. While large energy customers like industries may suffer big losses even with short supply interruptions, the electric utility can be penalized according to the frequency and duration of interruptions. In Brazil, the continuity indexes used are SAIDI (System Average Interruption Duration Index) and SAIFI (System Average Interruption Frequency Index). Traditionally, the detection and location of a fault start with telephone calls from customers, which enable the grid operators to determine the approximate location of the fault and send field teams to this place. After determining the exact location, they execute the isolation of the fault and, if possible, the service restoration of healthy sections of the affected feeder by closing a normally open switch (tie switch). A self-healing solution can reduce significantly the time to restore the power supply to healthy sections of the feeder, as illustrated in figure 1. What would be done in more than two hours can now be completed in less than five. The times presented in figure 1 are based on AES Eletropaulo s electric grid. Customers Fault Report Occurs Outage Customers Fault Report Occurs Outage 1-5 Power Restored to Customers on Healthy Sections of Preparation and Travel Time Preparation and Travel Time Without Self- Healing Minutes Fault Location Fault Location With Self Healing Manual Switching Repair Time Power Restored to Customers on Healthy Sections of Repair Time Back to rmal Back to rmal Figure 1: Time Response for Outages with and without a self-healing solution [1] The self-healing solutions are divided in three main categories: Peer-to-peer: Intelligence distributed between field devices; Substation-based: Controller located in the substation level, sending commands to field devices; Centralized: Intelligence centralized in the control center, being able to control multiple substations and devices. As part of AES Eletropaulo s Smart Grid Project, it is being developed a substation-based self-healing solution with advanced features for control and monitoring of the electric grid. In the next sections, it will be presented the architecture and flowchart of the solution, also the software structure, hardware utilized, case study and conclusion. CIRED /5

2 ARCHITECTURE The architecture of the solution is described in figure 2: GIS Topology Communication Network GIS Main SCADA Control Center s Status (Open/ Close) Measures Grid Preparation State Estimation of the Grid Self-Healing Typical Load Curves Estimation: Current State and next 2 hours Self-Healing SCADA (Substation) Communication Network Figure 3: Flowchart Part 1 State Estimation of the Grid Substation Caption Information from field equipments Commands to open/close switches Geographic information from GIS Recloser Recloser Blocking commands from grid operator Alarms Figure 2: s architecture s Verifications, Optimization and Sequence of s When a fault occurs, before starting the optimization algorithm, the solution verifies some conditions like if there are new events (fault) on the grid, if the solution was blocked by the grid s operator or if any switches were blocked due to problems in their communication system. Through a supervisory control and data acquisition system (SCADA) located in the substation level, the solution acquires data (analogic measures and status) from field devices and, after running a optimization algorithm to determine the best sequence of operations for service restoration, it sends commands to the field devices using the same SCADA system. To obtain georeferenced information of equipment and model the electric grid in the solution, there is integration with a geographic information system (GIS). Also, the solution is integrated with the main SCADA system, located in the control center. SOLUTION S FLOWCHART State Estimation of the Grid With the information of grid s topology from the GIS system, the solution acquires analogic measures and status from field equipment and does a state estimation through power flow analysis. The state estimation is performed constantly, so when a fault occurs, it is possible to start the optimization algorithm with an estimation of the network immediately before the fault. Also, using typical load curves for each feeder, it is possible to forecast the state of the grid for the hours ahead. The solution uses this feature to obtain a sequence of maneuvers sustainable for the entire outage duration, not only for the moment of the fault. Outages Blocking Command Blocked switches Grid Prepared and event recorded Blocked? Optimization Sequence of s Self-Healing Start Event Log Optimization Parameters Figure 4: Flowchart part 2 Verificaitons, Optmization and Sequence of s The optimization algorithm starts with the identification of the switches that can participate in the service restoration for this particular fault. Then, the simplest solutions for the problem are chosen to start the modified genetic algorithm and improve its performance. To determine the optimal sequence of maneuvers for service restoration, the modified genetic algorithm considers the following variables in its objective function: Number of maneuvers Continuity indexes Supply for special customers Energy not supplied The obtained sequence of maneuvers must keep the network within its technical operating limits during the outage, respecting: Rated loading of equipment and sections; Voltage limits on delivery points. CIRED /5

3 Commands to With the obtained sequence, the solution starts sending commands to field equipment. Blocking Command Outages State of Operated Switches Command to execute Sequence Start i (1 i n) System Blocked? New Event? Execute END i = i + 1 i = N? confirmed? Stop Restart Optmization Self-Healing Consider Switch Blocked Figure 5: Flowchart Part 3 - Commands to At first, the solution verifies if there are any blocking commands performed by the grid s operator or if another fault occurred in the grid. If nothing happened, the solution sends the first operation command separately to the SCADA system. Before starting the procedures (verifications and command) for the second operation, the solution waits for the response from the field device about the first operation. This way, it is possible to stop the sequence and restart the optimization algorithm if an unexpected event occurs in the grid. Also, it is possible to exclude from the logic a switch with problems in its communication system. SOFTWARE The software for the solution is structured as a set of concurrent processes that communicate by sending and receiving messages. A message has the necessary information for the recipient process execute an operation. The software consists of the following processes: P_SCADAInterface: Process of interface with the SCADA system. Receives messages requesting data from field equipment or commands for switch operation. P_GisInterface: Performs the integration with the GIS system. Periodically, receives a GIS file and assembles the grid s topology in the software, sending it to the P_Topology process. P_Acquisition: According to pre-established timings, the process sends messages to the P_SCADAInterface process, requesting data from the SCADA System. P_Analysis: Receives messages from P_SCADA with data acquired from the SCADA system. If there are changes in any equipment status, sends a message to the P_Topology process. If it receives a message indicating an outage in the network, sends a message to the P_SelfHealing process. P_Topology: Performs periodically the state estimation of the network. After receiving a request, sends a copy of the grid to the P_SelfHealing process. P_SelfHealing: After receiving a message indicating an outage, the process requests a copy of the network and performs the optimization algorithm to determine the sequence of maneuvers to be executed. Finally, it sends the sequence to the P_ process. P_: Performs the management of maneuvers, sending one by one to the SCADA and executing the necessary checks, as described previously in the flowchart. P_Timer: Receives requests of timings from other processes and sends messages indicating the timeout of those timings. Figure 6 shows the cited processes and the exchanged messages between them. AQ1 P_Acquisition P_SCADAInterface AQ2 SCADA System P_Analysis AQ3 P_Topology ES1 SH1 P_GISInterface GIS System MA3 MA6 SH2 MA4 SH3 SH4 SH5 Figure 6: Software Structure MA2 MA5 P_ MA1 P_SelfHealing Also, table 1 shows the source, destination and a description of each message presented in figure 6. CIRED /5

4 Table 1: Messages between processes Source Destination Description feeders and 25 automatic reclosers. The figure below shows the topology of the substation s feeders represented in the software. Data Acquisition from SCADA Topology Construction AQ1 P_Acquisition P_SCADAInterface Data Request (Status and Analogic Measures) AQ2 P_SCADAInterface P_Analysis Received Data from SCADA AQ3 P_Analysis P_Topology Information obtained from data analysis ES1 P_GISInterface P_Topology New topology received from GIS SH1 P_SCADAInterface P_Analysis Fault Indication Information to run the Self Healing SH2 P_Analysis P_SelfHealing Fault Indication SH3 P_Analysis P_ Fault Indication SH4 P_SelfHealing P_Topology Request for a copy of the prefault topology SH5 P_Topology P_SelfHealing Copy of the grid's topology Execution of Switch Operations The software also contains the following processes: P_Control: Manages the other processes; P_IHMServer: User Interface process; P_Log: Process that registers event logs; P_History: Registers operations of the solution. HARDWARE Figure 7: Hardware SEL-3355 The hardware chosen for the solution is the SEL-3355 computer from Schweitzer Engineering Laboratories. It offers high performance with Intel Core i7 Multicore Processor and 16 GB ECC RAM, Robust Hardware Design and Reliable Operation, which are important for operation at the substation level. CASE STUDY MA1 P_SelfHealing P_ Sequence of s Request for the status of the selfhealing MA2 P_ P_SCADAInterface solution MA3 P_SCADAInterface P_Analysis MA4 P_Analysis P_ MA5 P_ P_SCADAInterface Status of Self Healing Status of Self Healing Command to switch operation and request for switch status MA6 P_SCADAInterface P_Analysis Status of Operated Switch For the implementation of the solution, it was chosen the substation Tamboré of AES Eletropaulo, which has 14 Figure 8: Topology of Tamboré s feeders Simulations Initially, simulations were carried out to determine the impact of the self-healing solution in the continuity indexes of the substation s feeders. Table 2 shows the obtained results. Column SAIDI1 presents data of SAIDI for each feeder, considering the twelve months of In Brazil, only interruptions lasting more than three are considered in the calculation of SAIDI. Column SAIDI2 presents the expected values of SAIDI with the deployment of the self-healing solution, considering the same period and history of outage events. Table 2: Simulation Results SAIDI1 (hours) SAIDI2 (hours) Variation TAM 102 1,70 1,63 4,1% TAM 103 9,07 8,84 2,5% TAM 104 4,97 4,37 12,1% TAM 105 4,14 2,99 27,8% TAM 106 1,72 1,71 0,6% TAM 107 1,23 0,98 20,3% TAM 108 5,95 5,93 0,3% TAM 109 7,52 7,44 1,1% TAM 110 2,43 1,58 35,0% TAM 111 1,24 1,17 5,6% TAM 112 6,27 4,59 26,8% TAM 113 3,17 2,42 23,7% TAM 114 3,46 2,61 24,6% TAM 115 1,23 0,99 19,5% Results show that in 50% of the feeders (seven of fourteen), it is possible to reduce the DEC index by 20% or more. In substations with longer feeders and worse continuity indexes, it is possible to obtain even better results. CIRED /5

5 Deployment As of January 2015, the following parts of the solution are still in development: Software development and testing; Integration between the solution and the SCADA system; Deployment of telecommunication network in some regions. tests are expected to begin in May 2015 and the results will be available by the end of July CONCLUSION This paper presented the self-healing solution being developed within the Smart Grid Project of the brazilian utility AES Eletropaulo. The solution presents a substation-based architecture with advanced features to control and monitor the electric system. The self-healing solution performs advanced analyses as the ones performed by centralized solutions, without requiring the same communication infrastructure. To determine the best sequence of operations for service restoration, the solution uses a modified genetic algorithm that considers various parameters in its objective function. To ensure that the solution met the availability requirements of software that operates in real time, it was developed a structure with several processes that run in parallel and communicate by sending and receiving messages. In addition, the hardware chosen for the solution offers the required performance and reliability. The simulations show that the self-healing solution can significantly reduce the continuity indexes. By the end of the development and deployment of the solution, it will be possible to analyze the results and determine the exact benefits of the solution. REFERENCES [1] K. H. LaCommare, J. H. Eto, 2004, "Understanding the Cost of Power Interruptions to U.S. Electricity Consumers", Lawrence Berkeley National Laboratory. [2] Y. Kumar, B. Das, J. Sharma, 2006, "Genetic for Supply Restoration in Distribution System with Priority Customers", 9 th International Conference on Probabilistic Methods Applied to Power Systems.. [3] C. Angelo, 2013, "Technologies of the Self-Healing Grid", 22 nd International Conference on Electricity Distribution. CIRED /5

AIR INTELLIGENT GRID AUTOMATION

AIR INTELLIGENT GRID AUTOMATION AIR INTELLIGENT GRID AUTOMATION Felipe ROVER Tiago MORAIS Jorge AITH Elektro Brazil Elektro Brazil Elektro Brazil felipe.rover@elektro.com.br tiago.morais@elektro.com.br jorge.aith@elektro.com.br ABSTRACT

More information

IntelliTeam II Automatic Restoration System

IntelliTeam II Automatic Restoration System No system is too complex to automate with... IntelliTeam II Automatic Restoration System Introduced in 1997, the IntelliTeam Automatic Restoration System was the first product of its kind. Using peer-to-peer

More information

CIGRE U.S. National Committee

CIGRE U.S. National Committee CIGRE U.S. National Committee 2014 Grid of the Future Symposium October 20, 2014 Houston, TX New Tools for Managing Smart Switching Devices Chris McCarthy, Jason Lombardo S&C Electric Company CWG/9416P

More information

SurvalentONE Distribution Management System

SurvalentONE Distribution Management System SurvalentONE Distribution Management System Analyze & Optimize Critical Grid Functions for Advanced System Monitoring & Control SurvalentONE ADMS The SurvalentONE ADMS platform is a fully integrated SCADA,

More information

April Oracle Spatial User Conference

April Oracle Spatial User Conference April 29, 2010 Hyatt Regency Phoenix Phoenix, Arizona USA Parag Parikh Dan Kuklov CURRENT Group Kerry D. McBee Xcel Energy Unified Real-Time Network Topology Management Using Xcel Energy SmartGridCity

More information

What You Should Know About Communication Systems: Business Strategies and Options

What You Should Know About Communication Systems: Business Strategies and Options Doug Voda, PPMV Global Segment Leader for Smart Grid February 2015 NRECA TechAdvantage What You Should Know About Communication Systems: Business Strategies and Options The visionary Smart Grid Five Pillars

More information

FCIs reduce fault-locating times and improve reliability metrics, especially the Customer Average Interruption Duration Index (CAIDI).

FCIs reduce fault-locating times and improve reliability metrics, especially the Customer Average Interruption Duration Index (CAIDI). 1 Intelligent electronic devices (IEDs) are the preferred choice for modernizing the grid. Communication among networks of robust IEDs designed for protection, control, and monitoring (PCM) of the power

More information

Auto-Changeover & Feeder Automation. Reclosers & Sectionalizers

Auto-Changeover & Feeder Automation. Reclosers & Sectionalizers Auto-Changeover & Feeder Automation Reclosers & Sectionalizers WHY AUTOMATE? COMPETITION SERVICE VALUE QUALITY RELIABILITY REGULATION RATES BASED ON RELIABITY & PERFORMANCE PENALTIES REGULATION SAIDI (System

More information

Fortum SGEM Program Presentation of ongoing research activities

Fortum SGEM Program Presentation of ongoing research activities Fortum SGEM Program Presentation of ongoing research activities MV and LV Network Automation Solutions in EU Benchmarking Research 1 Existing Distribution Grid Little change in the past few decades Mostly

More information

Integrating Distributed Resources into Distribution Planning and Operations R&D Priorities

Integrating Distributed Resources into Distribution Planning and Operations R&D Priorities Integrating Distributed Resources into Distribution Planning and Operations R&D Priorities Mark McGranaghan Jason Taylor Electric Power Research Institute CIRED Workshop 2016 Helsinki Theme 2: Resilient

More information

Smart Distribution Technology

Smart Distribution Technology Smart Distribution Technology Presentation Agenda Alabama Power Company, A Southern Company Distribution Automation Supervisory Control And Data Acquisition (SCADA) Multiple Address System (MAS) communications

More information

Dan Murray, Siemens Energy Management Division

Dan Murray, Siemens Energy Management Division Design and Implementation of a Communication Network to Support Real-time Distribution Feeder Automation, SCADA Integration and Backhaul of Substation and Metering Data Dan Murray, Siemens Energy Management

More information

Cost and performance implications of infrastructure investment options in the Eskom Distribution network

Cost and performance implications of infrastructure investment options in the Eskom Distribution network Cost and performance implications of infrastructure investment options in the Eskom Distribution network Dr Clinton Carter-Brown Industry Association Resource Centre Eskom Holdings Limited Martin Cameron

More information

Automation Services and Solutions

Automation Services and Solutions Automation Services and Solutions Automate substation data acquisition and control to improve performance Maintain uninterrupted power services with proactive grid monitoring and controlling features.

More information

MODELING OF SIMULTANEOUS FAULT TO RELIABILITY ENHANCEMENT IN DISTRIBUTION SYSTEM

MODELING OF SIMULTANEOUS FAULT TO RELIABILITY ENHANCEMENT IN DISTRIBUTION SYSTEM MODELING OF SIMULTANEOUS FAULT TO RELIABILITY ENHANCEMENT IN DISTRIBUTION SYSTEM Nemat DEHGHANI Antti SUPPONEN Sami REPO Tampere University of Technology (TUT) TUT- Finland TUT- Finland Finland antti.supponen@tut.fi

More information

Sacramen Sacr t amen o t Municipal Utility Dis t Dis rict t SMUD May Ma 10,

Sacramen Sacr t amen o t Municipal Utility Dis t Dis rict t SMUD May Ma 10, Sacramento Municipal Utility District SMUD May 10, 2010 1 SMUD Facts and Figures 900 Sq. Miles Service Area 585,500 Customers 1.4 million Area Population 10 Bulk Substations 473 Miles of Transmission Lines

More information

Jussi Ahola, ABB Oy A self healing power system for the accurate fault location and zone concept T&D Smart Grids Europe 2012

Jussi Ahola, ABB Oy A self healing power system for the accurate fault location and zone concept T&D Smart Grids Europe 2012 Jussi Ahola, ABB Oy A self healing power system for the accurate fault location and zone concept T&D Smart Grids Europe 2012 October 16, 2012 Slide 1 Introduction Why self-healing? Needs to improvements

More information

Fault and outage management

Fault and outage management WEBINAR, SEPTEMBER 2017 Distribution Automation for electrical grids Fault and outage management Alain Aurus, Theodoros Oikonomou, Yasmine Vögele Introduction Facility Management Use the detach button

More information

Spencer Murray, Sr. Telecom Eng.

Spencer Murray, Sr. Telecom Eng. Distribution Automation Spencer Murray, Sr. Telecom Eng. Why FortisAlberta choose Distribution Automation? Reliability (SAIDI, SAIFI) Operational benefits: Load balancing between substations. Real-time

More information

High-Reliability Fault-Clearing System solution. Application Guide. Outdoor Distribution (15.5 kv through 38 kv) S&C ELECTRIC COMPANY

High-Reliability Fault-Clearing System solution. Application Guide. Outdoor Distribution (15.5 kv through 38 kv) S&C ELECTRIC COMPANY S&C Remote Supervisory V ista Outdoor Distribution (15.5 kv through 38 kv) Electric utility customers are increasingly concerned about the frequency and duration of outages they are experiencing, and are

More information

Southern Company Smart Grid

Southern Company Smart Grid Southern Company Smart Grid Smart Grid Investment Grant Update July 25, 2011 Southern Company Southern Company is one of the nations largest generators of electricity Has 4.4 million retail customers across

More information

Volt/VAR Control Options and How to Leverage AMI Data

Volt/VAR Control Options and How to Leverage AMI Data By Tom Helmer, Executive Consultant and Joseph Sottnik, P.E., Project Manager, Black & Veatch Published in the August 2012 issue of PowerGrid International Energy efficiency and operational optimization

More information

Maximizing protection coordination with self-healing technology

Maximizing protection coordination with self-healing technology Supersedes December 2011 Daniel P. Roth, Distribution Automation Technical Manager, Eaton s Cooper Power Systems Abstract Much of the Smart Grid initiative includes the installation of new recloser and

More information

CYME Gateway. CYME Gateway. To create, maintain and validate your electrical network model.

CYME Gateway. CYME Gateway. To create, maintain and validate your electrical network model. CYME Gateway CYME Gateway To create, maintain and validate your electrical network model. Ability to integrate with your enterprise systems The ability to accurately analyze an electrical network depends

More information

Blackout 101. Dr. B. Don Russell Texas A&M University. Dr. Bruce Wollenberg University of Minnesota. Mr. John McDonald KEMA, Inc.

Blackout 101. Dr. B. Don Russell Texas A&M University. Dr. Bruce Wollenberg University of Minnesota. Mr. John McDonald KEMA, Inc. Blackout 101 Dr. B. Don Russell Texas A&M University Dr. Bruce Wollenberg University of Minnesota Mr. John McDonald KEMA, Inc. Dr. Pete Sauer University of Illinois at Urbana-Champaign An Electric Power

More information

BEFORE THE ARKANSAS PUBLIC SERVICE COMMISSION

BEFORE THE ARKANSAS PUBLIC SERVICE COMMISSION BEFORE THE ARKANSAS PUBLIC SERVICE COMMISSION IN THE MATTER OF THE FORMULA ) RATE PLAN FILINGS OF OKLAHOMA GAS ) GAS AND ELECTRIC COMPANY ) DOCKET NO. -0-FR PURSUANT TO APSC DOCKET ) NO. -0-U ) Direct

More information

A RELIABILITY AND COST ASSESSMENT METHODOLOGY OF MEDIUM VOLTAGE FEEDERS

A RELIABILITY AND COST ASSESSMENT METHODOLOGY OF MEDIUM VOLTAGE FEEDERS A RELIABILITY AND COST ASSESSMENT METHODOLOGY OF MEDIUM VOLTAGE FEEDERS Cattia RODUNER BKW Energie AG Switzerland cattia.roduner@bkw.ch Efstratios TAXEIDIS BKW Energie AG - Switzerland efstratios.taxeidis@bkw.ch

More information

Advanced Protection and Control Technologies for T&D Grid Modernization

Advanced Protection and Control Technologies for T&D Grid Modernization Advanced Protection and Control Technologies for T&D Grid Modernization i-pcgrid Workshop San Francisco, CA March 31, 2016 Jeff Shiles, Principal Manager Protection & Automation Engineering Southern California

More information

FAULT DETECTION ISOLATION AND RESTORATION ON THE FEEDER (FDIR): PICK YOUR TECHNOLOGY

FAULT DETECTION ISOLATION AND RESTORATION ON THE FEEDER (FDIR): PICK YOUR TECHNOLOGY FAULT DETECTION ISOLATION AND RESTORATION ON THE FEEDER (FDIR): PICK YOUR TECHNOLOGY Fahrudin Mekic Ken Alloway Cleber Angelo Robert Goodin ABB Inc. USA ABB Inc. USA ABB Inc. USA ABB Inc. USA fahrudin.mekic@us.abb.com.ken.alloway@us.abb.com

More information

Application of Distributed Intelligence to Automatic Distribution Reconfiguration for Reliability Improvement

Application of Distributed Intelligence to Automatic Distribution Reconfiguration for Reliability Improvement Application of Distributed Intelligence to Automatic Distribution Reconfiguration for Reliability Improvement Doug Staszesky Director Product Management Automation Systems Division S&C Electric Company

More information

Grid Modernization Challenges for the Integrated Grid

Grid Modernization Challenges for the Integrated Grid Grid Modernization Challenges for the Integrated Grid Mark McGranaghan VP, Distribution and Utilization Electric Power Research Institute Wednesday 21 JUN 2017 PowerTech 2017 Manchester The Vision An Integrated

More information

Smart Grid Development in Ho Chi Minh City

Smart Grid Development in Ho Chi Minh City Power Grid Modernization by Smart Grid Development in Ho Chi Minh City Ho Chi Minh City, 06/2016 CONTENTS Introduction of EVNHCMC Power Grid Modernization by Smart Grid Development in EVNHCMC Perspectives

More information

DISRIBUTED AUTOMATION FOR BACK-FEED NETWORK POWER RESTORATION

DISRIBUTED AUTOMATION FOR BACK-FEED NETWORK POWER RESTORATION DISRIBUTED AUTOMATION FOR BACK-FEED NETWORK POWER RESTORATION Fahrudin Mekic Zhenyuan Wang Vaibhav Donde Fang Yang James Stoupis ABB Inc. USA ABB Inc. USA ABB Inc. USA ABB Inc. USA ABB Inc. USA fahrudin.mekic@us.abb.com

More information

KEDS DSO Development Plan. George Karagutoff, KEDS CEO Prishtina, Kosovo 20 March, 2018

KEDS DSO Development Plan. George Karagutoff, KEDS CEO Prishtina, Kosovo 20 March, 2018 KEDS DSO Development Plan George Karagutoff, KEDS CEO Prishtina, Kosovo 20 March, 2018 1 INVESTMENTS AT A GLANCE KEDS begun its operations after the successful unbundling of Distribution and Supply business

More information

Tait GridLink THE INTELLIGENT CHOICE FOR DISTRIBUTION AUTOMATION. harris.com #harriscorp

Tait GridLink THE INTELLIGENT CHOICE FOR DISTRIBUTION AUTOMATION. harris.com #harriscorp Tait GridLink THE INTELLIGENT CHOICE FOR DISTRIBUTION AUTOMATION harris.com #harriscorp GRID VISIBILITY AND CONTROL Improving distribution grid operations with real time remote monitoring and control of

More information

Background Smart Grid is changing the way we do business Fit and forget or Smart Grids? Different levels in automation

Background Smart Grid is changing the way we do business Fit and forget or Smart Grids? Different levels in automation Content Background Smart Grid is changing the way we do business Fit and forget or Smart Grids? Different levels in automation SGEM Highlights from different automation levels Process: Low-cost fault indicator

More information

Advanced Fuse-Saving Techniques. T. ROUSAN Ameren Illinois USA. J. JERMAKOWICZ S&C Electric Company USA

Advanced Fuse-Saving Techniques. T. ROUSAN Ameren Illinois USA. J. JERMAKOWICZ S&C Electric Company USA 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2015 Grid of the Future Symposium Advanced Fuse-Saving Techniques T. ROUSAN Ameren Illinois USA J. JERMAKOWICZ S&C Electric

More information

Siemens FuseSaver New half-cycle circuit breaker for rural smart grids to minimize operating costs of feeder and spur lines

Siemens FuseSaver New half-cycle circuit breaker for rural smart grids to minimize operating costs of feeder and spur lines Siemens FuseSaver New half-cycle circuit breaker for rural smart grids to minimize operating costs of feeder and spur lines Authors: Dr. Brett Watson, Siemens Ltd., PO Box 4833, Loganholme, QLD 4129, Australia

More information

Distribution System Self-Healing Implementation using Decentralized IED-based Multi-Agent System

Distribution System Self-Healing Implementation using Decentralized IED-based Multi-Agent System Distribution System Self-Healing Implementation using Decentralized IED-based Multi-Agent System Jonatas Boas Leite 1, Member, IEEE, Jose Roberto Sanches Mantovani 1, Member, IEEE and Mladen Kezunovic

More information

Road Map to Grid Modernization

Road Map to Grid Modernization Road Map to Grid Modernization APIC, University of Alberta May 5 th, 2016 Presenter: Chris Chapelsky, MSc., P.Eng. Operations 1 Engineer About EPCOR Water & Power Transmission & Distribution in Edmonton

More information

Monitor Your Distribution Grid

Monitor Your Distribution Grid Connected Energy Grid Management Improve reliability measures (SAIDI, SAIFI, CAIDI) Focus reliability improvements where they are needed most Improve volt/var control Optimize voltage for CVR Reduce outage

More information

Chapter 8: Smart Grid Communication and Networking

Chapter 8: Smart Grid Communication and Networking Chapter 8: Smart Grid Communication and Networking Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering National Taipei University Outline 1. The framework of smart grid 2. Network

More information

Jose Molina Sales Manager, Global Asset - RTU500 Series (Germany)

Jose Molina Sales Manager, Global Asset - RTU500 Series (Germany) X JORNADAS TECNICAS - ABB EN CHILE, 12 DE ABRIL 2017 Distribution Automation Solution with RTU500 series Jose Molina Sales Manager, Global Asset - RTU500 Series (Germany) Agenda Why RTUs in Distribution

More information

Demonstration of the UPGRID project urban network of the future

Demonstration of the UPGRID project urban network of the future Demonstration of the UPGRID project urban network of the future SŁAWOMIR NOSKE, DOMINIK FALKOWSKI ENERGA-OPERATOR SA e-mail: {slawomir.noske/dominik.falkowski}@energa.pl 1. Introduction Sustainable development,

More information

Intelligent Grid and Lessons Learned. April 26, 2011 SWEDE Conference

Intelligent Grid and Lessons Learned. April 26, 2011 SWEDE Conference Intelligent Grid and Lessons Learned April 26, 2011 SWEDE Conference Outline 1. Background of the CNP Vision for Intelligent Grid 2. Implementation of the CNP Intelligent Grid 3. Lessons Learned from the

More information

2010 SMART GRID INVESTMENTS OPERATIONS

2010 SMART GRID INVESTMENTS OPERATIONS EB-00-0 Exhibit G Tab Schedule Page of 00 SMART GRID INVESTMENTS OPERATIONS 0 FEEDER AUTOMATION Feeder automation ( FA ) is identified as a key priority of THESL s smart grid implementation to mitigate

More information

A Deterministic Analysis Method for Back-feed Power Restoration of Distribution Networks

A Deterministic Analysis Method for Back-feed Power Restoration of Distribution Networks 1 A Deterministic Analysis Method for Back-feed Power Restoration of Distribution Networks Zhenyuan Wang, Vaibhav Donde, Fang Yang, James Stoupis, Member, IEEE Abstract This paper presents a deterministic

More information

EMS / DMS. DISTRIBUTION MANAGEMENT SYSTEM- Functional Description

EMS / DMS. DISTRIBUTION MANAGEMENT SYSTEM- Functional Description EMS / DMS DISTRIBUTION MANAGEMENT SYSTEM- Content 1. INTRODUCTION... 4 2. MODES OF INTERACTION WITH THE SCADA SYSTEM... 5 2.1 Simulation Mode... 5 2.2 State Estimation Mode (See functional description

More information

2012 Grid of the Future Symposium. Demonstration of Pulsecloser Applications and Benefits in Ameren s Distribution Automation Program

2012 Grid of the Future Symposium. Demonstration of Pulsecloser Applications and Benefits in Ameren s Distribution Automation Program 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2012 Grid of the Future Symposium Demonstration of Pulsecloser Applications and Benefits in Ameren s Distribution Automation

More information

SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM

SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM SWITCHES ALLOCATION IN DISTRIBUTION NETWORK USING PARTICLE SWARM OPTIMIZATION BASED ON FUZZY EXPERT SYSTEM Tiago Alencar UFMA tiagoalen@gmail.com Anselmo Rodrigues UFMA schaum.nyquist@gmail.com Maria da

More information

AUTOMATION OF POWER DISTRIBUTION USING SCADA

AUTOMATION OF POWER DISTRIBUTION USING SCADA 1 2 ABSTRACT In every substation certain measurements, supervision, control, operation and protection functions are necessary. Traditionally these functions were performed manually by system operator from

More information

1 Description of Methodology for Volt / Var Optimization

1 Description of Methodology for Volt / Var Optimization Methodology for Volt / Var Optimization on a Substation Basis May 13th, 2011 Version 1.7 1 Methodology for Volt / Var Optimization (VVO) on a Substation Basis This use case discusses how the utility will

More information

New Tools for Managing Smart Switching Devices. C.A. MCCARTHY S&C Electric Company USA

New Tools for Managing Smart Switching Devices. C.A. MCCARTHY S&C Electric Company USA 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium New Tools for Managing Smart Switching Devices C.A. MCCARTHY S&C Electric Company USA

More information

Centralized & Distributed Intelligence applied to Distribution Automation

Centralized & Distributed Intelligence applied to Distribution Automation Centralized & Distributed Intelligence applied to Distribution Automation Table of Contents Automated Feeder restoration, put to the test Centralized Control and Distributed intelligence Distributed intelligence

More information

Utility Implements Communications- Assisted Special Protection and Control Schemes for Distribution Substations

Utility Implements Communications- Assisted Special Protection and Control Schemes for Distribution Substations Utility Implements Communications- Assisted Special Protection and Control Schemes for Distribution Substations Michael. Duff City of College Station Payal Gupta, Dharmendra Prajapati, and Alex Langseth

More information

Upgrading From a Successful Emergency Control System to a Complete WAMPAC System for Georgian State Energy System

Upgrading From a Successful Emergency Control System to a Complete WAMPAC System for Georgian State Energy System Upgrading From a Successful Emergency Control System to a Complete WAMPAC System for Georgian State Energy System Dave Dolezilek International Technical Director Schweitzer Engineering Laboratories SEL

More information

QUALITY OF SERVICE INDICATORS UNDER CYBER ATTACKS BY RAO SIMULATOR

QUALITY OF SERVICE INDICATORS UNDER CYBER ATTACKS BY RAO SIMULATOR QUALITY OF SERVICE INDICATORS UNDER CYBER ATTACKS BY RAO SIMULATOR Multitel (S.Iassinovski) Multitel Research Center Parc Initialis, rue Pierre et Marie Curie n 2 B-7000 Mons, Belgium iassinovski@multitel.be

More information

OC IEEE IAS/PES Meeting February 21, 2013

OC IEEE IAS/PES Meeting February 21, 2013 San Diego International Airport: Building For The Future, Through Underground Distribution Automation and SCADA OC IEEE IAS/PES Meeting February 21, 2013 1 Presenter: Randy Denton, PE Under Ground Utility

More information

Shabnam Rukhsar Electrical Engineering Department, Anjuman College of Engineering and Technology.India

Shabnam Rukhsar Electrical Engineering Department, Anjuman College of Engineering and Technology.India SCADA in Transmission Line Shabnam Rukhsar Electrical Engineering Department, Anjuman College of Engineering and Technology.India ABSTRACT: Transmission line equivalent circuit parameters are often 25%

More information

EPB UPDATE. North American Power Credit Organization September 12, 2013

EPB UPDATE. North American Power Credit Organization September 12, 2013 EPB UPDATE North American Power Credit Organization September 12, 2013 1 FIBER OPTICS 2 Chattanooga s Fiber Network Fiber-To-The-Home A GPON-Gigabit Passive Optic Network Two multiple 10 gig fully redundant

More information

Network Planning for Smart Grid

Network Planning for Smart Grid Network Planning for Smart Grid UTC Telecom 2009 June 3, 2009 David Boroughs Experience you can trust. Objectives Smart Grid Architecture Overview Network Planning & Dimensioning Aspects Network Performance

More information

Demonstration Test Bed for Advanced Control Systems

Demonstration Test Bed for Advanced Control Systems Demonstration Test Bed for Advanced Control Systems Christopher R Clarke Senior Engineer SCE Advanced Technology June 22, 2016 1 Advanced Distribution Control Systems Introduction of customer adoption

More information

EPRI GIS Interest Group GIS Data Correction

EPRI GIS Interest Group GIS Data Correction EPRI GIS Interest Group GIS Data Correction The Southern Company Serve 4.4 Million Retail Customers Generating Capacity : 42,000 MW 120,000 Square Miles Alabama Power Company Serves 1,431,334 Customers

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

Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands

Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands Capacity Planning for Next Generation Utility Networks (PART 1) An analysis of utility applications, capacity drivers and demands Utility networks are going through massive transformations towards next

More information

INTEGRATED DISTRIBUTION GRID MANAGEMENT SYSTEM

INTEGRATED DISTRIBUTION GRID MANAGEMENT SYSTEM INTEGRATED DISTRIBUTION GRID MANAGEMENT SYSTEM ABSTRACT Robert SCHMARANZ robert.schmaranz@kaerntennetz.at Jürgen PASKER juergen.pasker@kaerntennetz.at This paper introduces an Integrated Grid Management

More information

Using WiMAX for Distribution Automation

Using WiMAX for Distribution Automation Using WiMAX for Distribution Automation Page 1 RuggedCom market share of > 50% in the Electric Power T&D Substations market for communications RuggedCom market share Electric Power T&D Substations market

More information

AMEU FuseSaver Highest availability and cost savings for your medium voltage distribution network

AMEU FuseSaver Highest availability and cost savings for your medium voltage distribution network AMEU 2012 FuseSaver Highest availability and cost savings for your medium voltage distribution network October Page 2012 1 Siemens IC AG LMV 2012 MV C PPM Challenges for rural networks Characteristics

More information

Smart Grid Operations - Combining the Power of Smart Meters and The Control Room ADMS

Smart Grid Operations - Combining the Power of Smart Meters and The Control Room ADMS Smart Grid Operations - Combining the Power of Smart Meters and The Control Room ADMS United Energy case study Andrew Steer Manager - Network Control Centre Support United Energy Bradley Williams, P.E.

More information

ActionWise. Software SCADA/ADMS. Configuration and Operation Manual. Version 2 Rev 2. Spin Engenharia de Automação Ltda. Brasilia, March 2017

ActionWise. Software SCADA/ADMS. Configuration and Operation Manual. Version 2 Rev 2. Spin Engenharia de Automação Ltda. Brasilia, March 2017 ActionWise Software SCADA/ADMS Configuration and Operation Manual Version 2 Rev 2 Spin Engenharia de Automação Ltda. Brasilia, March 2017 SPIN Engenharia de Automação Ltda. SCLN 212 Bloc D - Room 101 PO

More information

Flexible High-Speed Load Shedding Using a Crosspoint Switch

Flexible High-Speed Load Shedding Using a Crosspoint Switch Flexible High-Speed Load Shedding Using a Crosspoint Switch Will Allen and Tony Lee Schweitzer Engineering Laboratories, Inc. Published in Wide-Area Protection and Control Systems: A Collection of Technical

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

Written Testimony of Michael A. Stoessl Group President, Cooper Power Systems On behalf of the National Electric Manufacturers Association

Written Testimony of Michael A. Stoessl Group President, Cooper Power Systems On behalf of the National Electric Manufacturers Association Written Testimony of Michael A. Stoessl Group President, Cooper Power Systems On behalf of the National Electric Manufacturers Association July 23, 2009 Before the U.S. House of Representatives Committee

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, WA, USA PaiFest In Honor of Prof. M. A. Pai Urbana-Champaign, IL October 15, 2015 The Past (before 1960s) Hard

More information

Preparing for the Dynamic Grid of Future

Preparing for the Dynamic Grid of Future Preparing for the Dynamic Grid of Future Peter Hoffman, P.E. Duke Energy, Grid Solutions Engineering & Technology POWERING LIVES & COMMUNITIES Environmental Stewardship Reliable Service Affordable Rates

More information

Smart Grid solutions. Reliable innovation. Personal solutions. Public distribution. System LEVEL 2. Communications LEVEL 1. Network LEVEL 0 ADA SCADA

Smart Grid solutions. Reliable innovation. Personal solutions. Public distribution. System LEVEL 2. Communications LEVEL 1. Network LEVEL 0 ADA SCADA ADA GIS Operator Distribution Public distribution ADA SCADA LEVEL 2 DATA COMMANDS System LEVEL 1 Communications LEVEL 0 Network Smart Grid solutions Reliable innovation. Personal solutions. Smart Grid

More information

Pepco s Plans for Smart Grid. Rob Stewart Blueprint Technology Strategist

Pepco s Plans for Smart Grid. Rob Stewart Blueprint Technology Strategist Pepco s Plans for Grid Rob Stewart Blueprint Technology Strategist 0 Pepco s Grid Vision Through the Grid, customers will become empowered to make choices regarding their use and cost of energy. It will

More information

NEXT GENERATION NETWORK RESTORATION APPROACHES ON DISTRIBUTION FEEDERS

NEXT GENERATION NETWORK RESTORATION APPROACHES ON DISTRIBUTION FEEDERS NEXT GENERATION NETWORK RESTORATION APPROACHES ON DISTRIBUTION FEEDERS John DULLER Ahsan HALIM Gordon PATON UK Power Networks UK UK Power Networks UK General Electric - UK john.duller@ukpowernetworks.co.uk

More information

Powering Progress: Smarter, Sustainable, More Secure, and Resilient Energy Infrastructure

Powering Progress: Smarter, Sustainable, More Secure, and Resilient Energy Infrastructure Powering Progress: Smarter, Sustainable, More Secure, and Resilient Energy Infrastructure S. Massoud Amin, D.Sc. Chairman, IEEE Smart Grid Chairman, Board of Directors, Texas Reliability Entity (TRE) Director,

More information

Automation of Distribution Grid with FLISR using ZigBee Communication

Automation of Distribution Grid with FLISR using ZigBee Communication Automation of Distribution Grid with FLISR using ZigBee Communication 1 Ajinkya Shirdhankar, 2 Digambar Ahire, 3 B. S. Kunure, 4 Asmita Bote Department of Electrical Engineering, ZCOER, Pune, India Abstract

More information

HIGH LEVEL REQUIREMENTS OF FAST SIMULATION AND MODELLING SUITE OF TOOLS FOR FUTURE SELF-HEALING DISTRIBUTION POWER SYSTEM

HIGH LEVEL REQUIREMENTS OF FAST SIMULATION AND MODELLING SUITE OF TOOLS FOR FUTURE SELF-HEALING DISTRIBUTION POWER SYSTEM HIGH LEVEL REQUIREMENTS OF FAST SIMULATION AND MODELLING SUITE OF TOOLS FOR FUTURE SELF-HEALING DISTRIBUTION POWER SYSTEM A. Valenti* I Bel ** S. Lee *EDF **EPRI E2I ConEdison France USA USA arnaud.valenti@edf.fr

More information

Robust Topology Determination Based on Additional Substation Data from IEDs

Robust Topology Determination Based on Additional Substation Data from IEDs Robust Topology Determination Based on Additional Substation Data from IEDs M. Kezunovic 1, Fellow IEEE, T. Djokic, T. Kostic 2, Member IEEE Abstract This paper describes an approach for more robust power

More information

To: Honorable Public Utilities Board Submitted by: From: Diosdado Hernandez, P. E. Approved by:

To: Honorable Public Utilities Board Submitted by: From: Diosdado Hernandez, P. E. Approved by: AGENDA ITEM NO.: 4.F.1 ADMINISTRATIVE REPORT NO.: 2018-50 To: Honorable Public Utilities Board Submitted by: /S/ Andre Basler AGM Engineering and Operations From: Diosdado Hernandez, P. E. Approved by:

More information

Automation in Large Urban Power Distribution System. Dr. K Rajamani CENTRAL TECHNICAL SERVICES, RELIANCE ENERGY LIMITED, MUMBAI

Automation in Large Urban Power Distribution System. Dr. K Rajamani CENTRAL TECHNICAL SERVICES, RELIANCE ENERGY LIMITED, MUMBAI Automation in Large Urban Power Distribution System Dr. K Rajamani CENTRAL TECHNICAL SERVICES, RELIANCE ENERGY LIMITED, MUMBAI Need for Automation and Current trends Automation Systems and Functionality

More information

WHITE PAPER. Distribution Substation Outage Investigations. Overview. Introduction. By Ahmad Shahsiah, Ph.D., P.E. March 2018

WHITE PAPER. Distribution Substation Outage Investigations. Overview. Introduction. By Ahmad Shahsiah, Ph.D., P.E. March 2018 WHITE PAPER Distribution Substation Outage Investigations By Ahmad Shahsiah, Ph.D., P.E. March 2018 Overview Electrical distribution systems in the United States served approximately 152 million customers

More information

Loop Scheme Cuts Utility Customer Outage Duration BILL BARNHART HANCOCK-WOOD EC MICHAEL LABIANCO G&W ELECTRIC

Loop Scheme Cuts Utility Customer Outage Duration BILL BARNHART HANCOCK-WOOD EC MICHAEL LABIANCO G&W ELECTRIC Loop Scheme Cuts Utility Customer Outage Duration BILL BARNHART HANCOCK-WOOD EC MICHAEL LABIANCO G&W ELECTRIC Our Case Study Justification for SCADA and DA Improve Reliability Implement Loop-Scheme Distribution

More information

Alexandre Oudalov, ABB Corporate Research, Santiago 2013 Symposium on Microgrids. New Technologies for Microgrid Protection

Alexandre Oudalov, ABB Corporate Research, Santiago 2013 Symposium on Microgrids. New Technologies for Microgrid Protection Alexandre Oudalov, ABB Corporate Research, 2013-09-11 Santiago 2013 Symposium on Microgrids New Technologies for Microgrid Protection New technologies for microgrid protection Outline Introduction What?

More information

EPRI Research Plan for Advanced Distribution Automation. Mark McGranaghan Vice President EPRI Solutions, Inc

EPRI Research Plan for Advanced Distribution Automation. Mark McGranaghan Vice President EPRI Solutions, Inc Photo EPRI Research Plan for Advanced Distribution Automation Mark McGranaghan Vice President EPRI Solutions, Inc Frank R. Goodman, Jr. Technical Lead: Distribution Automation Electric Power Research Institute

More information

Low Voltage Grid Digitalization Rainer Brade Product Manager

Low Voltage Grid Digitalization Rainer Brade Product Manager Low Voltage Grid Digitalization Rainer Brade Product Manager Unrestricted Siemens AG Österreich 2017 siemens.at/future-of-energy Digital Transformation is Happening Now Market Trends From central power

More information

IMPROVE CUSTOMER SATISFACTION 3 FUNCTIONAL DESCRIPTION 5 DETECTION PRINCIPLE 6 WHERE SHOULD INDICATORS BE INSTALLED AND WHAT MODEL SHOULD BE USED 7

IMPROVE CUSTOMER SATISFACTION 3 FUNCTIONAL DESCRIPTION 5 DETECTION PRINCIPLE 6 WHERE SHOULD INDICATORS BE INSTALLED AND WHAT MODEL SHOULD BE USED 7 IMPROVE CUSTOMER SATISFACTION 3 FUNCTIONAL DESCRIPTION 5 DETECTION PRINCIPLE 6 WHERE SHOULD INDICATORS BE INSTALLED AND WHAT MODEL SHOULD BE USED 7 LINETROLL 110Eµ 8 LINETROLL 111K 9 LINETROLL L400D 10

More information

Jarkko Holmlund, European Utility Week, Energy Efficient Grid Automation Solutions for Mixed Overhead Line and Cable Networks

Jarkko Holmlund, European Utility Week, Energy Efficient Grid Automation Solutions for Mixed Overhead Line and Cable Networks Jarkko Holmlund, European Utility Week, 5.11.2014 Energy Efficient Grid Automation Solutions for Mixed Overhead Line and Cable Networks November 5, 2014 Slide 1 Smart grids Four forces that drive the development

More information

Smart Grid Vision DRAFT FOR DISCUSSION PURPOSES ONLY

Smart Grid Vision DRAFT FOR DISCUSSION PURPOSES ONLY Smart Grid Vision Vision Statement PG&E s vision for the Smart Grid: Smart Grid will leverage advanced communications and control technology to transform the operation of our electric network, from generation

More information

S&C 6801M Automatic Switch Operator

S&C 6801M Automatic Switch Operator S&C 6801M Automatic Switch Operator for Overhead Distribution Switches and Disconnects Simple, Economical Switch Automation S&C s 6801M Automatic Switch Operators make it easy to automate new or existing

More information

Assessing the Need: The Business Impact of a Fiber Management System

Assessing the Need: The Business Impact of a Fiber Management System Assessing the Need: The Business Impact of a Fiber Management System TABLE OF CONTENTS: 1.0 Network Management 02 2.0 Fiber Management Benefits 02 2.1 Fault Detection and Isolation 02 2.2 Early Detection

More information

The Reliability Switch

The Reliability Switch AUGUST 2006 TM www.tdworld.com TXU Electric Delivery Flips The Reliability Switch by Alan Bern, TXU Electric Delivery Distribution automation system rollout reduces feeder outage times. IN AN EFFORT TO

More information

Microgrids: Building Blocks of the Smart Grid Adaptive Protection Schemes for Microgrids

Microgrids: Building Blocks of the Smart Grid Adaptive Protection Schemes for Microgrids Enrico Ragaini (ABB Low Voltage Products), Alexandre Oudalov (ABB Corporate Research), ISGT Europe 2012, Berlin Microgrids: Building Blocks of the Smart Grid Adaptive Protection Schemes for Microgrids

More information

This webinar brought to you by the Relion product family

This webinar brought to you by the Relion product family This webinar brought to you by the Relion product family Relion. Thinking beyond the box. Designed to seamlessly consolidate functions, Relion relays are smarter, more flexible and more adaptable. Easy

More information

Smart Grid vs. The NERC CIP

Smart Grid vs. The NERC CIP Smart Grid vs. The NERC CIP Tobias Whitney, MBA GE Smart Grid Center of Excellence 1 First The Bottom Line Security & Privacy are paramount Smart Grid concerns of regulators and the public Currently every

More information

Carolina s 21 st Century Electric Grid

Carolina s 21 st Century Electric Grid Carolina s 21 st Century Electric Grid Bobby Simpson Director, Grid Investment Plan Integration Duke Energy 7x24 Exchange Carolinas Chapter Technical Summit How will you use electricity today to support

More information

Project Advisory Council Meeting June 11, 2014, 2:00 3:30 p.m. Via Webcast

Project Advisory Council Meeting June 11, 2014, 2:00 3:30 p.m. Via Webcast Texas Wildfire Mitigation Project Reducing the Risk of Wildfires Caused by Power Lines Project Advisory Council Meeting June 11, 2014, 2:00 3:30 p.m. Via Webcast Hosted by Texas A&M Engineering Experiment

More information