Graph Theory-Based Feeder Automation Logic for Low-End Controller Application

Size: px
Start display at page:

Download "Graph Theory-Based Feeder Automation Logic for Low-End Controller Application"

Transcription

1 Graph Theory-Based Feeder Automation ogic for ow-end Controller Application Fang Yang, Zhao i, Vaibhav Donde, Zhenyuan Wang, James toupis Abstract---This paper presents a graph theory-based feeder automation logic that is applicable to the low-end feeder automation controller, including programmable logic controllers (PCs) and intelligent electronic devices (IEDs). IEC - standard PC programming languages are used to implement the entire logic engine in oftpc programming environment. This logic engine can provide following functions required by the realtime feeder automation application: () a dynamic update of the system configuration and the load profile and () a generic logic for fault location detection, fault isolation, and power restoration after the occurrence of a permanent fault in the distribution network. The logic engine implemented using PC languages enables the low-end controller to perform complex feeder automation functions and facilitates end users (usually field electrical engineers) to easily understand and customize the logic. In addition, the oftpc technique makes the logic engine development independent of any proprietary PC or IED hardware. The proposed feeder automation logic is demonstrated by example distribution feeder systems. Index Terms Electric power distribution system, feeder automation, intelligent electronic devices (IEDs), fault detection and isolation, power restoration, IEC - PC programming languages, oftpc technology. E I. INTRODUCTION ECTRIC utilities in U often rely on a trouble call system where customers can report outages to the utility. More specifically, when a permanent fault occurs and customers experience a power outage, a customer(s) may call the utility and report the power outage. After receiving the power outage report, the utility may send a crew to the field to investigate the fault location and figure out and implement a switching scheme to first isolate the fault and then restore service to as many impacted customers as possible while the faulty feeder part is being repaired. Many utilities have deployed feeder switching devices (reclosers, circuit breakers, and so on) with intelligent electronic devices (IEDs) for monitoring, protection and control applications. When IEDs are used in connection with network communication and distributed control, feeder automation is enabled. That is, the feeder system operating condition can be monitored and controlled by a feeder automation controller and multiple IEDs that are equipped Authors are with ABB Inc. U Corporate Research Center in Raleigh, NC /9/$. 9 IEEE with switches in the feeder network. The IEDs send system information to the controller and in response the controller executes the feeder automation logic that () identifies a fault location, () isolates the faulty feeder section, and () restores power for the unfaulty out-of-service area. The fault isolation and power restoration control commands are then sent to IEDs, which implement the switch status change accordingly. As a result of this automated procedure, the power outage duration can be reduced and the distribution system reliability can be improved significantly [-]. Based on the information provided by IEDs, automated fault location identification and fault isolation are relatively easy to achieve. In contrast, automated power restoration becomes a challenging task due to operating constraints, load balancing, and other practical concerns. Many automated power restoration algorithms have been proposed in previous literature, such as heuristic search-based techniques [-8], artificial intelligent-based algorithms [9-], analytical-based algorithms [, ], and algorithms combining two or more of these techniques [, ]. Most of these algorithms were developed for planning analysis or executing in distribution control centers to aid system operators with appropriate decisions. These algorithms are not suitable for the real-time feeder automation application that runs in controllers located in substations. In addition, these algorithms were generally implemented in advanced programming environment that provides comprehensive mathematic libraries, data structures, and many other highly developed functions. These features make the development of complex algorithms moderately easy and efficient. However, the logic developed in such environment is usually difficult for end users such as field electrical engineers to understand and customize. Field electrical engineers generally prefer IEC- programmable logic controller (PC) programming languages, such as sequential function chart, function block diagram, structure text, and so on. uch PC languages, however, do not provide many advanced features as offered by advanced programming environment and languages. Therefore, the development of efficient algorithms suitable for PC languages to realize complex feeder automation logic becomes very critical. Based on the characteristics of PC languages, this paper presents a feeder automation logic that applies the graph

2 theory to () dynamically update the system configuration and the load profile and () provide generic logic for fault location detection, fault isolation, and power restoration after the occurrence of a permanent fault in the distribution network. The logic engine can execute in real-time in low-end (as well as high-end) feeder automation controllers located in the substation. The logic engine implemented using PC languages can be easily understood and customized by field engineers. generated based on both the connectivity matrix and the realtime system switch status. pecifically, in an incidence matrix, any entry corresponding to an upstream node is represented by positive one (), and any entry corresponding to a downstream node is represented by negative one (-), as shown in Equation. II. METHODOOGY This section presents the graph theory-based feeder automation logic engine implementation. Figure shows a hardware infrastructure of a centralized feeder automation system, which includes a master controller located in the substation and multiple IEDs associated with switches in the feeder network. The overall feeder automation logic engine flow diagram is shown in Figure, which includes functional modules such as system information collection, update system configuration and load profile, fault location detection, fault isolation, power restoration, and so on. In this work, these functional modules are achieved using the depth-first and breadth-first search strategies in the graph theory and analytical techniques. The implementation of theses functions is illustrated using an example system shown in Figure. This example feeder network includes three substations (ub~), nine switches (switch ~9), and seven loads (~). In the normal operating condition, substation supplies energy to loads ~ and, loads and are supplied from substations and, separately. witches and 8 work as normally open tie switches to maintain the radial configuration of the feeder system, and all other switches are in the close status. A. ystem information collection The system information collection includes polling IEDs for information, obtaining switch status (e.g., open, close, lockout), counter values for reclosers, electric parameters such as currents, voltages, and real/reactive power. Communication between the master controller and slave IEDs can be through various communication protocols such as Modbus, DNP, and so on. B. Dynamic system configuration update The feeder system topology can be represented in the logic with a system connectivity matrix, which inclues the component connection relationship, wherein the rows represent the switches and the columns represent the load/source nodes. In the matrix of Equation for the network shown in Figure, if a switch is connected to a node, the corresponding entry is one (). Otherwise, the entry is zero (). Note that the connectivity matrix does not include the system component upstream and downstream relationship. uch a relationship may change as a switch status changes, For example, a change in the system configuration may change a relative upstream and downstream relationship among components. To reflect such system configuration information, a system incidence matrix is dynamically Figure. Hardware infrastructure of a centralized feeder automation system tart Collect system information Update system configuration and load profile No A permanent fault occurs? Yes Generate isolation logic end isolation control signals to IEDs Generate restoration logic end restoration control signals to IEDs Figure. The flow diagram of overall feeder automation logic engine Figure. An example feeder network

3 witches Matrix ty Connectivi Node = 9 8 () witche Matrix Incidence Node = 9 8 () The generation of such incidence matrix is done based on a depth-first search strategy. Figure depicts a flow diagram illustrating a stack based depth-first search procedure: tep. The search starts from an unexamined source node k, the source node is pushed into a stack vector and the stack top index is increased by accordingly. tep. Find the downstream closed switch i connected to the node k at the stack top, and find the downstream node j connected to this closed switch i. tep. Push the node j into the stack vector and increase the stack top index by, this node j is the downstream node of the previous node k, then change the connectivity matrix entry [ i, j ] from to -. tep. Repeat steps and until no more closed switch can be found. Then pop out the stack top node and reduce the stack top index by. tep. If the stack top index is not zero (the stack is not empty), repeat steps ~ until the stack is empty. tep. Repeat steps ~ until all the source nodes are examined. This stack based depth-first search can be performed without complex vector and matrix operations and can efficiently update the dynamic incidence matrix. C. Dynamic load profile update In this work, a load in the feeder system is represented in terms of the load current magnitude, which can be calculated from the measured switch current magnitudes using a breadthfirst search method. This method can be generalized to calculate the load represented by real/reactive power based on real/reactive power measurements from IEDs. The flow diagram of the breadth-first search technique is shown in Figure, and the search steps are described as follows: tep. A queue vector, a queue head index, and a queue tail index are initialized with zeros. tep. The search starts from an unexamined source node; all closed switches connected to this node are pushed into this queue, and adjust the queue tail index accordingly. tep. Find the downstream load node i that is connected to the switch at the queue head, and find all the closed switches that connected to this node, sum up the currents flowing through these closed switches, and calculate the difference between the current of switch at the queue head and the summed currents, which is the load current at node i. tep. Add all closed switches found in step in the queue tail, adjust the queue tail index, and increase the queue head by. tep. Repeat steps and until the queue head index is the same as the queue tail index, i.e., the queue is empty. tep. Repeat steps,, and until all source nodes have been examined. imilar to the stack-based depth-first search, this queuebased breadth-first search can avoid complex vector and matrix operations and update load profile dynamically. In the example system, the IED measurements of switch current magnitudes are listed in the Table, and the calculated load currents are listed in Table. Figure. The flow diagram of a stack-based depth first search for updating system incidence matrix D. Fault identification and isolation logic The fault location identification and fault isolation logic are generated automatically based on the incidence matrix by searching downstream of the lockout switch and comparing the reclosing counter values before and after the fault. For example, if a permanent fault occurs at load node in the example feeder system, the upstream switch goes to lockout status after a reclosing sequence. Based on the lockout status and the increased reclosing counter value of this switch, the downstream node can be identified as the fault location, In addition, the other switch connected to this load node (switch in this case) can be also identified as the isolation switch that should be opened to isolate the faulty section. The search for the downstream node of the lockout switch, i.e., the fault

4 location, and the isolation switch using the incidence matrix is shown in Figure, and the post-fault isolation system configuration is shown in Figure. As a result of this fault and switch lockout and isolation, loads - and lose their power supply, this area is referred to as the unfaulty outof-service area. Figure. Post-isolation system configuration Figure. The flow diagram of dynamic load profile update Table. IED measurements of switch current magnitudes (Ampere) witch No. 8 9 Current(Ampere) Table. Calculated load current magnitudes (Ampere) oad No. Current(Ampere) 9 9 Figure. The search procedure for the fault location and isolation switch E. Power restoration logic The automatic generation of power restoration logic includes two stages: in stage one, a depth-first search technique is used to search all possible restoration sources/paths; in step, a reverse search procedure is developed using an analytical method to find one or multiple restoration path(s) to restore as much load as possible while balancing the load level in each restoration path. This power restoration logic is illustrated as follows: tage : earch possible restoration sources/paths The search for possible power restoration sources/paths starts from isolation switch. All the downstream nodes and connected switches are searched and stored. The search stops at the normally open tie switches. Based on the post-isolation system configuration shown in Figure, this search procedure will stop at the two normally open tie switches and 8. These two switches lead to two possible restoration sources: substations and. tage : earch one or multiple restoration sources/paths based on system operating constraints Note that in this work only the capacity limits of sources (substations) and switches in terms of current magnitudes are included in the operating constraint set. To simplify the problem, all other operating constraints such as voltages and real/reactive power flow are assumed to be within normal limits after the power restoration. These constraints can be included in the constraint set similarly to determine the restoration sources/paths. Among all possible restoration sources/paths, the equivalent capacity margin (ECM) of each restoration/path down to the normally open tie switch is first calculated. Based on such ECM information, the source/path that has the largest ECM is selected to restore load in the unfaulty out-of-service area. After picking up certain amount of load, the selected source/path may have less ECM than others, then another restoration source/path with the largest ECM is selected instead to continue the restoration work. This procedure repeats until the entire load in the unfaulty out-of-service area is restored or all the restoration sources/paths have run out of their capacities. When a joint node that connects to more than one restoration source/path is encountered, the restoration source/path with highest ECM is selected to continually pick up the load while other restoration sources/paths stop the power restoration just before the joint node. This can

5 guarantee the restoration is performed to the maximum extent for the load at the joint node and beyond it. The power restoration based on this analytical method can restore as much load as possible and meanwhile balance load to each restoration source/path in terms of its available capacity. This load restoration method is illustrated using the post-isolation system shown in Figure. Based on the possible restoration source/path obtained from stage, the ECMs of substation down to the switch (path ) and substation down to the switch 8 (path ) are compared, following cases may occur: Case : The ECM of one substation is significantly larger than the other. For example, the ECM of path is larger than that of path, the switch is assumed to be closed and the switch is assumed to be opened to restore load from substation. After this restoration, if the ECM of path is still larger than the other, then switch is assumed to be closed and switches and are assumed to be opened to restore load. This procedure repeats until the rest of the unsupplied load has been picked up or the path uses up its capacity. If after picking up load, the ECM of path is less than the other, then path is selected instead to restore load by the assumption of closing switch 8 and opening switch. After this restoration, the ECMs of path and are compared, and the larger one is selected to continue the restoration of the load at the joint point () and beyond. Case : If the ECMs of path and are about the same, then each of them starts to pick up the load respectively, when they reach the joint node of, the path that has larger ECM is selected to continue the load restoration. If case occurs, and path has larger ECM after paths and restore loads and, respectively, path continues the restoration of loads and. o the finalized restoration plan is to open switch, and then close switches and 8. The post-restoration system configuration is shown in Figure 8. automation logic. This system includes six substations (ub~ub), seventeen switches (R~R), and twelve loads (~). In the base case configuration, loads ~,,, and are supplied from ub, load 9 is supplied from ub, load 8 is supplied from ub, load is supplied from ub, and load is supplied from ub. witches R, R9, R, R, and R are normally open tie switches. The measured switch current magnitudes (in terms of ampere), pre-defined switch capacity limits, and the load current magnitudes are shown in Figure 9. Figure 9. An example feeder system When a permanent fault occurs to load, switch R goes to a lockout status after a reclosing sequence, and switch R is determined as the isolation switch which is opened to isolate the faulty section of this feeder circuit. The postisolation system configuration is shown in Figure, in which loads ~,,, and in the unfaulty out-of-service area are no longer served from ub. Figure 8. Post-restoration system configuration By using PC programming languages, each of the functional modules implemented using structure text can be packaged in one or more function blocks, and the program flow is controlled by the sequential function chart. The sequential function chart and function blocks facilitate end users to understand the overall logic engine and allow the logic to be further customized. III. CAE TUDY In this section, a more complex feeder system shown in Figure 9 is used to demonstrate the proposed feeder Figure. Post-isolation configuration of the example system The power restoration logic is then executed. This restoration logic considers both substation and switch capacity limits. All substation capacity limits are assumed to be amp, and all switch capacity limits are shown in Figure 9. The first stage of the power restoration logic is to

6 search all normally open tie switches starting from isolation switch R, related sources, and intermediate switches. The search results are listed in Table. Table. All possible restoration sources, related tie switches, and intermediate switches Normally open tie R R9 R R switch Related sources ub ub ub ub Intermediate switches R R NA R ECM 9 8 In the second stage of the power restoration procedure, the ECMs of each restoration source/path down to the normally open tie switch are calculated and listed in Table. After ub picks up load, its ECM becomes amp, and after ub picks up load, its ECM becomes amp. By comparing the ECMs of the sources ub, ub, and ub, which have a joint node (), the ECM of ub ( amp) is the highest among the three sources. Therefore, resource ub is selected as the source to restore load at and beyond the joint node. The restoration solution then includes () open switch R and () close switches R and R. After source ub picks up loads and, its ECM becomes amp, and after source ub picks up load, its ECM becomes amp. As ub and ub have a joint node (), and ub has larger ECM than ub, ub is selected to continue to restore power to loads and. The restoration solution obtained is to () open switches R and R and () close switches R9, R and R. The post-restoration system configuration is shown in Figure, in which load is restored by ub, loads,, and are restored by ub, and loads,, and are restored by ub. We assume that all other operating constraints are within limits after the restoration. All the unserved loads in the unfaulty out-ofservice area are restored and these loads are balanced to each restoration source/path. Figure. Post-restoration configuration of the example system IV. CONCUION A graph theory-based feeder automation logic is developed using IEC- PC programming languages. This logic engine has following features: () it is applicable to low-end (as well as high-end) controllers located in distribution substations to execute real-time feeder automation application, () it can dynamically update the system configuration and the load profile and provide generic logic for fault location detection, fault isolation, and power restoration, () implemented using PC languages, the logic engine is easy to be understood and customized by field engineers. Further improvement can be done in the following two aspects: () more work can be done to improve the representation of the system configuration without using the matrix form and () advanced power restoration scheme can be developed to include more practical concerns such as minimizing switch actions and so on besides load balancing. V. REFERENCE [] [] G. Ockwell, Implementation of Network Reconfiguration for Taiwan Power Company, IEEE PE General Meeting,. [] D.M. taszesky, D. Craig, C.Befus, Advanced Feeder Automation Is Here, IEEE Power & Energy Magazine, ept./oct.. [] J. Fan, X. Zhang, Feeder Automation within the cope of ubstation Automation, Power ystem Conference and Exposition, Nov.. [] V.. Devi, and G. Anandalingam, Optimal Restoration of Power upply in arge Distribution ystems in Developing Countries, IEEE Transactions on Power Delivery, Vol., NO., January 99. [] J.. Wu, K.. Tomsovic, and C.. Chen, A Heuristic earch Approach to Feeder witching Operations for Overload, Faults, Unbalanced Flow and Maintenance, IEEE Transactions on Power Delivery, Vol., No., Oct. 99. [] T. Taylor and D. ubkeman, Implementation of Heuristic earch trategies for Distribution Feeder Reconfiguraiton, IEEE Transactions on Power Delivery, January 99. [8] Y. Moon, B. Cho, H. Park, H. Ryu, B. Ha, and. im, Fault Restoration Algorithm Using Fast Tracing Technique based on the Tree-tructured Database for the Distribution Automation ystem, IEEE PE ummer meeting,. [9] C. iu,. J. ee, and.. Venkata, An Expert ystem Operation Aid for Restoration and oss Reduction of Distribution ystems, IEEE Transactions on Power ystems, Vol. No., May 988. [] C. Huang, Multi-objective ervice Restoration of Distribution ystems Using Fuzzy Cause-Effect Networks, IEEE Transactions on Power ystems, Vol. 8, No., May. [] Y. T. Hsiao and C. Y. Chien, Enhancement of Restoration service in Distribution ystems Using a Combination Fuzzy-GA Method, IEEE Transactions on Power ystems, Vol., Nov.. [] Y. Ke, Distribution Feeder Reconfiguration for oad Balancing and ervice Restoration by Using G-Nets Inference Mechanism, IEEE Transactions on Power Delivery, Vol. 9, No., July. [] J. Wu, A Petri-Net Algorithm for Multiple Contingencies of Distribution ystem Operation, IEEE Transactions on Power ystems, Vol., No., August 998. [] Y. Ke, Distribution Feeder Reconfiguration for oad Balancing and ervice Restoration by Using G-Nets Inference Mechanism, IEEE Transactions on Power Delivery, Vol. 9, No., July. [] Q. Zhou, D. hirmohammadi, W. E. iu, Distribution Feeder Reconfiguration for ervice Restoration and oad Balancing, IEEE Transactions on Power ystems, Vol., No., May 99. [] K. N. Miu, H. D. Chiang, B. Yuan, G. Darling, Fast ervice Restoration for arge-cale Distribution ystems with Priority Customers and Constraints, IEEE Transactions on Power ystems, Vol., No., August 998. [] C. Chen, C. in, and H. Tsai, A Rule-Based Expert ystem with Colored Petri Net Models for Distribution ystem ervice Restoration, IEEE Transactions on Power ystems, Vol, No., Nov..

7 VI. BIOGRAPHIE Fang Yang (M ) joined ABB Corporate Research in Raleigh, North Carolina in, where she is currently a r. R&D Engineer. Her research interests include distribution automation and voltage/var optimization, power system reliability assessment, the application of artificial intelligent techniques in power system control, and the application of microprocessor technique in power system monitoring, protection and control. Zhao i (M 8) joined ABB Corporate Research in Raleigh, North Carolina in, where he is currently a oftware Architect. His research interests include the application of software technologies in process automation and power systems, performance analysis, and information system design and tuning. Vaibhav Donde (M ) joined ABB Corporate Research in Raleigh, North Carolina in, where he is currently a Consulting R&D Engineer. Prior to joining ABB, he had a postdoctoral appointment at awrence Berkeley National aboratory (-). He holds Ph.D. () and M.. () degrees, both in electrical engineering from the University of Illinois at Urbana-Champaign and a B.E. degree (998) in electrical engineering from V.J.T.I., Mumbai, India. He has worked with TATA Consulting Engineers, Mumbai ( ). His technical interests include power system analysis, modeling and simulation, power distribution systems and automation, hybrid dynamical systems and nonlinear control. Zhenyuan Wang (M ) joined ABB Corporate Research in Raleigh, North Carolina in, where he is currently a Principal Consulting R&D Engineer. His research interests include electric power equipment condition monitoring/assessment/diagnosis, system monitoring, control and automation for a smart grid. His experiences include asset management IT applications in the electric power industry, power system transient analysis, substation/distribution automation, and data integration/warehousing/mining applications. James toupis (M 99) is a Principal Consulting R&D Engineer in the Power Technologies Department for ABB s U Corporate Research Center located in Raleigh, North Carolina. Jim has been employed at UCRC for years, and his research has been focused in the areas of distribution and feeder automation, wireless communications, power system protection and control, and event detection and classification.

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July ISSN International Journal of Scientific & Engineering Research, Volume 4, Issue 7, July-2013 377 Self-Healing Framework for Distribution Systems Fazil Haneef, S.Angalaeswari Abstract - The self healing framework

More information

Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems

Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems Reducing the Effects of Short Circuit Faults on Sensitive Loads in Distribution Systems Alexander Apostolov AREVA T&D Automation I. INTRODUCTION The electric utilities industry is going through significant

More information

Optimal PMU Placement in Power System Considering the Measurement Redundancy

Optimal PMU Placement in Power System Considering the Measurement Redundancy Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 593-598 Research India Publications http://www.ripublication.com/aeee.htm Optimal PMU Placement in Power System

More information

LV Self Balancing Distribution Network Reconfiguration for Minimum Losses

LV Self Balancing Distribution Network Reconfiguration for Minimum Losses Paper accepted for presentation at 2009 EEE Bucharest Power Tech Conference, June 28th - July 2nd, Bucharest, Romania LV Self Balancing Distribution Network Reconfiguration for Minimum Losses D. V. Nicolae,

More information

Reliability Assessment of Distribution Systems Incorporating Feeder Restoration Actions

Reliability Assessment of Distribution Systems Incorporating Feeder Restoration Actions Reliability Assessment of Distribution Systems Incorporating Feeder Restoration Actions Fabio D Agostino, Federico Silvestro Department of Electrical, Electronic, Telecommunication Engineering and Naval

More information

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES

IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES IMPLEMENTATION OF ADVANCED DISTRIBUTION AUTOMATION IN U.S.A. UTILITIES (Summary) N S Markushevich and A P Berman, C J Jensen, J C Clemmer Utility Consulting International, JEA, OG&E Electric Services,

More information

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER

FOUR TOTAL TRANSFER CAPABILITY. 4.1 Total transfer capability CHAPTER CHAPTER FOUR TOTAL TRANSFER CAPABILITY R structuring of power system aims at involving the private power producers in the system to supply power. The restructured electric power industry is characterized

More information

No. SSIEC-SEW SHINSUNG. Solid Insulation Eco Load Break Switch (SILO) SILO SERIES 15kV, 27kV 400A, 630A

No. SSIEC-SEW SHINSUNG. Solid Insulation Eco Load Break Switch (SILO) SILO SERIES 15kV, 27kV 400A, 630A SHINSUNG Solid Insulation Eco Load Break Switch (SILO) SILO SERIES 15kV, 27kV 400A, 630A Enhanced Self Healing System General SILO is 3 phase, solid insulated load break switch (LBS) and vacuum interruption

More information

No. SSIEC-PRC SHINSUNG. Polymer Recloser SIREC SERIES 15kV, 27kV, 38kV 400A, 630A, 800A

No. SSIEC-PRC SHINSUNG. Polymer Recloser SIREC SERIES 15kV, 27kV, 38kV 400A, 630A, 800A No. SSIEC-PRC-00803-1 SHINSUNG Polymer Recloser SIREC SERIES 15kV, 27kV, 38kV 400A, 630A, 800A Introduction SIREC(Solid Insulated Recloser) is designed for outdoor application with lightweight, longlife,

More information

Hybrid Simulation of ±500 kv HVDC Power Transmission Project Based on Advanced Digital Power System Simulator

Hybrid Simulation of ±500 kv HVDC Power Transmission Project Based on Advanced Digital Power System Simulator 66 JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 11, NO. 1, MARCH 213 Hybrid Simulation of ±5 kv HVDC Power Transmission Project Based on Advanced Digital Power System Simulator Lei Chen, Kan-Jun

More information

UPGRADING SUBSTATION RELAYS TO DIGITAL RECLOSERS AND THEIR COORDINATION WITH SECTIONALIZERS

UPGRADING SUBSTATION RELAYS TO DIGITAL RECLOSERS AND THEIR COORDINATION WITH SECTIONALIZERS UPGRADING SUBSTATION RELAYS TO DIGITAL RECLOSERS AND THEIR COORDINATION WITH SECTIONALIZERS 1 B. RAMESH, 2 K. P. VITTAL Student Member, IEEE, EEE Department, National Institute of Technology Karnataka,

More information

A New Adaptive Method for Distribution System Protection Considering Distributed Generation Units Using Simulated Annealing Method

A New Adaptive Method for Distribution System Protection Considering Distributed Generation Units Using Simulated Annealing Method A New Adaptive Method for Distribution System Protection Considering Distributed Generation Units Using Simulated Annealing Method 3 Hamidreza Akhondi and Mostafa Saifali Sadra Institute of Higher Education

More information

SEATTLE CITY LIGHT DISTRIBUTION AUTOMATION

SEATTLE CITY LIGHT DISTRIBUTION AUTOMATION SEATTLE CITY LIGHT DISTRIBUTION AUTOMATION Ryan Pham Project manager 0/27/206 AGENDA. Distribution automation background 2. Seattle City Light pilot project 3. System performance windstorm 08/29/5 4. Lessons

More information

PLAN... RESPOND... RESTORE! Utility Automation & Information Technology... Automation Rising

PLAN... RESPOND... RESTORE! Utility Automation & Information Technology... Automation Rising Automation Rising Q U A R T E R LY First Quarter 2013 The Digital Magazine of Automation & Information Technology for Electric, Gas and Water Utilities Utility Automation & Information Technology... PLAN...

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Implementation of Control Center Based Voltage and Var Optimization in Distribution Management System

Implementation of Control Center Based Voltage and Var Optimization in Distribution Management System 1 Implementation of Center d Voltage and Var Optimization in Distribution Management System Xiaoming Feng, William Peterson, Fang Yang, Gamini M. Wickramasekara, John Finney Abstract--This paper presents

More information

A New Use for Fault Indicators SEL Revolutionizes Distribution System Protection. Steve T. Watt, Shankar V. Achanta, and Peter Selejan

A New Use for Fault Indicators SEL Revolutionizes Distribution System Protection. Steve T. Watt, Shankar V. Achanta, and Peter Selejan A New Use for Fault Indicators SEL Revolutionizes Distribution System Protection Steve T. Watt, Shankar V. Achanta, and Peter Selejan 2017 by Schweitzer Engineering Laboratories, Inc. All rights reserved.

More information

EE Lecture 14 Wed Feb 8, 2017

EE Lecture 14 Wed Feb 8, 2017 EE 5223 - Lecture 14 Wed Feb 8, 2017 Ongoing List of Topics: URL: http://www.ece.mtu.edu/faculty/bamork/ee5223/index.htm Labs - EE5224 Lab 3 - begins on Tues Feb 14th Term Project - details posted. Limit

More information

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II 1 * Sangeeta Jagdish Gurjar, 2 Urvish Mewada, 3 * Parita Vinodbhai Desai 1 Department of Electrical Engineering, AIT, Gujarat Technical University,

More information

Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit

Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit Aggregated Rooftop PV Sizing in Distribution Feeder Considering Harmonic Distortion Limit Mrutyunjay Mohanty Power Research & Development Consultant Pvt. Ltd., Bangalore, India Student member, IEEE mrutyunjay187@gmail.com

More information

Smart Grid Smarter Protection: Lessons Learned

Smart Grid Smarter Protection: Lessons Learned 1 Smart Grid Smarter Protection: Lessons Learned Kevin Damron and Randy Spacek Avista Utilities Abstract Avista embarked on a smart grid initiative through grants provided by the Department of Energy (DOE)

More information

EE Lecture 15 (recorded Feb 9, 2011) Fri Feb 15, 2013

EE Lecture 15 (recorded Feb 9, 2011) Fri Feb 15, 2013 EE 5223 - Lecture 15 (recorded Feb 9, 2011) Fri Feb 15, 2013 Ongoing List of Topics: URL: http://www.ece.mtu.edu/faculty/bamork/ee5223/index.htm Term Project - structuring, details Exercises posted Today:

More information

Adaptive Centralized Protection Scheme for Microgrids Based on Positive Sequence Complex Power

Adaptive Centralized Protection Scheme for Microgrids Based on Positive Sequence Complex Power Adaptive Centralized Protection cheme for Microgrids Based on Positive equence Complex Power. B. A. Bukhari, R. Haider, M.. Zaman, Y.. Oh, G. J. Cho, M.. Kim, J.. Kim, C. H. Kim Abstract-- Microgrids are

More information

Fault Localization using Wavelet Transforms in 132kV Transmission Lines

Fault Localization using Wavelet Transforms in 132kV Transmission Lines ENGINEER - Vo). XXXXII, No. 04, pp. [95-104], 2009 The Institution of Engineers, Sri Lanka Fault Localization using Wavelet Transforms in 132kV Transmission Lines J.V.U.P. Jayatunga, P.S.N. De Silva and

More information

Self Healing Single Phase Looped Network AUTOMATED RECONFIGURATION FOR POWER OUTAGE MANAGEMENT. Team Members

Self Healing Single Phase Looped Network AUTOMATED RECONFIGURATION FOR POWER OUTAGE MANAGEMENT. Team Members Self Healing Single Phase Looped Network AUTOMATED RECONFIGURATION FOR POWER OUTAGE MANAGEMENT Team Members Lamine Bassene Damel Goddard Oluwabunkunmi Olusanya Chibuzo Ononiwu Luan Watson TABLE OF CONTENTS

More information

LOAD BALANCING IN PRIMARY DISTRIBUTION FEEDERS BY COMBINATION OF RENEWABLE ENERGY SOURCE AND VOLTAGE SOURCE INVERTER

LOAD BALANCING IN PRIMARY DISTRIBUTION FEEDERS BY COMBINATION OF RENEWABLE ENERGY SOURCE AND VOLTAGE SOURCE INVERTER Paper ID: EE14 LOAD BALANCING IN PRIMARY DISTRIBUTION FEEDERS BY COMBINATION OF RENEWABLE ENERGY SOURCE AND VOLTAGE SOURCE INVERTER Metkari Vishal T., Department of Electrical, Sanjeevan Engineering &

More information

EMERGING distributed generation technologies make it

EMERGING distributed generation technologies make it IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 20, NO. 4, NOVEMBER 2005 1757 Fault Analysis on Distribution Feeders With Distributed Generators Mesut E. Baran, Member, IEEE, and Ismail El-Markaby, Student Member,

More information

Fast Placement Optimization of Power Supply Pads

Fast Placement Optimization of Power Supply Pads Fast Placement Optimization of Power Supply Pads Yu Zhong Martin D. F. Wong Dept. of Electrical and Computer Engineering Dept. of Electrical and Computer Engineering Univ. of Illinois at Urbana-Champaign

More information

LOAD BALANCING OF FEEDER USING FUZZY AND OPTIMIZATION TECHNIQUE

LOAD BALANCING OF FEEDER USING FUZZY AND OPTIMIZATION TECHNIQUE International Journal of Electrical Engineering & Technology (IJEET) Volume 9, Issue 4, July- August 2018, pp. 74 82, Article ID: IJEET_09_04_008 Available online at http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&vtype=9&itype=4

More information

J Project Methods. V (%) Network with high generation and low load. Network with low generation and high load

J Project Methods. V (%) Network with high generation and low load. Network with low generation and high load J Project Methods Background The management of voltage is a growing concern with the integration of low carbon technologies, particularly distributed generation (DG), within electricity networks. The issue

More information

WIRELESS THREE PHASE LINE FAULT MONITORING

WIRELESS THREE PHASE LINE FAULT MONITORING WIRELESS THREE PHASE LINE FAULT MONITORING Vaishnavi Kailas Pardeshi 1, Pooja Anil Kawade 2, Rutuja Ratanakar Kshirsagar 3 1,2,3 Department Electrical Engineer, Sandip Polytechnic, Nashik Maharashtra (India)

More information

Distribution system security region: definition, model and security assessment

Distribution system security region: definition, model and security assessment Published in IET Generation, Transmission & Distribution Received on 3rd November 2011 Revised on 5th June 2012 ISSN 1751-8687 Distribution system security region: definition, model and security assessment

More information

VOLTAGE sag and interruption are the most important

VOLTAGE sag and interruption are the most important 806 IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 20, NO. 2, MAY 2005 Voltage Sag State Estimation for Power Distribution Systems Bin Wang, Wilsun Xu, Senior Member, IEEE, and Zhencun Pan Abstract The increased

More information

ALI UMAIR DETECTION ALGORITHM FOR THE CROSS COUNTRY EARTH FAULTS IN MEDIUM VOLTAGE NETWORK

ALI UMAIR DETECTION ALGORITHM FOR THE CROSS COUNTRY EARTH FAULTS IN MEDIUM VOLTAGE NETWORK ALI UMAIR DETECTION ALGORITHM FOR THE CROSS COUNTRY EARTH FAULTS IN MEDIUM VOLTAGE NETWORK Masters of Science Thesis Examiner: Professor Pertti Järventausta and Dr Tech. Ari Nikander Examiner and topic

More information

Identification of weak buses using Voltage Stability Indicator and its voltage profile improvement by using DSTATCOM in radial distribution systems

Identification of weak buses using Voltage Stability Indicator and its voltage profile improvement by using DSTATCOM in radial distribution systems IOSR Journal of Electrical And Electronics Engineering (IOSRJEEE) ISSN : 2278-1676 Volume 2, Issue 4 (Sep.-Oct. 2012), PP 17-23 Identification of weak buses using Voltage Stability Indicator and its voltage

More information

Locating of Multi-phase Faults of Ungrounded Distribution System

Locating of Multi-phase Faults of Ungrounded Distribution System MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Locating of Multi-phase Faults of Ungrounded Distribution System Dubey, A.; Sun, H.; Nikovski, D.; Zhang, J.; Takano, T.; Ohno, T. TR2014-100

More information

Automated Power System Waveform Analytics for Improved Visibility, Situational Awareness, and Operational Efficiency

Automated Power System Waveform Analytics for Improved Visibility, Situational Awareness, and Operational Efficiency Automated Power System Waveform Analytics for Improved Visibility, Situational Awareness, and Operational Efficiency B. Don Russell (Presenter) Carl L. Benner Jeffrey Wischkaemper Karthick Muthu Manivannan

More information

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 16, 1996 WIT Press,  ISSN An expert system for teaching voltage control in power systems M. Negnevitsky & T. L. Le Department of Electrical & Electronic Engineering University of Tasmania GPO Box 252C Hobart, Tasmania 7001, Australia

More information

Advanced Monitoring Tools to Improve Distribution System Visibility and Reduce Faults and Outages

Advanced Monitoring Tools to Improve Distribution System Visibility and Reduce Faults and Outages Advanced Monitoring Tools to Improve Distribution System Visibility and Reduce Faults and Outages Presented to the 70th Annual Conference for Protective Relay Engineers Texas A&M University, College Station,

More information

Locating Double-line-to-Ground Faults using Hybrid Current Profile Approach

Locating Double-line-to-Ground Faults using Hybrid Current Profile Approach MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Locating Double-line-to-Ground s using Hybrid Current Profile Approach Dubey, A.; Sun, H.; Nikovski, D.N.; Tomihiro, T.; Kojima, Y.; Tetsufumi,

More information

Intelligent Reconfiguration of Smart Distribution Network using Multi-Agent Technology

Intelligent Reconfiguration of Smart Distribution Network using Multi-Agent Technology Intelligent Reconfiguration of Smart Distribution Network using Multi-Agent Technology Sridhar Chouhantudent Member, IEEE, Hui. Wan, Member, IEEE, H.J.Lai, Ali Feliachienior Member, IEEE, M. A. Choudhryenior

More information

GRID CODE COMPATIBLE PROTECTION SCHEME FOR SMART GRIDS

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

More information

Module 7-4 N-Area Reliability Program (NARP)

Module 7-4 N-Area Reliability Program (NARP) Module 7-4 N-Area Reliability Program (NARP) Chanan Singh Associated Power Analysts College Station, Texas N-Area Reliability Program A Monte Carlo Simulation Program, originally developed for studying

More information

RESEARCH ON CLASSIFICATION OF VOLTAGE SAG SOURCES BASED ON RECORDED EVENTS

RESEARCH ON CLASSIFICATION OF VOLTAGE SAG SOURCES BASED ON RECORDED EVENTS 24 th International Conference on Electricity Distribution Glasgow, 2-5 June 27 Paper 97 RESEARCH ON CLASSIFICATION OF VOLTAGE SAG SOURCES BASED ON RECORDED EVENTS Pengfei WEI Yonghai XU Yapen WU Chenyi

More information

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Journal of Clean Energy Technologies, Vol. 4, No. 3, May 2016 Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Hanim Ismail, Zuhaina Zakaria, and Noraliza Hamzah

More information

Combination of Adaptive and Intelligent Load Shedding Techniques for Distribution Network

Combination of Adaptive and Intelligent Load Shedding Techniques for Distribution Network Combination of Adaptive and Intelligent Load Shedding Techniques for Distribution Network M. Karimi, Student Member, IEEE, H. Mokhlis, Member, IEEE, A. H. A. Bakar, Member, IEEE, J. A. Laghari, A. Shahriari,

More information

IMPLEMENTATION OF NETWORK RECONFIGURATION TECHNIQUE FOR LOSS MINIMIZATION ON A 11KV DISTRIBUTION SYSTEM OF MRS SHIMOGA-A CASE STUDY

IMPLEMENTATION OF NETWORK RECONFIGURATION TECHNIQUE FOR LOSS MINIMIZATION ON A 11KV DISTRIBUTION SYSTEM OF MRS SHIMOGA-A CASE STUDY IMPLEMENTATION OF NETWORK RECONFIGURATION TECHNIQUE FOR LOSS MINIMIZATION ON A 11KV DISTRIBUTION SYSTEM OF MRS SHIMOGA-A CASE STUDY PROJECT REFERENCE NO. : 37S0848 COLLEGE : PES INSTITUTE OF TECHNOLOGY

More information

UNIT-4 POWER QUALITY MONITORING

UNIT-4 POWER QUALITY MONITORING UNIT-4 POWER QUALITY MONITORING Terms and Definitions Spectrum analyzer Swept heterodyne technique FFT (or) digital technique tracking generator harmonic analyzer An instrument used for the analysis and

More information

Fault Location Using Sparse Wide Area Measurements

Fault Location Using Sparse Wide Area Measurements 319 Study Committee B5 Colloquium October 19-24, 2009 Jeju Island, Korea Fault Location Using Sparse Wide Area Measurements KEZUNOVIC, M., DUTTA, P. (Texas A & M University, USA) Summary Transmission line

More information

Hamdy Faramawy Senior Application Specialist ABB Sweden

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

More information

VALIDATION THROUGH REAL TIME SIMULATION OF A CONTROL AND PROTECTION SYSTEM APPLIED TO A RESONANT EARTHED NEUTRAL NETWORK

VALIDATION THROUGH REAL TIME SIMULATION OF A CONTROL AND PROTECTION SYSTEM APPLIED TO A RESONANT EARTHED NEUTRAL NETWORK VALIDATION THROUGH REAL TIME SIMULATION OF A CONTROL AND PROTECTION SYSTEM APPLIED TO A RESONANT EARTHED NEUTRAL NETWORK Eduardo MARTÍNEZ eduardo_martinez@fcirce.es Samuel BORROY sborroy@fcirce.es Laura

More information

Power Quality Overview

Power Quality Overview Power Quality Overview James Brackett P.E. Colorado Springs Utility, GE, Retired What I will present today Introduction and thank you PQ overview Cause of PQ problems How Smart Grid, DER, VVAR and AMI

More information

Detection and Identification of PQ Disturbances Using S-Transform and Artificial Intelligent Technique

Detection and Identification of PQ Disturbances Using S-Transform and Artificial Intelligent Technique American Journal of Electrical Power and Energy Systems 5; 4(): -9 Published online February 7, 5 (http://www.sciencepublishinggroup.com/j/epes) doi:.648/j.epes.54. ISSN: 36-9X (Print); ISSN: 36-9 (Online)

More information

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL

IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL IMPLEMENTATION OF NEURAL NETWORK IN ENERGY SAVING OF INDUCTION MOTOR DRIVES WITH INDIRECT VECTOR CONTROL * A. K. Sharma, ** R. A. Gupta, and *** Laxmi Srivastava * Department of Electrical Engineering,

More information

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS -

International Journal of Current Research and Modern Education (IJCRME) ISSN (Online): & Impact Factor: Special Issue, NCFTCCPS - GSM TECHNIQUE USED FOR UNDERGROUND CABLE FAULT DETECTOR AND DISTANCE LOCATOR R. Gunasekaren*, J. Pavalam*, T. Sangamithra*, A. Anitha Rani** & K. Chandrasekar*** * Assistant Professor, Department of Electrical

More information

Application of DFA Technology for Improved Reliability and Operations

Application of DFA Technology for Improved Reliability and Operations Application of DFA Technology for Improved Reliability and Operations IEEE/IAS Rural Electric Power Conference Columbus, Ohio, 24 April 2017 Robert A. Peterson, P.E., Director Control Center and Emergency

More information

Harmonic Distortion Levels Measured at The Enmax Substations

Harmonic Distortion Levels Measured at The Enmax Substations Harmonic Distortion Levels Measured at The Enmax Substations This report documents the findings on the harmonic voltage and current levels at ENMAX Power Corporation (EPC) substations. ENMAX is concerned

More information

Interline Power Flow Controller: Review Paper

Interline Power Flow Controller: Review Paper Vol. (0) No. 3, pp. 550-554 ISSN 078-365 Interline Power Flow Controller: Review Paper Akhilesh A. Nimje, Chinmoy Kumar Panigrahi, Ajaya Kumar Mohanty Abstract The Interline Power Flow Controller (IPFC)

More information

How to maximize reliability using an alternative distribution system for critical loads

How to maximize reliability using an alternative distribution system for critical loads White Paper WP024001EN How to maximize reliability using an alternative distribution system for critical loads Executive summary The electric power industry has several different distribution topologies

More information

Distribution Fault Location

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

More information

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM

DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM DISTRIBUTION NETWORK RECONFIGURATION FOR LOSS MINIMISATION USING DIFFERENTIAL EVOLUTION ALGORITHM K. Sureshkumar 1 and P. Vijayakumar 2 1 Department of Electrical and Electronics Engineering, Velammal

More information

Comparative Analysis Between Fuzzy and PID Control for Load Frequency Controlled Power

Comparative Analysis Between Fuzzy and PID Control for Load Frequency Controlled Power This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at https://www.ij arbest.com Comparative Analysis Between Fuzzy and PID Control for Load Frequency

More information

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER 7 Journal of Marine Science and Technology, Vol., No., pp. 7-78 () DOI:.9/JMST-3 FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER Jian Ma,, Xin Li,, Chen

More information

switching contingencies

switching contingencies A comparison of two heuristic approaches for distribution feeder switching contingencies J SWu Department of Electrical Engineering, National Kaonsiung Institute of Technology, Kaohsiung, Taiwan C Lee

More information

Use of Synchronized Phasor Measurements for Model Validation in ERCOT

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

More information

Double Criteria Feeder-Selection Method for Single-Phase Ground Fault of Resonant Grounding System Based on Multi-State Components

Double Criteria Feeder-Selection Method for Single-Phase Ground Fault of Resonant Grounding System Based on Multi-State Components American Journal of Electrical and Electronic Engineering, 207, Vol. 5, No. 4, 44-5 Available online at http://pubs.sciepub.com/ajeee/5/4/4 Science and Education Publishing DOI:0.269/ajeee-5-4-4 Double

More information

Improve asset protection and utilization

Improve asset protection and utilization QUALITROL 509 ITM Intelligent transformer monitor Improve asset protection and utilization Immediately know your transformer health with TransLife Optimize loading and equipment life Simplify root cause

More information

Improvement of Power Quality Using a Hybrid Interline UPQC

Improvement of Power Quality Using a Hybrid Interline UPQC Improvement of Power Quality Using a Hybrid Interline UPQC M.K.Elango 1, C.Vengatesh Department of Electrical and Electronics Engineering K.S.Rangasamy College of Technology Tiruchengode, Tamilnadu, India

More information

A New Fault Locator for Three-Terminal Transmission Lines Using Two-Terminal Synchronized Voltage and Current Phasors

A New Fault Locator for Three-Terminal Transmission Lines Using Two-Terminal Synchronized Voltage and Current Phasors 452 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 17, NO. 2, APRIL 2002 A New Fault Locator for Three-Terminal Transmission Lines Using Two-Terminal Synchronized Voltage and Current Phasors Ying-Hong Lin,

More information

AS the power distribution networks become more and more

AS the power distribution networks become more and more IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 21, NO. 1, FEBRUARY 2006 153 A Unified Three-Phase Transformer Model for Distribution Load Flow Calculations Peng Xiao, Student Member, IEEE, David C. Yu, Member,

More information

Voltage sag assessment and Area of vulnerability due to balanced fault for 11 bus system

Voltage sag assessment and Area of vulnerability due to balanced fault for 11 bus system I J E E E C International Journal of Electrical, Electronics ISSN. (Online) : 2277-2626 and Computer Engineering 2(1): 41-47(2013) Voltage sag assessment and Area of vulnerability due to balanced fault

More information

SuperOPF and Global-OPF : Design, Development, and Applications

SuperOPF and Global-OPF : Design, Development, and Applications SuperOPF and Global-OPF : Design, Development, and Applications Dr. Hsiao-Dong Chiang Professor, School of Electrical and Computer Engineering, Cornell University, Ithaca, NY, USA School of electrical

More information

Dynamic Grid Edge Control

Dynamic Grid Edge Control Dynamic Grid Edge Control Visibility, Action & Analytics at the Grid Edge to Maximize Grid Modernization Benefits The existence of greater volatility at the grid edge creates a set of problems that require

More information

Fault Detection Using Hilbert Huang Transform

Fault Detection Using Hilbert Huang Transform International Journal of Research in Advent Technology, Vol.6, No.9, September 2018 E-ISSN: 2321-9637 Available online at www.ijrat.org Fault Detection Using Hilbert Huang Transform Balvinder Singh 1,

More information

Microcontroller Based Protective Relay Testing System

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

More information

Fault Detection and Diagnosis-A Review

Fault Detection and Diagnosis-A Review Fault Detection and Diagnosis-A Review Karan Mehta 1, Dinesh Kumar Sharma 2 1 IV year Student, Department of Electronic Instrumentation and Control, Poornima College of Engineering 2 Assistant Professor,

More information

NOVA-TS Triple-Single Recloser and Form 5/TS Control Frequently Asked Questions

NOVA-TS Triple-Single Recloser and Form 5/TS Control Frequently Asked Questions NOVA-TS Triple-Single Recloser and Form 5/TS Control Frequently Asked Questions How To Use This Publication This document (Bulletin 99068) contains detailed product and application information and provides

More information

CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS

CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS 84 CHAPTER 4 POWER QUALITY AND VAR COMPENSATION IN DISTRIBUTION SYSTEMS 4.1 INTRODUCTION Now a days, the growth of digital economy implies a widespread use of electronic equipment not only in the industrial

More information

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

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

More information

SYNCHROPHASOR TECHNOLOGY GLOSSARY Revision Date: April 24, 2011

SYNCHROPHASOR TECHNOLOGY GLOSSARY Revision Date: April 24, 2011 SYNCHROPHASOR TECHNOLOGY GLOSSARY Revision Date: April 24, 2011 Baselining using large quantities of historical phasor data to identify and understand patterns in interconnection-wide grid behavior, to

More information

Case Study: Using Distribution Automation to Build the Next Generation Utility in the City of Wadsworth

Case Study: Using Distribution Automation to Build the Next Generation Utility in the City of Wadsworth Case Study: Using Distribution Automation to Build the Next Generation Utility in the City of Wadsworth Mark Feller, P.E. City of Wadsworth Bryan Fazzari, obert Van Singel, and William C. Edwards Jr. Schweitzer

More information

Florida State University Libraries

Florida State University Libraries Florida State University Libraries Electronic Theses, Treatises and Dissertations The Graduate School 2015 Fault Location Identification in Smart Distribution Networks with Distributed Generation Jose

More information

Adaptive Modulation with Customised Core Processor

Adaptive Modulation with Customised Core Processor Indian Journal of Science and Technology, Vol 9(35), DOI: 10.17485/ijst/2016/v9i35/101797, September 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Adaptive Modulation with Customised Core Processor

More information

Improving Network Availability with Intelligent Electronic Devices

Improving Network Availability with Intelligent Electronic Devices Improving Network Availability with Intelligent Electronic Devices Guillaume Verneau - Schneider Electric - France Yves Chollot - Schneider Electric - France Pascal Cumunel - Schneider Electric - France

More information

Simulation and Analysis of Lightning on 345-kV Arrester Platform Ground-Leading Line Models

Simulation and Analysis of Lightning on 345-kV Arrester Platform Ground-Leading Line Models International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:15 No:03 39 Simulation and Analysis of Lightning on 345-kV Arrester Platform Ground-Leading Line Models Shen-Wen Hsiao, Shen-Jen

More information

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

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

More information

AORC Technical meeting 2014

AORC Technical meeting 2014 http : //www.cigre.org B2-1030 AORC Technical meeting 2014 Implementation Approaches on Fault Information Analyzing System In Thailand s Power System N.AKEKURANANT S.CHAMNANVANICHKUL Electricity Generating

More information

Avoid Impact of Jamming Using Multipath Routing Based on Wireless Mesh Networks

Avoid Impact of Jamming Using Multipath Routing Based on Wireless Mesh Networks Avoid Impact of Jamming Using Multipath Routing Based on Wireless Mesh Networks M. KIRAN KUMAR 1, M. KANCHANA 2, I. SAPTHAMI 3, B. KRISHNA MURTHY 4 1, 2, M. Tech Student, 3 Asst. Prof 1, 4, Siddharth Institute

More information

Validation of a Methodology for Service Restoration on a Real Brazilian Distribution System

Validation of a Methodology for Service Restoration on a Real Brazilian Distribution System Validation of a Methodology for Service Restoration on a Real Brazilian Distribution System Marcos H. M. Camillo, Marcel E. V. Romero, Rodrigo Z. Fanucchi COPEL Distribuiçao S/A Londrina, Brazil Telma

More information

ANALYSIS OF REAL POWER ALLOCATION FOR DEREGULATED POWER SYSTEM MOHD SAUQI BIN SAMSUDIN

ANALYSIS OF REAL POWER ALLOCATION FOR DEREGULATED POWER SYSTEM MOHD SAUQI BIN SAMSUDIN ANALYSIS OF REAL POWER ALLOCATION FOR DEREGULATED POWER SYSTEM MOHD SAUQI BIN SAMSUDIN This thesis is submitted as partial fulfillment of the requirements for the award of the Bachelor of Electrical Engineering

More information

Modeling of a Radial Distribution Feeder with TCC-based Protective Devices

Modeling of a Radial Distribution Feeder with TCC-based Protective Devices 1 Modeling of a Radial Distribution Feeder with TCC-based Protective Devices Jun Li, Student Member, IEEE, Karen L. Butler-Purry, Senior Member, IEEE, Carl Benner, Member, IEEE, B. Don Russell, Fellow,

More information

University of Nevada, Reno. Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems

University of Nevada, Reno. Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems University of Nevada, Reno Smart Meter Data-Driven Fault Location Algorithm in Distribution Systems A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in

More information

Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks

Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks 294 Fault Diagnosis of Analog Circuit Using DC Approach and Neural Networks Ajeet Kumar Singh 1, Ajay Kumar Yadav 2, Mayank Kumar 3 1 M.Tech, EC Department, Mewar University Chittorgarh, Rajasthan, INDIA

More information

Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm

Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm Multiplier Design and Performance Estimation with Distributed Arithmetic Algorithm M. Suhasini, K. Prabhu Kumar & P. Srinivas Department of Electronics & Comm. Engineering, Nimra College of Engineering

More information

INCIDENTS CLASSIFICATION SCALE METHODOLOGY

INCIDENTS CLASSIFICATION SCALE METHODOLOGY 8 May 2014 WORKING GROUP INCIDENT CLASSIFICATION UNDER SYSTEM OPERATIONS COMMITTEE Contents Revisions... 5 References and Related documents... 5 Change request... 5 1. Overview... 6 1.1 Objectives and

More information

Experiences of Using Synchrophasors at Duke Energy

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

More information

ANSE VISUAL, developed within the

ANSE VISUAL, developed within the ANSE VISUAL Software to Analyze Substation Robustness ANSE VISUAL, developed within the Institutional Project 1724, is a tool to analyze the robustness of electrical substations. The software carries out

More information

Heuristics & Pattern Databases for Search Dan Weld

Heuristics & Pattern Databases for Search Dan Weld 10//01 CSE 57: Artificial Intelligence Autumn01 Heuristics & Pattern Databases for Search Dan Weld Recap: Search Problem States configurations of the world Successor function: function from states to lists

More information

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

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

More information

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Bahar A. Elmahi. Industrial Research & Consultancy Center, baharelmahi@yahoo.com Abstract- This paper

More information