The development of a smart grid and communication co-simulator

Size: px
Start display at page:

Download "The development of a smart grid and communication co-simulator"

Transcription

1 The development of a smart grid and communication co-simulator W H Lau, Simon Shum, Ryan Lam, Henry Chung, Norman C F Tse and L L Lai Centre for Smart Energy Conversion and Utilization Research City University of Hong Kong State Grid Energy Research Institute, China Abstract 1 - Facing the ever increasing demand of energy and the forthcoming shortage of energy resources, renewable energy generation becomes important in power generation. With the integration of various distributed energy resources, a smart grid is created. For the traditional power grid system, the control is usually based on a dedicated communication system. With the smart grid, all control and data may be exchanged through a public communication network. The unavoidable latency could cause desirable effects to the grid reliability and hence a software system for simulating these situations becomes essential. This paper presents some important considerations for developing a co-simulation software that incorporates a power system software simulator and a communication network simulator. The framework design of the co-simulator and preliminary results are given in this paper. 1. Introduction Facing the urgent need of reducing the greenhouse gas emission and increasing the efficiency of electricity utilization, traditional power delivery network is unable to cope with the new requirement. Renewable energy resources like solar PV panels and wind turbines are being integrated into the power grid network. In addition, the installation of roof-top PV panels and small wind turbines becomes popular in residential households. These additional energy sources become distributed energy sources and they will inject energy into the power grid. For the existing power grid systems, almost all of them are designed to delivery electricity to consumers. However, the renewable energy sources cause the power flow in the grid no longer in one direction since surplus electricity from them may flow into the power grid. The integration of renewable energy sources could cause undesirable effects This research is supported by the Centre for Smart Energy Conversion and Utilization Research, City University of Hong Kong to the power grid. The renewable energy resources connected to the power grid results in a more advanced and complex power grid smart grid. For the traditional power grid system, the control is usually achieved through a dedicated communication system, typical one is the SCADA (Supervisory Control And Data Acquisition) framework. With smart grid, the control and co-ordination of various stakeholders creates a complicated scenario. New distributed energy sources can be introduced as required and they must communicate with the central control system in form of Plug and Play manner. All these new installations must communicate with the central control station such that their operation conditions and status can be monitored and analyzed so as to avoid disaster happening. The intermittent nature of renewable energy sources and changing power demand pattern has a profound impact on the smart grid. The success of the smart grid relies on an advanced communication infrastructure with support for security and real-time communication. The design and co-ordination of both the power grid network and communication network requires extensive study. In the last few years, efforts have been focused on developing co-simulation of smart grid and communication network in order to study and examine the operational aspects of the entire system [1-6]. However, these co-simulations only focus on specific components and with a limited scope of study. A more comprehensive co-simulation software package is not yet available. Nevertheless, the complexity of the entire smart grid poses a great challenge to the design of such a comprehensive software package. In this paper, some important aspects of the co-simulation software will be discussed and an illustration of using PSCAD and to form a simple framework of the co-simulator will be given. 2. Co-simulator requirement The key components of co-simulator include a power system simulator and a communication

2 network simulator and these two simulators must exchange data for realizing the real-time action. For the power system simulator, it is required to cover the following topics: i. Reliability ii. Load flow iii. Fault analysis iv. Protection v. Transient stability vi. Optimal dispatch of generating units (unit commitment) vii. Transmission (optimal power flow) viii. Reactive power planning ix. System impact due to clean energy For the communicate network simulator, it needs to cover different network connection and data transmission protocols as listed in the following: i. LAN ii. WAN iii. WiFi iv. GSM v. 3G vi. LTE vii. WiMax viii. ZigBee ix. TCP/IP x. UTP Since it is rather complicated and not economical to develop a co-simulator from scratch, all research reported in the literature are based on existing software packages. However, the challenging issue is on the bridging between two software packages with different operation nature as well as data exchange among themselves. For the design of the power system simulator, it is generally modeled as continuous system. On the other hand, the design of the communication network simulator is modeled as a discrete system. The most critical issue on designing a co-simulator is to resolve the interface between the two software packages. A framework is required for facilitating the data exchange and time synchronization between the two different software packages running in different machines. In particular, the time synchronization is extremely important since catastrophic events may occur if data packet containing control signals are delayed or even lost. A co-simulation engine is required to ensure time synchronization for both simulators and decision making for various events occurring in the smart grid. With this co-simulator, the automatic generation and load control over a wide area can be simulated with detailed power system and communication network models. The responsiveness of the smart grid to undesirable events can be well studied and analyzed. The results generated will provide a clear picture of the influences to the smart grid operation due to communication system and network traffic. However, it is clear that the development of a comprehensive co-simulator is not a simple task. 3. Software implementation Both open sources and commercial tools are available for power system and communication network simulation. To name a few, the power system simulators include but not limited to Modelica [1,7], PSLF [3], PSS/E [8], GE-PSLF [9], MATLAB [5,6] and PSCAD/EMTSDC [10,11]. For communication network simulators, the most popular ones are NS2 (open source developed by UC Berkley) [1-3], OMNet [5,7] and [12,13]. 3.1 Power system simulator The modeling of power system is in general described by continuous functions. In computer simulation, this will be turned into a sampled system since the system will be evaluated at regular interval, nevertheless, it is still regarded as a continuous system. In our co-simulator design, PSCAD/EMTDC is adopted for the power system simulation. Users can define their component models for the simulations and PSCAD/EMTDC also provides two subroutines, DSDYN and DSOUT, to interface with other software package. This is an important aspect since the simulation needs to be stop and new control parameters have to be entered for responding to a particular event for resuming simulation. The DSDYN and DSOUT subroutines allow user to define the smart grid in a flexible manner. They provide accessibility for control and monitoring of system variables and enable both the control of input variables and the monitoring of output variables all within the same time step. The flow chart shown in Figure 1 illustrates the application of DSDYN and DSOUT. These two subroutines allow simulation to be stopped and resumed with new parameters which facilitates the operation alteration for event handling.

3 Esys Interface for data exchanging with external system, for example a co-simulation engine in our case, as shown in Figure 2. Simulation Models Simulation Kernel Esys Interface Co-Simulation Engine Figure 1. Interface routines DSYN and DSOUT 3.2 Communication network simulator The use of public network is unavoidable in smart grid. The distributed nature of the renewable energy sources and mobile loads (EV) require the components to be connected to the nearest communication network access point, Wi-Fi, LAN, WAN, even via wireless connection through 2G/3G. The latency delay of the data sent by a grid component reaching another component varies depending on the routing path and network traffic. The reliability of the smart grid heavy relies on the co-ordination among all grid connected components. If the delay is too long to hinder fast action, undesirable situation would occur. is chosen for network simulation tool for our co-simulator development. Users can use the modeler to define the transmission protocols and network architecture/infrastructure including wired and wireless networks for simulating the latency, network traffic and QoS (Quality of Service). The latency can be statistically measured and the responsiveness of the smart grid can be studied. also provides a function called Figure 2. Esys Interface function 3.3 Co-simulation engine The core component of the co-simulator is the co-simulation engine. The co-simulation engine is responsible for steering the entire operation of the simulation. It should be noted that the two simulators may be run in two different machines and the timelines are different. One important function is to perform time synchronization between the two simulators. Another important function is for making decision for event handling. Tools like MATLAB/Simulink have been used for the implementation. However, using C or C++ to develop the engine is more flexible and an agent based design will also be adopted so as to cater for different events. The scale of the co-simulation engine depends on the functionalities requirement. 3.4 Example of event handling In normal operation, PSCAD/EMTDC generates status information of various grid components and they may communicate with control system at a regular interval. However, if an unexpected event occurs, grid component will send data to central control for decision making or receiving command from central control to perform certain tasks. These unexpected events are asynchronous to the simulation timeline for both simulators running in different machines. Therefore the transmission and reception of data through the communication network are discrete events. The scenarios are illustrated in the following Figure 3. In case 1, a grid component sends data to central control resided in co-simulation

4 engine at t 0 and receives command in t 1. The delay involves the turn-around delay through the network and the processing time for the central control to make decision. It is in no way that the delay will be aligned with the simulated time step of the power system simulator. Same as in Case 2, central control determines that Grid Component 2 needs to perform certain function in responding to the operating conditions of Grid Component 1. The delay will not in line with the power system simulator. network used in the system is a simple T1 trunk with MBits/s. Power System Model EMTDC Case 1 t 0 Grid Component Co-Sim Engine (CSE) t 1 EMTDC Grid Component 1 t 0 Co-Sim Engine (CSE) Case 2 Comm. Network Model Grid Component 2 t 1 Figure 3. Event handling of the co-simulation engine 3.5 Time synchronization One important responsibility of the co-simulation engine is to perform time synchronization for both simulators to achieve co-simulation. One approach is to adopt a global scheduler to generate a global event list as shown in Figure 4. By referencing to the same timeline, the PSCAD/EMTDC will stop after one round of simulation and the CSE will check for event. The PSCAD/EMTDC will resume operation after serving an event as shown in the following figure. However, this approach is inefficient since enormous overhead will be spent on passing control among various components and the co-simulation engine. More efficient approach needs to be developed. 4. Simulations A preliminary design of the con-simulator has been implemented and a simple event is used to illustrate its functionality. The power system model and communication network model are shown in Figure 5. The communication Figure 5. Power system and Communication Network models for the simulation A load is powered by two generators from Bus 1 and Bus 2 through Line 2, with Line 1 open. An artificial fault of short-circuiting Line 2 to ground will cause Breaker 2 to open and Breaker 1 to close bringing the power supply switched to Line 1. The line voltage and real power fluctuation of 3 buses are shown in Figure 6. The corresponding frequencies of the two generators are shown in Figure 7. The behaviors of various components are clearly illustrated during the changeover period. From the simulator, the measured latency through the network is sec. for completing the changeover. This simple demonstration confirms the successful communication between PSCAD/EMTDC and.

5 Stands for one round of simulation of the power grid dynamic Event Stands for a communication network event PSCAD/ EMTDC simulator t simulator Event 1 Event 2 Event 3 Event 4 Event 5 Event 6 Figure 4. Time synchronization of the co-simulation engine Figure 6.Voltage waveforms of the 3 buses and real power of the generator and load Figure 7.Frequencies of the two generators

6 5. Conclusion With the future development of smart grid, it is import to have a tool to simulate it operational behavior for realizing a reliable design. In this paper, the design aspects of a co-simulator incorporating power system and communication network simulators have been discussed. In addition, a framework design based on PSCAD/EMTDC and has been successfully implemented. The data and control signal can be exchanged between two simulators and the latency of the communication network is successfully measured. Future effort will be focused on introducing more grid components to the co-simulator so that a comprehensive study of a smart grid becomes feasible. 6. Reference [1] V. Liberatore and A. Al-Hammouri, Smart grid communication and co-simulation, IEEE Energytech, pp. 1-5, 2011 [2] Tim Godfrey et al, Modeling Smart Grid Application with co-simulation, Proc. of 1 st IEEE Int. Conf. on SmartGridComm, pp , 2010 [3] Hua Lin et al, Power system and communication network co-simulation for smart grid applications, Proc. of the IEEE PES Innovative Smart Grid Technologies, pp. 1-6, 2011 [4] D. Anderson et al., A Virtual Smart Grid, IEEE Power and Energy Magazine, pp.49-57, Feb [5] K. Mets et al, Integrated simulation of power and communication networks for smart grid applications, Proc. of the IEEE 16 th Int. Workshop on CAMAD, pp , 2011 [6] Filip Andren et al, Framework for Co-Ordinated Simulation of Power Networks and Components in Smart Grids Using Common Communication Protocols, Proc. of the IEEE 37 th Annual Conference on IECON, pp , 2011 [8] Ahmad Farid Bin Abidin et al, A New Power Swing Detection Scheme for Distance Relay Operation, Proc. of the Int. J. of Energy, pp. 9-16, Issue 1, Vol. 3, 2009 [9] N. Lu. and A. Qiao, Composite Load Model Evaluation, PNNL-16916, Pacific Northwest National Laboratory, Richland, WA., 2007 [10] F. Delfino et al, A control algorithm for the maximum power point tracking and the reactive power injection from grid-connected PV systems, Proc. of the IEEE Power and Energy Society General Meeting, pp. 1-7, 2010 [11] Mu Wei and Zhe Chen, Intelligent control on wind farm, Proc. of the IEEE PES ISGT Europe, pp. 1-6, 2010 [12] Milan Bartl et al, Integration of Real Network Components into Modeler Co-simulation Process, WSEAS Trans. on Communications, pp , Vol. 9, 2010 [13] Xiaoyang Tong, The Co-simulation Extending for Wide-area Communication Networks in Power System Asia-Pacific Power and Energy Engineering Conference (APPEEC), pp. 1-4, 2010

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

Power System Network Simulator (PSNsim)

Power System Network Simulator (PSNsim) The PSNsim is hardware simulator that simulates all parts of power system from generation to utilization. The PSNsim is a scaled down model of the real power system that provides an experimental environment

More information

Battery Energy Storage System Information Modeling Based on IEC 61850

Battery Energy Storage System Information Modeling Based on IEC 61850 Journal of Power and Energy Engineering, 2014, 2, 233-238 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24033 Battery Energy Storage System

More information

Chapter 2 State Estimation and Visualization

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

More information

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

Progressing AMI in Asia Pacific Mike Wetselaar Director Sales South East ASia

Progressing AMI in Asia Pacific Mike Wetselaar Director Sales South East ASia Progressing AMI in Asia Pacific Mike Wetselaar Director Sales South East ASia 1 Landis+Gyr Smart Grid 09.05.2012 Table of Content I. The AMI network II. III. The Challenges Addressing your requirements

More information

The current state of the electrical grid And the technologies that will enable its transformation

The current state of the electrical grid And the technologies that will enable its transformation ABB POWER GRIDS The current state of the electrical grid And the technologies that will enable its transformation IEEE POWER & ENERGY SOCIETY - SUBSTATIONS COMMITTEE May 7-11 th Agenda State of the Industry

More information

An Environment for the Coordinated Simulation of Power Grids together with Automation Systems

An Environment for the Coordinated Simulation of Power Grids together with Automation Systems An Environment for the Coordinated of Power Grids together with Automation Systems Filip Andrén, Matthias Stifter, Thomas Strasser Energy Department AIT Austrian Institute of Technology Vienna, Austria

More information

Cyber Security of Power Grids

Cyber Security of Power Grids Cyber Security of Power Grids Chen-Ching Liu Boeing Distinguished Professor Director, Energy Systems Innovation Center Washington State University In Collaboration with M. Govindarasu, Iowa State University

More information

Development of a Smart Power Meter for AMI Based on ZigBee Communication

Development of a Smart Power Meter for AMI Based on ZigBee Communication Development of a Smart Power Meter for AMI Based on ZigBee Communication Shang-Wen Luan Jen-Hao Teng Member IEEE Department of Electrical Engineering, I-Shou University, Kaohsiung, Taiwan Abstract: Many

More information

Chapter 2 Communication for Control in Heterogeneous Power Supply

Chapter 2 Communication for Control in Heterogeneous Power Supply Chapter 2 Communication for Control in Heterogeneous Power Supply The need to modernize the power grid infrastructure, and governments commitment for a cleaner environment, is driving the move towards

More information

An adaptive limited wide area differential protection for power grid with microsources

An adaptive limited wide area differential protection for power grid with microsources Wu Protection and Control of Modern Power Systems (2017) 2:21 DOI 10.1186/s41601-017-0052-2 Protection and Control of Modern Power Systems ORIGINAL RESEARCH An adaptive limited wide area differential protection

More information

Transmission Distribution Microgrid - DER

Transmission Distribution Microgrid - DER A Co-Simulation Approach for modeling Transmission Distribution Microgrid - DER Dr. Ning Lu PHD Students: Catie McEntee and Fuhong Xie North Carolina State University, Raleigh, NC USA 1 Challenges Voltage

More information

Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center

Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center International Conference on Energy, Power and Electrical Engineering (EPEE 2016) Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center Ning Jiang1, Lin

More information

HIL POWER SYSTEM RESEARCH FROM SIMULATION TO FIELD DEMONSTRATION Center for Electromechanics University of Texas at Austin

HIL POWER SYSTEM RESEARCH FROM SIMULATION TO FIELD DEMONSTRATION Center for Electromechanics University of Texas at Austin HIL POWER SYSTEM RESEARCH FROM SIMULATION TO FIELD DEMONSTRATION Center for Electromechanics University of Texas at Austin Hardware-in-the-Loop (HIL) The control and protection strategies are ultimately

More information

How smart can the grid really be?

How smart can the grid really be? How smart can the grid really be? by Dale Pudney, HVT Power Systems and Luo Wei, NR Electric With the improvement of electronic communications and computing technology, it becomes possible to integrate

More information

Real Time Monitoring of

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

More information

Revised Generation Interconnection Impact Study Report. For. Queue Position 31 ( Interconnection Customer )

Revised Generation Interconnection Impact Study Report. For. Queue Position 31 ( Interconnection Customer ) Revised Generation Interconnection Impact Study Report For Queue Position 31 ( Interconnection Customer ) September 22, 2004 1 Generation Interconnection System Impact Study Report I. Revision of Original

More information

Simulation of Power System Substation Communications Architecture Based on IEC Standard

Simulation of Power System Substation Communications Architecture Based on IEC Standard Simulation of Power System Substation Communications Architecture Based on IEC 61850 Standard Mohammad Golshani mohammad.golshani@brunel.ac.uk Gareth A. Taylor gareth.taylor@brunel.ac.uk Ioana Pisica ioana.pisica@brunel.ac.uk

More information

TELECOM & ENERGY «Collaborating to Power the Smart Grids for Digital Growth«

TELECOM & ENERGY «Collaborating to Power the Smart Grids for Digital Growth« REPUBLIC OF ALBANIA ELECTRONIC AND POSTAL COMMUNICATIONS AUTHORITY - AKEP TELECOM & ENERGY «Collaborating to Power the Smart Grids for Digital Growth« SUMMARY What is Smart Grid Communications Networks

More information

Automated Analysis of Digital Relay Data Based on Expert System

Automated Analysis of Digital Relay Data Based on Expert System Automated Analysis of Digital Relay Data Based on Expert System X. Luo, Student Member, IEEE, and M. Kezunovic, Fellow, IEEE Abstract Modern digital protective relays generate various files and reports

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

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e*

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e* Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1076-1080 doi:10.4028/www.scientific.net/amr.971-973.1076 2014 Trans Tech Publications, Switzerland AN WIRELESS COLLECTION

More information

Incorporating PMUs in Power System State Estimation for Smart Grid EMS

Incorporating PMUs in Power System State Estimation for Smart Grid EMS 1 Panel 3: Experiences in Incorporating PMUs in Power System State Estimation, IEEE PES General Meeting, Denver, USA, July 26-30 Incorporating PMUs in Power System State Estimation for Smart Grid EMS Boming

More information

How to Choose the Right Bus for Your Measurement System

How to Choose the Right Bus for Your Measurement System 1 How to Choose the Right Bus for Your Measurement System Overview When you have hundreds of different data acquisition (DAQ) devices to choose from on a wide variety of buses, it can be difficult to select

More information

Smart Grid Task Force

Smart Grid Task Force Smart Grid Task Force Workshop meeting Mladen Kezunovic Texas A&M University it Coordinator PSerc Workshop August st10-13, 13 2009 Breckenridge CO Agenda 1:30-3:00pm PSerc Smart Grid Task Force PSerc Smart

More information

How can the Future Internet

How can the Future Internet How can the Future Internet enable Smart Energy? Presented by Werner Mohr (Coordinator), Nokia Siemens Networks on behalf of the FINSENY project Smart Energy enabled by Future Internet Workshop FINSENY

More information

Power System and Communication Network Co-Simulation for Smart Grid Applications

Power System and Communication Network Co-Simulation for Smart Grid Applications 1 Power System and Communication Network Co-Simulation for Smart Grid Applications Hua Lin, Santhoshkumar Sambamoorthy, Sandeep Shukla, James Thorp, Lamine Mili Department of Electrical and Computer Engineering,

More information

Studies Overview and Data Requirements. Robert Pan

Studies Overview and Data Requirements. Robert Pan Studies Overview and Data Requirements Robert Pan Outline 1. Introduction 2. BC Transmission System 3. BCTC Studies for Clean Power Call 4. Data Requirements for Interconnection Studies 5. Application

More information

9 th Electricity Conference at CMU

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

More information

Design of Smart Home System Based on ZigBee Technology and R&D for Application

Design of Smart Home System Based on ZigBee Technology and R&D for Application Energy and Power Engineering, 2016, 8, 13-22 Published Online January 2016 in SciRes. http://www.scirp.org/journal/epe http://dx.doi.org/10.4236/epe.2016.81002 Design of Smart Home System Based on ZigBee

More information

CIRED Workshop - Helsinki June 2016 Paper 0406 ABSTRACT INTRODUCTION SMART DISTRIBUTION NETWORKS

CIRED Workshop - Helsinki June 2016 Paper 0406 ABSTRACT INTRODUCTION SMART DISTRIBUTION NETWORKS CO-SIMULATION OF ICT TECHNOLOGIES FOR SMART DISTRIBUTION NETWORKS Gianni CELLI Michele GARAU Emilio Ghiani University of Cagliari Italy University of Cagliari Italy University of Cagliari Italy celli@diee.unica.it

More information

Smart grid control based on heterogeneous communications and adaptive layers

Smart grid control based on heterogeneous communications and adaptive layers SmartGridComm 2014: Workshop "Managing Heterogeneous and Secure Communication Networks for Smart Grids" Smart grid control based on heterogeneous communications and adaptive layers Hans-Peter Schwefel

More information

MODAInnovations Complete Academic Project Solutions

MODAInnovations Complete Academic Project Solutions MODAInnovations Complete Academic Project Solutions 9538304161 www.modainnovations.com modainnovations@gmail.com ECE PROJECTS S NO 1 2 3 4 Project Title A Low Cost Web Based Remote System With Built-In

More information

A Modelica Power System Library for Phasor Time-Domain Simulation

A Modelica Power System Library for Phasor Time-Domain Simulation 2013 4th IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe), October 6-9, Copenhagen 1 A Modelica Power System Library for Phasor Time-Domain Simulation T. Bogodorova, Student Member, IEEE,

More information

Implementation of Dijkstra s Algorithm in a Dynamic Microgrid for Relay Hierarchy Detection

Implementation of Dijkstra s Algorithm in a Dynamic Microgrid for Relay Hierarchy Detection Virtual Power Plants, Distributed Generation, Microgrids, Renewables and Storage (IEEE SmartGridComm) Implementation of Dijkstra s Algorithm in a Dynamic Microgrid for Relay Hierarchy Detection Taha Selim

More information

System Engineering, IT/OT Integration and the Smart Grid. Steve Apps Pr.Eng SAIEE Associate Director EON Consulting, South Africa

System Engineering, IT/OT Integration and the Smart Grid. Steve Apps Pr.Eng SAIEE Associate Director EON Consulting, South Africa System Engineering, IT/OT Integration and the Smart Grid Steve Apps Pr.Eng SAIEE Associate Director EON Consulting, South Africa South African grid: large and complex Line (kv) Length (km) 765 1,859 533

More information

Developing a Dynamic Smart Grid Model

Developing a Dynamic Smart Grid Model European Association for the Development of Renewable Energies, Environment and Power Quality (EA4EPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 12) Santiago de Compostela

More information

An evaluation tool for Wireless Digital Audio applications

An evaluation tool for Wireless Digital Audio applications An evaluation tool for Wireless Digital Audio applications Nicolas-Alexander Tatlas 1, Andreas Floros 2, and John Mourjopoulos 3 1 Audiogroup, Electrical Engineering and Computer Technology Department,

More information

A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System

A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System A Novel Digital Relay Model Based on SIMULINK and Its Validation Based on Expert System X. Luo, Student Member, IEEE, and M. Kezunovic, Fellow, IEEE Abstract This paper presents the development of a novel

More information

Cost-Effective and Reliable Communication Infrastructure for Smart Grid Deployment

Cost-Effective and Reliable Communication Infrastructure for Smart Grid Deployment Cost-Effective and Reliable Communication Infrastructure for Smart Grid Deployment Panel: Co- SimulaEon of ICT and Power DistribuEon Intelligent Smart Grid Technologies (ISGT) Feb 21, 2014 Prof. Saifur

More information

Analysis of End-to-End Delay Characteristics among Various Packet Sizes in Modern Substation Communication Systems based on IEC 61850

Analysis of End-to-End Delay Characteristics among Various Packet Sizes in Modern Substation Communication Systems based on IEC 61850 Analysis of End-to-End Delay Characteristics among Various Packet Sizes in Modern Substation Communication Systems based on IEC 6185 Narottam Das, Senior Member, IEEE, Tze Jia Wong, and Syed Islam, Senior

More information

p. 1 p. 9 p. 26 p. 56 p. 62 p. 68

p. 1 p. 9 p. 26 p. 56 p. 62 p. 68 The Challenges and Opportunities Faced by Utilities using Modern Protection and Control Systems - Paper Unavailable Trends in Protection and Substation Automation Systems and Feed-backs from CIGRE Activities

More information

Smart Grid Protection through Self-Healing

Smart Grid Protection through Self-Healing Smart Grid Protection through Self-Healing Chathurika Chandraratne, R.T. Naayagi, Thillainathan Logenthiran School of Electrical and Electronic Engineering Newcastle University (Singapore) Singapore 567739

More information

General comments on candidates' performance

General comments on candidates' performance BCS THE CHARTERED INSTITUTE FOR IT BCS Higher Education Qualifications BCS Level 5 Diploma in IT April 2018 Sitting EXAMINERS' REPORT Computer Networks General comments on candidates' performance For the

More information

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015)

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) Research and Development of Grid Model Online in E Imported to Jiutong LIN 1, a, Dongying ZHANG 1,

More information

Small Generator Interconnection System Impact Study Report. Completed For Q0047

Small Generator Interconnection System Impact Study Report. Completed For Q0047 Small Generator Interconnection Completed For Q0047 Proposed Interconnection PacifiCorp s Existing Goshen Rigby 69 kv Line March 7, 2005 1.0 Description of the Generation Facility Q0047 ( Interconnection

More information

Real Time Monitoring of Solar Panel Using IoT #1 Gajanan Manohar Chinke, #2 Nikhil Diliprao Payal, #3 Atul Bhagwan Patil,

Real Time Monitoring of Solar Panel Using IoT #1 Gajanan Manohar Chinke, #2 Nikhil Diliprao Payal, #3 Atul Bhagwan Patil, ISSN 2395-1621 Real Time Monitoring of Solar Panel Using IoT #1 Gajanan Manohar Chinke, #2 Nikhil Diliprao Payal, #3 Atul Bhagwan Patil, #4 Shubham Mahadev More, #5 Prof. Neha Avinash Zope 3 atul.patil074@gmail.com

More information

DOE GMLC Project Computational Science for Grid Management Computational Framework for Grid Applications

DOE GMLC Project Computational Science for Grid Management Computational Framework for Grid Applications 5 th GridOPTICS Workshop November 9-10, 2016 Richland, WA DOE GMLC Project 1.4.18 Computational Science for Grid Management Computational Framework for Grid Applications HENRY HUANG Chief Engineer/Technical

More information

Networks: Communicating and Sharing Resources

Networks: Communicating and Sharing Resources Networks: Communicating and Sharing Resources 1 Local Area Networks Client/server networks o Made up of one or more file servers and clients (any type of computer) o Client software enables requests to

More information

SMUD Model Data Requirements & Reporting Procedures MOD VERSION 1.2

SMUD Model Data Requirements & Reporting Procedures MOD VERSION 1.2 SMUD Model Data Requirements & Reporting Procedures MOD-032-1 VERSION 1.2 NOVEMBER 10, 2015 1 TABLE OF CONTENTS INTRODUCTION... 2 1.1 Purpose... 2 1.2 Audience... 3 1.3 Process Overview... 3 Figure 1-1:

More information

Energy Systems Integration

Energy Systems Integration Energy Systems Integration Dr. Bryan Hannegan Associate Laboratory Director June 2015 NREL is a national laboratory of the U.S. Department of Energy, Office of Energy Efficiency and Renewable Energy, operated

More information

Watchdata SIMachine (M2M Solution)

Watchdata SIMachine (M2M Solution) Watchdata SIMachine (M2M Solution) A Introduction to M2M B Introduction to SIMachine C SIMachine Product Applications Technology Evolution ~ 1950 ~ 1980 ~ 1995 ~ 1999 Computer Internet Mobile Communication

More information

Benchmark systems for ElectroMagnetic Transient (EMT) and Transient Stability (TS) hybrid simulation

Benchmark systems for ElectroMagnetic Transient (EMT) and Transient Stability (TS) hybrid simulation Benchmark systems for ElectroMagnetic Transient (EMT) and Transient Stability (TS) hybrid simulation Qiuhua (Tony) Huang Pacific Northwest National Laboratory, USA qiuhua.huang@pnnl.gov Liwei Wang, Xuekun

More information

Smart Power Flow Monitoring and Control

Smart Power Flow Monitoring and Control IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X John Richardson. J Mathivathani. N Karthikeyan. K Preethi. PA Vivekanandhan. C Vice

More information

Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS

Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS Chapter -5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS Chapter 5 QUALITY OF SERVICE (QOS) PLATFORM DESIGN FOR REAL TIME MULTIMEDIA APPLICATIONS 5.1 Introduction For successful

More information

ISO New England Data Modeling Requirements

ISO New England Data Modeling Requirements A U G U S T 1 5, 2 0 1 6 B O S T O N, M A ISO New England Data Modeling Requirements Renew Northeast Meeting Al McBride D I R E C T O R, T R A N S M I S S I O N S T R A T E G Y & S E R V I C E S Agenda

More information

SONY S QOS TECHNOLOGY

SONY S QOS TECHNOLOGY SONY S QOS TECHNOLOGY ACHIEVE LOW-DELAY, HIGH-QUALITY STREAMING OVER MOBILE NETWORKS SONY CORPORATION PROFESSIONAL SOLUTION GROUP The use of high-speed mobile networks including LTE (Long Term Evolution)

More information

Huawei Railway Communication Service Solution Guide

Huawei Railway Communication Service Solution Guide Huawei Railway Communication Service Solution Guide Huawei Technologies Co., Ltd. Keywords Railway transport, service solution, subsystem, design,, solution implementation Abstract Huawei Railway Communication

More information

An Interdisciplinary Collaboration Platform for Smart Grid Research

An Interdisciplinary Collaboration Platform for Smart Grid Research An Interdisciplinary Collaboration Platform for Smart Grid Research Sebastian Lehnhoff Energy Informatics 2 Energy Informatics in Oldenburg General Conditions Challenges energy transition in Germany fluctuating

More information

Technical Spotlight DEMO6-S6

Technical Spotlight DEMO6-S6 Technical Spotlight DEMO6-S6 Spotlight on BPL communication implemented in DEMO6 This project has received funding from the European Union s Seventh Framework Programme for research, technological 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

Detecting abnormality in vehicle immediately and providing the information surely in vehicle. Control vehicle remotely in real time by operating the v

Detecting abnormality in vehicle immediately and providing the information surely in vehicle. Control vehicle remotely in real time by operating the v NTUT Education of Disabilities Vol.12 2014 Development and Evaluation of ITS Information Communication System for Electric Vehicle HATTORI Yuriko 1), SHIMODA Tomokazu 2), ITO Masayoshi 2) 1) Department

More information

Home-Mobile. The Cast Devices. The Cast Network Related (2) The Cast Network Related. Voice over IP (VoIP) Dr. Hayden Kwok-Hay So

Home-Mobile. The Cast Devices. The Cast Network Related (2) The Cast Network Related. Voice over IP (VoIP) Dr. Hayden Kwok-Hay So The Cast Devices Home-Mobile Desktop Computer Mostly data Wired network Standard Telephone Mostly voice Wired phone line CCST9015 6th Oct, 2010 Dr. Hayden Kwok-Hay So Notebook Computer Mostly data Wireless

More information

The Application Analysis and Network Design of wireless VPN for power grid. Wang Yirong,Tong Dali,Deng Wei

The Application Analysis and Network Design of wireless VPN for power grid. Wang Yirong,Tong Dali,Deng Wei Applied Mechanics and Materials Online: 2013-09-27 ISSN: 1662-7482, Vols. 427-429, pp 2130-2133 doi:10.4028/www.scientific.net/amm.427-429.2130 2013 Trans Tech Publications, Switzerland The Application

More information

GE Enterprise Solutions. Digital Energy

GE Enterprise Solutions. Digital Energy GE Enterprise Solutions Digital Energy g Digital Energy we protect and connect the world s critical equipment to ensure safe, reliable power Our strength lies in the innovative people who deliver solutions

More information

Lecture 1 Overview - Data Communications, Data Networks, and the Internet

Lecture 1 Overview - Data Communications, Data Networks, and the Internet DATA AND COMPUTER COMMUNICATIONS Lecture 1 Overview - Data Communications, Data Networks, and the Internet Mei Yang Based on Lecture slides by William Stallings 1 OUTLINE Data Communications and Networking

More information

Wireless Smart Home Security System Based on Android

Wireless Smart Home Security System Based on Android 2017 2 nd International Conference on Artificial Intelligence and Engineering Applications (AIEA 2017) ISBN: 978-1-60595-485-1 Wireless Smart Home Security System Based on Android LIANGYU CHEN, SEN ZHANG

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

Conclusions and Future Scope. Chapter 7

Conclusions and Future Scope. Chapter 7 Conclusions and Future Scope 1 Chapter 7 Conclusions and Future Scope 7.1 Summary of Experimental Finding The value of network simulator in the communication field is indispensible as they provide support

More information

PMU Communication Network Analysis

PMU Communication Network Analysis PMU Communication Network Analysis what - why - how with PMU existence CS620: New Trends in Information Technology Course Seminar Presentation By Gelli Ravikumar & Kedar Khandeparkar Roll No. 114070015

More information

Using RLX2-IHx Bridging Client on Cisco Wireless Infrastructure

Using RLX2-IHx Bridging Client on Cisco Wireless Infrastructure Using RLX2-IHx Bridging Client on Cisco Wireless Infrastructure Document Code: Date: January 8, 2019 Revision: 1.0 Introduction RLX2-IHx Bridging Client provides a way for non-wireless devices to connect

More information

Developing a Common Language for Communication between Disparate IoT Devices and Applications across Various Wireless Technologies

Developing a Common Language for Communication between Disparate IoT Devices and Applications across Various Wireless Technologies Developing a Common Language for Communication between Disparate IoT Devices and Applications across Various Wireless Technologies Phil Beecher - President, Wi-Sun Alliance Matthew Michael - Sr. Director

More information

Low Cost and Power Efficient Automated Traffic Control System using IEEE

Low Cost and Power Efficient Automated Traffic Control System using IEEE Low Cost and Power Efficient Automated Traffic Control System using IEEE 802.15.4 Razi Iqbal Al-Khawarizmi Institute of Computer Science University of Engineering and Technology Lahore, Pakistan razi.iqbal@kics.edu.pk

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

REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS

REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS Christina SÜFKE Carsten HAVERKAMP Christian WEHLING Westnetz GmbH - Germany Westnetz GmbH - Germany Westnetz GmbH - Germany

More information

Broadband Wireless Access (BWA) and Satellite Services

Broadband Wireless Access (BWA) and Satellite Services Broadband Wireless Access (BWA) and Satellite Services The Future of C Band in Asia Pacific PITA Annual general Meeting Policy and Regulation Workshop 11 th April 2014 Port Vila, Vanuatu Our Mission The

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

TAKE-5 5th Evolution Take of Wireless Communication Networks

TAKE-5 5th Evolution Take of Wireless Communication Networks TAKE-5 5th Evolution Take of Wireless Communication Networks 14 October 2018 Seppo.Horsmanheimo@vtt.fi Content Objective Overview of TAKE-5 project Key exploitable results Examples of collaborating projects

More information

Wind Plant Systems Grid Integration Plant and Turbine Controls SCADA

Wind Plant Systems Grid Integration Plant and Turbine Controls SCADA GE Energy Wind Plant Systems Grid Integration Plant and Turbine Controls SCADA Mahesh Morjaria Manager, Wind Plant Systems Platform Adopted for Wind Power Management class http://www.icaen.uiowa.edu/ edu/~ie_155/

More information

Fault Analysis of Distribution Network with Flexible Ring Network Control Device

Fault Analysis of Distribution Network with Flexible Ring Network Control Device 6th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2016) Fault Analysis of Distribution Network with Flexible Ring Network Control Device Kuo Tan 1, a, Chenghong Tang

More information

Research on technical scheme of outdoor-layout relay protection in smart substation

Research on technical scheme of outdoor-layout relay protection in smart substation The 6th International Conference on Renewable Power Generation (RPG) 19 20 October 2017 Research on technical scheme of outdoor-layout relay protection in smart substation Song Shuang 1, Qiao Xingjin 2,

More information

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

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

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ISGT.2016.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ISGT.2016. Hu, H., Doufexi, A., Armour, S. M. D., & Kaleshi, D. (217). Static Characterized Hybrid Wireless Mesh Protocol for Smart Grid Neighbourhood Area Networks. In 216 IEEE Power & Energy Society Innovative

More information

GE Grid Solutions. Electric Grid Modernization and Substation Automation. John D. McDonald, P.E.

GE Grid Solutions. Electric Grid Modernization and Substation Automation. John D. McDonald, P.E. GE Grid Solutions Electric Grid Modernization and Substation Automation John D. McDonald, P.E. Smart Grid Business Development Leader North America Global Smart Grid Strategy Group IEEE Fellow IEEE PES

More information

On-Line Monitoring of Multi-Area Power Systems in Distributed Environment

On-Line Monitoring of Multi-Area Power Systems in Distributed Environment SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 89-101 On-Line Monitoring of Multi-Area Power Systems in Distributed Environment Ramadoss Ramesh 1, Velimuthu Ramachandran 2 Abstract:

More information

SCORE: Smart-Grid Common Open Research Emulator

SCORE: Smart-Grid Common Open Research Emulator SCORE: Smart-Grid Common Open Research Emulator Song Tan, Wen-Zhan Song Department of Computer Science Georgia State University Atlanta, GA, USA stan6,wsong@cs.gsu.edu Qifen Dong College of Information

More information

Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks

Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks Richard Harada Product Manager RuggedCom Inc. Introduction Reliable and fault tolerant high speed communication

More information

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

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

More information

B5-111 APPLICATION OF INTRANET TECHNOLOGIES FOR POWER SYSTEM PROTECTION

B5-111 APPLICATION OF INTRANET TECHNOLOGIES FOR POWER SYSTEM PROTECTION 21, rue d'artois, F-75008 Paris http://www.cigre.org B5-111 Session 2004 CIGRÉ APPLICATION OF INTRANET TECHNOLOGIES FOR POWER SYSTEM PROTECTION A. TAKEUCHI F. KUMURA M. NAKAHARA Chubu Electric Power Co.

More information

Aurora Vulnerability Mitigation Techniques using UR Technology

Aurora Vulnerability Mitigation Techniques using UR Technology Technical Note Aurora Vulnerability Mitigation Techniques using UR Technology GE Publication Number: GET-20039 Copyright 2015 GE Inc. 1. Introduction The US Department of Energy s Idaho laboratory had

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

Evaluation of Business Cases for Smart Grid Solutions Kenny Mercado, Senior VP Electric Operations

Evaluation of Business Cases for Smart Grid Solutions Kenny Mercado, Senior VP Electric Operations Evaluation of Business Cases for Smart Grid Solutions Kenny Mercado, Senior VP Electric Operations April 21, 2015 CenterPoint Energy (CNP) Headquartered in Houston, Texas Serving 5.7 million electric &

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK REVIEW ON CAPACITY IMPROVEMENT TECHNIQUE FOR OPTICAL SWITCHING NETWORKS SONALI

More information

Chapter 1: Introduction

Chapter 1: Introduction EE4272: Computer Networks Chapter 1: Introduction Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. 1) Data Communications: Deals with the transmission of signals in a reliable & efficient manner. Topics:

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Xu Li a, *, Chen Meng, Huixia Jiang, Cheng Wang Army Engineering University, Shijiazhuang 050003,

More information

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems

Vortex Whitepaper. Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems Vortex Whitepaper Simplifying Real-time Information Integration in Industrial Internet of Things (IIoT) Control Systems www.adlinktech.com 2017 Table of Contents 1. Introduction........ P 3 2. Iot and

More information

Power Demand Optimization in Smart Grid via Wireless Networks

Power Demand Optimization in Smart Grid via Wireless Networks Power Demand Optimization in Smart Grid via Wireless Networks S.Sermakani 1, M.Thangaraja 2 1 Department of Electrical and Electronics Engineering, Sriram Engineering College, Chennai 2 Department of Electrical

More information

FAULT DETECTION ON RADIAL POWER DISTRIBUTION SYSTEMS USING FUZZY LOGIC.

FAULT DETECTION ON RADIAL POWER DISTRIBUTION SYSTEMS USING FUZZY LOGIC. FAULT DETECTION ON RADIAL POWER DISTRIBUTION SYSTEMS USING FUZZY LOGIC. Nitish Kumar 1, Manish Sharma 2, Ayush Sinha 3,Indu Bhushan 4 1, 2,3 Students, Electrical Engineering Department Greater Noida Institutes

More information