Multi-Agent Model for Power System Simulation

Size: px
Start display at page:

Download "Multi-Agent Model for Power System Simulation"

Transcription

1 Multi-Agent Model for Power System Simulation A.A.A. ESMIN A.R. AOKI C.R. LOPES JR. G. LAMBERT-TORRES Institute of Electrical Engineering Federal School of Engineering at Itajubá Av. BPS, 1303 Itajubá/MG BRAZIL Abstract: - This paper describes a Multi-Agent model developed for Power System simulation based on the Intelligent Agent technology (IA). The system model architecture is composed by two main packages: an Agent Decision Package and an Agent Tool Package. Together with these packages there are two support agents working on integration of the model with the real world. The first one is a Communication Agent who is responsible by agents interconnection, and the other one is an Interface Agent who is responsible by accessing the SCADA database and data pre-processing for the system. Based on this model a new software tool is being developed. Key-Words: - Multi-Agent System, Power System Simulation, Artificial Intelligence 1 Introduction There is a permanent demand for new application and simulation software required for different purposes such as research, planning and operation. These systems become larger and increasingly complex. As a consequence creating system software is more difficult to complete on time and within the constraints of budget. It has become very difficult to create these new applications with traditional software development technology. When finally finished, they are difficult to understand. Thus they are hard to maintain, integrating with the old application and to modify for new requirements. Studies in computer science have shown that reusability can improve software development productivity and quality. Productivity increases as previously developed assets can be used in current applications, which saves new development time. Quality can be increased as frequently reused assets have been tested and corrected in different study cases. A generic power system can be modeled based on the Object-Oriented concepts. Reuse is done by specializing derived classes and by using template classes. The main objective of this work is the development of a generic simulation tool with Graphical User Interface (GUI) that can simulate the real power systems. This tool was modeled by using an Object- Oriented approach integrated with the intelligent agent technology that gives more flexibility to create simulation software. This system will be used for training, design, simulation as well as several electrical studies. The implementation is done using the Java-based Framework, which provides a generic methodology for developing Multi-Agent Systems (MAS) architecture, and a set of classes to support these implementation. The development methodology follows five stages: (i) identifying the agents, (ii) identifying the agent conversations, (iii) identifying the conversation rules, (iv) analyzing the conversation model, and (v) MAS implementation. The system developed provides communication, linguistic and coordination support through Java classes. Communication support is provided for both directed communication and subject-based broadcast communication. This feature enables the development of scalable, fault-tolerant, self-configurable and flexible MAS. Linguistic support used is KQML Knowledge Query and Manipulation Language [5, 6]. MAS is a way to artificially reproduce real-life system through a model made of autonomous and interacting objects, called agents [4]. The main advantage of multi-agent simulation is to allow the modeling of individual behavior and the facility to get more real simulation systems. The behavior of the power system components can be simulated by agents that act in the same way. The system model architecture is composed by two main packages: an Agent Decision Package, an Agent Tool Package, and it has two agents working on

2 integration of the model with the real world. The first one is a Communication Agent who is responsible by agents interconnection, and the other one is an Interface Agent who is responsible by accessing the SCADA database and data pre-processing for the system. The current studies point to the growing interest on MAS technology to development of complex industrial systems. Activity Planner This paper is organized in this way: first the agent technology is presented, then the model architecture is presented, then the implementation process is discussed and finally we presented the conclusion and the future work. 2 Agent Technology Agent Technology has been used over the last decade of a number of different application in order to understand, model and develop complex distributed systems by viewing then as a computational organization consisting of various interacting components [1]. Controller Interface Inputs Outputs Knowledge Base Intelligent Agent These applications are founded in different areas, like finance market, internet, robotics and power systems. In a simulation problem, the agents represent interactive and autonomous independent entities, reproducing real-life phenomenon artificially [2]. An Intelligent Agent is a computer object that has the following properties: autonomy, social ability, reactivity and own initiative [3], and besides processes its inputs accordingly to its own intelligence producing some outputs, Fig.1. The agent has the feature of temporal continuity, because it monitors the environment, awaiting the occurrences that asks for actions. By analyzing an occurred facts sequence registration the agent makes the right decision. The autonomy feature is guaranteed by its acquired knowledge basedbehavior, decision-making and actions control to achieve its goals. Multi-Agent System (MAS) is a system that performs collaborative tasks using many intelligent agents in a distributed environment. The Distributed Artificial Intelligence introduces the concept of agent society to the traditional Artificial Intelligence, using the Oriented-Object approach. In this way, a great problem is fragmented in a group of small problems, and each small problem is studied by an Agent or by a small society of Agents. Environment Fig.1 The architecture of the proposed agent 3 Multi-Agent Model Architecture The Multi-Agent Model developed is shown in Fig.2, and its architecture is composed by two main packages: an Agent Decision Package, an Agent Tool Package, and it has two agents working on integration of the model with the real world. The first one is a Communication Agent who is responsible by agents interconnection, and the other one is an Interface Agent who is responsible by accessing the SCADA database and data pre-processing for the system. The Agent Decision Package is responsible for developing plans according to its virtual model using the information provided by event identification agent. It is composed by: an event identification agent, a planning agent and a model agent. The Agent Tool Package is responsible for providing specific support for the decision agents, which includes: a restoration agent, a power flow agent, a optimal power flow, a load shedding agent, a load forecasting agent, an alarm processing agent and an unit commitment & economic dispatching agent. This package uses conventional developed programs integrating numerical and symbolical routines. This

3 Agent Decision Package Agent Tool Package Event Identification Planning Model Restoration Power Flow Optimal Power Flow Load Shedding Load Forecasting Alarm Processing Unit Commitment & Economic Dispatching Communication Agent INTERFACE AGENT SCADA DATABASE Fig.2 The Architecture of the proposed model integration can be done in two possible ways. The first possibility is to join on all executable programs through a batch file. The second possibility is to encapsulate this programs using an agent architecture Integrating by batch file needs to carry about parameters changes and computer virtual memory. Instead of this possibility, the integration process using encapsulation is more interesting to keep an uniformed model. 3.1 Agent Decision Package This section describes all agents involved in decisionmaking process: Event Identification Agent Event Identification Agent provides expertise to establish the cause-effect relationship between faults and actions of protective relays and circuit breakers. The implemented strategy detects initially a set of fault section candidates, and then, a study about the chronological arrival of relay signals is developed using the last data set before the fault. This agent contains a special data where the adjustments of each relay are saved. These data are important to find what section started the problem Planning Agent Planning Agent is responsible by determining actions to solve operation tasks using any tool available in the Agent Tool Package. This agent contains an expert system that analysis the event identification agent information and call specific tools to achieve its goals. After that it analysis the commands provided by the tools and provides a assigned plan to the Communication Agent Model Agent Model Agent contains the object-oriented model and continuously compare the power system model with the information provided by the Interface Agent. If a difference between the model and the real world is detected the agent immediately inform the communication agent that is responsible for transferring this for the appropriate agent [9]. 3.2 Agent Tool Package This section describes all agents involved supporting decision-making process:

4 3.2.1 Restoration Agent Restoration Agent contains some advice about the best strategy to reclose switches, and circuit breakers. Two main ideas provide the ways for problem solving. The first one is to try a restoration by a previously energized feeder. The second idea is to find parallel circuits to provide this restoration. The first idea is possible to apply in radial systems or in temporary unavailable circuits (e.g. temporary faults). In the case where a partial black-out occurs, the system contains a strategy to feed in the first place the boundary buses of the black-out system. The idea is to reduce the affected area step-by-step Power Flow Agent Power Flow Agent provides the voltage drop on each feeder branch, the voltage on each bus, the projected power flow through the power system, and the looses in the power systems. This is a numerical application encapsulated in an agent Optimal Power Flow Optimal Power Flow Agent is designed to achieve economic operation. This agent encapsulates an optimal power flow application that is part of the standard tools of the supervisory, control and data acquisition (SCADA) and energy management system (EMS). It schedules power system controls to optimize an objective function while satisfying nonlinear equality and linear equality constraints Load Shedding Agent Load Shedding Agent is designed to avoid a frequency or voltage power system collapse. This agent contains a knowledge base about the load shedding strategies of the power system under analyzing and encapsulates a standard numerical program Load Forecasting Agent Load Forecasting Agent contains three knowledge bases (KB) to provide expertise about standard load, recent performance of the load, and the special characteristics of the load. The first KB represents the historical data set, i.e., it contains information about the load shapes in the last years. The second one, recent load performance, contains a multiple linear model which represents the variation of the load in function of the weather parameters. The third KB contains rules of thumb about load forecasting evolution Alarm Processing Agent Alarm Processing Agent provides expertise about the possible occurred problem. When a disturbance occurs in the system, there all be many alarms provided by the SCADA system. Usually, 90% of these alarms are redundant and happen due to secondary problems caused by the primary problem. The main idea of this agent is to detect the primary problem, and to send two kinds of alarms to the MAS. The first kind are the alarms of the primary problem, while the second kind are the main alarms for secondary problems. The first kind is very useful for the MAS to know the problem and provide a solution. The second kind (sometimes, more important than the first one) is useful to decide the degree of the contingency. So, this agent contains two main parts, one for detection problems and another for evaluation of the disturbance. The first part is composed of production rules, which read information about the relays and other sensors to define where the disturbance started. The second part makes an evaluation using the data from the files and some rules based on operation conditions Unit Commitment & Economic Dispatch Unit Commitment & Economic Dispatch Agent determines the start-up and shut-down times for the generators over a period of time to satisfy some requirements of demand and operative restrictions at the lowest possible cost. This agent encapsulates a standard program and a knowledge base of costs. 4 Conclusion In this work, the analysis and design of a novel model system has been described where the introduction of agent technology and Multi-agent approach gives more flexibility in the development process. The new model is divided into packages of agents that have the responsibility to act in the same process. This packaging is organized to facilitate the development process, that can be done by different developer groups. This study has shown too, a framework of application of the multi-agent system to the power system in achieving the integration capability with the conventional SCADA system by using specific agents that act in the intercommunication process. Based on this new model a software tool is being developed using the Object-Oriented language Java [7, 8]. The implementation process staring by the development of the specific Classes for agent creation, agent communication and coordination. These classes will be used to construct the other system agents classes. The other system agents with

5 the Graphical User Interface (GUI) still under development. References: [1] D. Cockburn and N. Jennings, ARCHON: A Distributed Artificial Intelligence System for Industrial Applications, Foundations of Distributed Artificial Intelligence, O Hare, G. and Jennings, N., Wiley, [2] F.-R. Monclair and R. Quatrain, Simulation of Eletricity Markets: A Multi-Agent Approach, IEEE ISAP2001 Conference, Budapest, Hungary, June18-21, [3] M. Wooldridge and N. Jennings, Intelligent Agents: Theory and Practice, Berlin, Germany: Springer-Verlag, 1994 [4] J. Feber, Multi-Agent Systems, An Introduction to Distributed Artificial Intelligence, Addison- Wesley [5] T. Finin, R. Fritzson, D. McKay and R. McEntrie, KQML as an Agent Communication Language, Third International Conference on Information and Knowledge Management (CIJM 94), ACM Press, November [6] M.-S. Tsai, Conceptual Design Distributed Rule Base Expert System for Distributed Automation, Proc. of Intelligent System Application to Power System (ISAP 99), April 4-8, 1999, Rio de Janeiro, Brazil, pp [7] Sun MicroSystems, Implementing Java Computing Solutions White Paper, [8] J.P. Bigus an J. Bigus, Constructing intelligent agents with Java: a programmer s guide to smarter applications, Wiley Computer Publishing, [9] A.R. Aoki, G. Lambert-Torres and L.E. de Souza, Planning Knowledge Acquisition for Restoration of Substation Using Functional Modeling, Proc. of Intelligent System Application to Power System (ISAP 99), April 4-8, 1999, Rio de Janeiro, Brazil, pp

International ejournals

International ejournals ISSN 2249 5460 Available online at www.internationalejournals.com International ejournals International Journal of Mathematical Sciences, Technology and Humanities 21 (2011) 205 212 ENERGY CONTROL CENTER

More information

Power Systems Fundamentals

Power Systems Fundamentals Power Systems Fundamentals This seminar will be valuable to participants in the power industry who need a fundamental understanding of the power system, and how system operation can impact power market

More information

Operation of ESS Interconnected to the Distribution Feeder by Distribution Management System

Operation of ESS Interconnected to the Distribution Feeder by Distribution Management System The 17 th IERE General Meeting & Canada Forum Operation of ESS Interconnected to the Distribution Feeder by Distribution Management System 18 th May, 2017 Wonwook Jung KEPCO Research Institute Contents

More information

A. Panagoda, K.T.M.U. Hemapala and N. De Silva

A. Panagoda, K.T.M.U. Hemapala and N. De Silva Annual Sessions of IESL, pp. [135-140], 2016 The Institution of Engineers, Sri Lanka Distribution System Fault Localization, Fault Restoration and etwork Reconfiguration using Multi Agent Based System

More information

2015 Operational Practices Survey Questions

2015 Operational Practices Survey Questions 2015 Operational Practices Survey Questions This document of survey questions has been provided as a courtesy. It is not the actual survey, which will be completed electronically and only by a designated

More information

PSS E. High-Performance Transmission Planning Application for the Power Industry. Answers for energy.

PSS E. High-Performance Transmission Planning Application for the Power Industry. Answers for energy. PSS E High-Performance Transmission Planning Application for the Power Industry Answers for energy. PSS E architecture power flow, short circuit and dynamic simulation Siemens Power Technologies International

More information

Agent-Based System Architecture and Organization

Agent-Based System Architecture and Organization -Based System Architecture and Organization Tom Wanyama Department of Electrical and Computer ering University of Calgary twanyama@ucalgary.ca Abstract While computer hardware has changed drastically in

More information

Enhancing Utility Outage Management System (OMS) Performance

Enhancing Utility Outage Management System (OMS) Performance Enhancing Utility Outage Management System (OMS) Performance by John Dirkman, P.E. Executive summary Traditional grid outage management systems suffer from two fundamental flaws: they lack an accurate,

More information

B-R1 TRANSMISSION SYSTEM PLANNING PERFORMANCE REQUIREMENTS

B-R1 TRANSMISSION SYSTEM PLANNING PERFORMANCE REQUIREMENTS Draft 7/15/14 rev7 1 B-R1 TRANSMISSION SYSTEM PLANNING PERFORMANCE REQUIREMENTS A. Reliability Rule NYCA transmission facilities in the NYS Bulk Power System shall be planned to operate reliably over a

More information

Theoretical Considerations Regarding the Implementation of SOA Architecture in a Company for Electric Power Distribution and Supply

Theoretical Considerations Regarding the Implementation of SOA Architecture in a Company for Electric Power Distribution and Supply Economy Informatics vol. 12, no. 1/2012 118 Theoretical Considerations Regarding the Implementation of SOA Architecture in a Company for Electric Power Distribution and Supply Radu-Ştefan MOLEAVIN Academy

More information

Modeling Commercial Knowledge to Develop Advanced Agent-based Marketplaces for E-commerce

Modeling Commercial Knowledge to Develop Advanced Agent-based Marketplaces for E-commerce Modeling Commercial Knowledge to Develop Advanced Agent-based Marketplaces for E-commerce Martin Molina Department of Artificial Intelligence, Technical University of Madrid Campus de Montegancedo s/n,

More information

Wolverine Power Supply Cooperative, Inc. Senior Transmission System Operator

Wolverine Power Supply Cooperative, Inc. Senior Transmission System Operator I. OBJECTIVE Wolverine Power Supply Cooperative, Inc. Senior Transmission System Operator A. The Senior Transmission System Operator is responsible for the reliable and safe operation of Wolverine s transmission

More information

PROCESS AUTOMATION FOR DISTRIBUTION OPERATIONS MANAGEMENT. Stipe Fustar. KEMA Consulting, USA. Components

PROCESS AUTOMATION FOR DISTRIBUTION OPERATIONS MANAGEMENT. Stipe Fustar. KEMA Consulting, USA. Components PROCESS AUTOMATION FOR DISTRIBUTION OPERATIONS MANAGEMENT Stipe Fustar KEMA Consulting, USA INTRODUCTION To prosper in a competitive market, distribution utilities are forced to better integrate their

More information

Distribution Automation. What? D A. How? Why?

Distribution Automation. What? D A. How? Why? Distribution Automation What? How? D A Why? Typical Power System Generating Plant Step-up transformers Generation System Circuit breakers Transmission System Transmission System Distribution System substations

More information

1 Descriptions of Function

1 Descriptions of Function Distributed Energy Resource Controller Reconfigure s in response to Faulted Segment with Islanding 1 Descriptions of Function Version 1.2 January 13, 2010 This function describes the sequence of activities

More information

Standard TPL (i) System Performance Under Normal Conditions

Standard TPL (i) System Performance Under Normal Conditions Standard TPL-001-0.1(i) System Performance Under rmal Conditions A. Introduction 1. Title: System Performance Under rmal ( Contingency) Conditions (Category A) 2. Number: TPL-001-0.1(i) 3. Purpose: System

More information

Effects of Wide-Area Control on the Protection and Operation of Distribution Networks

Effects of Wide-Area Control on the Protection and Operation of Distribution Networks Effects of Wide-Area Control on the Protection and Operation of Distribution Networks Will Allen Schweitzer Engineering Laboratories, Inc. Published in Wide-Area Protection and Control Systems: A Collection

More information

Partnering for reliable distribution

Partnering for reliable distribution Published by and copyright 013: Siemens AG Infrastructure & Cities Sector Smart Grid Division Humboldtstr. 59 90459 Nuremberg, Germany Further information is available from our Customer Support Center

More information

AMERICAN RENEWABLES GAINESVILLE REGIONAL UTILITIES GAINESVILLE RENEWABLE ENERGY CENTER

AMERICAN RENEWABLES GAINESVILLE REGIONAL UTILITIES GAINESVILLE RENEWABLE ENERGY CENTER AMERICAN RENEWABLES GAINESVILLE REGIONAL UTILITIES --------------------------------------------- GAINESVILLE RENEWABLE ENERGY CENTER OPERATING PROCEDURES Revision 0; September 1, 2012 Revision 1; November

More information

Grid Automation Products. MicroSCADA Pro Efficient and reliable power distribution management for process industries

Grid Automation Products. MicroSCADA Pro Efficient and reliable power distribution management for process industries Grid Automation Products MicroSCADA Pro Efficient and reliable power distribution management for process industries Top-7 reasons to choose MicroSCADA Pro for managing your plant s power distribution Designed

More information

1 Descriptions of Software Demonstration of Intentional Islanding

1 Descriptions of Software Demonstration of Intentional Islanding Infotility 3G-System of the Future Legacy Use Cases Software demonstration of intentional islanding Version 3.1 June 10 th, 2010 1 Descriptions of Software Demonstration of Intentional Islanding This work

More information

Implementing a Flexible Simulation of a Self Healing Smart Grid

Implementing a Flexible Simulation of a Self Healing Smart Grid Implementing a Flexible Simulation of a Self Healing Smart Grid Kendall E Nygard, Steve Bou Ghosn, Davin Loegering, Md Minhaz Chowdhury, Md M Khan, Ryan McCulloch, Anand Pandey Department of Computer Science

More information

TPL 001 AB 0 System Performance Under Normal Conditions

TPL 001 AB 0 System Performance Under Normal Conditions Alberta Reliability Standard System Performance Under rmal Conditions TPL-001-AB-0 TPL 001 AB 0 System Performance Under rmal Conditions 1. Purpose The purpose of this reliability standard is to ensure

More information

Operations and Maintenance Considerations for Underfrequency Relaying Design

Operations and Maintenance Considerations for Underfrequency Relaying Design Operations and Maintenance Considerations for Underfrequency Relaying Design Edsel Atienza Schweitzer Engineering Laboratories, Inc. Presented at the 38th Annual Western Protective Relay Conference Spokane,

More information

PRINCIPLES OF SERVICE ORIENTATION

PRINCIPLES OF SERVICE ORIENTATION PRINCIPLES OF SERVICE ORIENTATION Service Orientation and the enterprise 2 / 20 Enterprise Logic Business logic - documented implementation of the business requirements Application logic - automated implementation

More information

TOWARDS THE MODERNIZATION OF THE SCADA SYSTEMS OF THE HELLENIC ELECTRICITY DISTRIBUTION NETWORK OPERATOR CONSIDERATIONS AND STEPS FORWARD

TOWARDS THE MODERNIZATION OF THE SCADA SYSTEMS OF THE HELLENIC ELECTRICITY DISTRIBUTION NETWORK OPERATOR CONSIDERATIONS AND STEPS FORWARD TOWARDS THE MODERNIZATION OF THE SYSTEMS OF THE HELLENIC ELECTRICITY DISTRIBUTION NETWORK OPERATOR CONSIDERATIONS AND STEPS FORWARD Nikos Hatziargyriou Vasilis Kleftakis Foivos Palaiogiannis HEDNO Greece

More information

Research on High-Tech Virtual Enterprise Integrated Information Management Methods and Systems

Research on High-Tech Virtual Enterprise Integrated Information Management Methods and Systems Research on High-Tech Virtual Enterprise Integrated Information Management Methods and Systems Changyuan Gao and Zidan Shan School of Economics and Management, Harbin University of Science and Technology,

More information

Multi Agent System for Micro Grid

Multi Agent System for Micro Grid Multi Agent System for Micro Grid Dr. Rajesh Kumar PhD, PDF (NUS, Singapore) SMIEEE, FIETE, MIE (I),LMCSI, SMIACSIT, LMISTE, MIAENG Associate Professor, Department of Electrical Engineering Adjunct Associate

More information

TRANSMISSION PLANNING ASSESSMENT METHODOLOGY AND CRITERIA

TRANSMISSION PLANNING ASSESSMENT METHODOLOGY AND CRITERIA TRANSMISSION PLANNING ASSESSMENT METHODOLOGY AND CRITERIA For Compliance with NERC Reliability Standard: TPL-001-4 1/10/2017 Version: 4.2 Table of Contents 1 Revision and Approval History... 2 1.1 Revision

More information

AMERICAN RENEWABLES GAINESVILLE REGIONAL UTILITIES GAINESVILLE RENEWABLE ENERGY CENTER

AMERICAN RENEWABLES GAINESVILLE REGIONAL UTILITIES GAINESVILLE RENEWABLE ENERGY CENTER AMERICAN RENEWABLES GAINESVILLE REGIONAL UTILITIES --------------------------------------------- GAINESVILLE RENEWABLE ENERGY CENTER OPERATING PROCEDURES Revision 0; September 1, 2012 Revision 1; November

More information

Standard TPL System Performance Following Extreme BES Events

Standard TPL System Performance Following Extreme BES Events A. Introduction 1. Title: System Performance Following Extreme Events Resulting in the Loss of Two or More Bulk Electric System Elements (Category D) 2. Number: TPL-004-1 3. Purpose: System simulations

More information

Research and Application Study on Accident-Based 3D Power Station Simulation Technology

Research and Application Study on Accident-Based 3D Power Station Simulation Technology International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) Research and Application Study on Accident-Based 3D Power Station Simulation Technology Tie Li, Xiaoming

More information

SMART GRID CONCEPTUAL MODEL

SMART GRID CONCEPTUAL MODEL SMART GRID CONCEPTUAL MODEL Version 1.0 April 20, 2010 Executive Summary This document describes the Smart Grid Conceptual Model, a tool for discussing the structure and operation of the power system.

More information

PSS ODMS. Advanced network modeling and applications software suite for operations and planning. Answers for energy.

PSS ODMS. Advanced network modeling and applications software suite for operations and planning. Answers for energy. PSS ODMS Advanced network modeling and applications software suite for operations and planning Answers for energy. PSS ODMS advanced, robust and efficient network modeling and network applications software

More information

ADVANCED CONTROL METHODS

ADVANCED CONTROL METHODS Appendix B4: A Systems View of the Modern Grid ADVANCED CONTROL METHODS Conducted by the National Energy Technology Laboratory for the U.S. Department of Energy Office of Electricity Delivery and Energy

More information

FACILITY CONNECTION REQUIREMENTS NERC TO-FAC 001-0

FACILITY CONNECTION REQUIREMENTS NERC TO-FAC 001-0 FACILITY CONNECTION REQUIREMENTS NERC TO-FAC 001-0 TABLE OF CONTENTS (NERC TO-FAC-001-0) Facility Connection Requirements Introduction Procedures for Coordinated Joint Studies...1 Procedures for Notification...1

More information

A Hybrid Diagnostic-Recommendation System for Agent Execution Applied to Ubiquitous Computing Systems

A Hybrid Diagnostic-Recommendation System for Agent Execution Applied to Ubiquitous Computing Systems A Hybrid Diagnostic-Recommendation System for Agent Execution Applied to Ubiquitous Computing Systems Andrew D. Costa 1, Carlos J. P. Lucena 1, Viviane T. Silva 2, Donald Cowan 3, Paulo Alencar 3, Baldoino

More information

Agent Based Reasoning in Multilevel Flow Modeling

Agent Based Reasoning in Multilevel Flow Modeling ZHANG Xinxin *, and LIND Morten * *, Department of Electric Engineering, Technical University of Denmark, Kgs. Lyngby, DK-2800, Denmark (Email: xinz@elektro.dtu.dk and mli@elektro.dtu.dk) 1 Introduction

More information

A Standardized Approach to DER Group Management

A Standardized Approach to DER Group Management A Standardized Approach to Group Management A Look at IEC 61968-5 Dr. Walt Johnson OpenADR Alliance Member Meeting April 24, 2018 Recognizing the Need for Group Management Volt-Var Function Power Factor

More information

TABLE OF CONTENTS. UNCONTROLLED WHEN PRINTED 2 USA Operations

TABLE OF CONTENTS. UNCONTROLLED WHEN PRINTED 2 USA Operations National Grid 2010 TGP28 Issue 3 22 November TABLE OF CONTENTS 1.0 Change Control...3 2.0 Introduction...4 3.0 System Studies...6 4.0 Design Criteria...15 5.0 Interconnection Design Requirements...21 6.0

More information

Hybrid Model: Overview

Hybrid Model: Overview Hybrid Model: Overview 1990 s saw evolution of architectures labeled reactive planning Developed in response to shortcomings of Reactive approach: Could not deal with problems that require cognitive activities

More information

Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW

Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW Chapter 3 DECISION SUPPORT SYSTEMS CONCEPTS, METHODOLOGIES, AND TECHNOLOGIES: AN OVERVIEW Learning Objectives Understand possible decision support system (DSS) configurations Understand the key differences

More information

Short-term Load Forecasting Based Capacity Check for Automated Power Restoration of Electric Distribution Networks

Short-term Load Forecasting Based Capacity Check for Automated Power Restoration of Electric Distribution Networks 1 Short-term Load Forecasting Based Capacity Check for Automated Power Restoration of Electric Distribution Networks Vaibhav Donde, Member, IEEE, Zhenyuan Wang, Member, IEEE, Fang Yang, Member, IEEE, and

More information

Increasing the Intelligence of Virtual Sales Assistants through Knowledge Modeling Techniques

Increasing the Intelligence of Virtual Sales Assistants through Knowledge Modeling Techniques International Conference on Intelligent Agents, Web Technology and Internet Commerce - IAWTIC'2001. Las Vegas (USA) Sept. 2001. Increasing the Intelligence of Virtual Sales Assistants through Knowledge

More information

Support for Dynamic Collaborative Action Teams

Support for Dynamic Collaborative Action Teams 2006 CCRTS THE STATE OF THE ART AND THE STATE OF THE PRACTICE Support for Dynamic Collaborative Action Teams C2 Architecture, C2 Concepts and Organizations Architecture Experimentation R. Scott Cost Markus

More information

2016 Smart Grid R&D Program Peer Review Meeting

2016 Smart Grid R&D Program Peer Review Meeting 2016 Smart Grid R&D Program Peer Review Meeting Structuring a demonstration project to Integrate DER, Microgrid EMS, DERMS, and DMS Jianhui Wang Argonne National Laboratory in collaboration with NREL and

More information

Design and Research on Co-simulation Training System of Large-Scale Power Grid with Distribution Network Based on Intelligent Materials System

Design and Research on Co-simulation Training System of Large-Scale Power Grid with Distribution Network Based on Intelligent Materials System Design and Research on Co-simulation Training System of Large-Scale Power Grid with Distribution Network Based on Intelligent Materials System BaiShan Mei 1, XiPing Zhang 2, Jie Xu 2, and YueHong Xing

More information

ATHABASCA UNIVERSITY AN INTELLIGENT AGENT-BASED APPROACH TO NETWORK MANAGEMENT. Munir Ahmad. MASTER OF SCIENCE in INFORMATION SYSTEMS

ATHABASCA UNIVERSITY AN INTELLIGENT AGENT-BASED APPROACH TO NETWORK MANAGEMENT. Munir Ahmad. MASTER OF SCIENCE in INFORMATION SYSTEMS ATHABASCA UNIVERSITY AN INTELLIGENT AGENT-BASED APPROACH TO NETWORK MANAGEMENT BY Munir Ahmad. An essay submitted in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE in INFORMATION

More information

The Research of Online Analysis Computing Mode Considering the Integrated and Cooperative Multi-Level Dispatching Systems

The Research of Online Analysis Computing Mode Considering the Integrated and Cooperative Multi-Level Dispatching Systems International Conference on Information Technology and Management Innovation (ICITMI 2015) The Research of Online Analysis Mode Considering the Integrated and Cooperative Multi-Level Dispatching Systems

More information

Grid Automation Products. MicroSCADA Pro Process Industries Applications.

Grid Automation Products. MicroSCADA Pro Process Industries Applications. Grid Automation Products MicroSCADA Pro Process Industries Applications. 2 Microscada pro Process Industries Applications Managing your plant s power distribution. 7 reasons to choose MicroSCADA Pro. Designed

More information

AGENT-BASED WHEAT SIMULATION MODEL COOPERATION RESEARCH

AGENT-BASED WHEAT SIMULATION MODEL COOPERATION RESEARCH AGENT-BASED WHEAT SIMULATION MODEL COOPERATION RESEARCH Shengping Liu 1, Yeping Zhu 1*, 1 Agricultural Information Institute, Chinese Academy of Agricultural Sciences, Beijing, China, 100081; * Corresponding

More information

B Improvements on High Voltage Electrical Substations to face the new Brazilian Legislation. G. M. Bastos (*) R. C. Valente E.

B Improvements on High Voltage Electrical Substations to face the new Brazilian Legislation. G. M. Bastos (*) R. C. Valente E. 21, rue d'artois, F-75008 Paris http://www.cigre.org B3-214 Session 2004 CIGRÉ Improvements on High Voltage Electrical Substations to face the new Brazilian Legislation G. M. Bastos (*) R. C. Valente E.

More information

Facility Interconnection Requirements

Facility Interconnection Requirements Facility Interconnection Effective 1/1/2016 1. Purpose Facility Interconnection Facility Interconnection (FAC-001-2) To avoid adverse impacts on the reliability of the Bulk Electric System (BES), RPU documents

More information

ALEM-T: A Modelling Tool for Autonomous Logistic Processes

ALEM-T: A Modelling Tool for Autonomous Logistic Processes ALEM-T: A Modelling Tool for Autonomous Logistic Processes B. Scholz-Reiter (2), T. Hildebrandt, J. Kolditz Planning and Control of Production Systems, University of Bremen, Germany Abstract Autonomous

More information

The Advanced Distribution Management System. The indispensable tool of the Smart Grid era

The Advanced Distribution Management System. The indispensable tool of the Smart Grid era The Advanced Distribution Management System The indispensable tool of the Smart Grid era Telvent utilities group August 2010 The Advanced Distribution Management System The indispensable tool of the Smart

More information

NERC PLANNING STANDARDS

NERC PLANNING STANDARDS NERC PLANNING STANDARDS North American Electric Reliability Council April 2004 Version of All Planning Standards Terms and Their Definitions As Used in the Analysis (Study) an examination or simulation

More information

C2-304 INTEGRATED INFORMATION SYSTEM FOR THE SIEPAC REGIONAL ELECTRICITY MARKET

C2-304 INTEGRATED INFORMATION SYSTEM FOR THE SIEPAC REGIONAL ELECTRICITY MARKET 21, rue d'artois, F-75008 Paris http://www.cigre.org C2-304 Session 2004 CIGRÉ INTEGRATED INFORMATION SYSTEM FOR THE SIEPAC REGIONAL ELECTRICITY MARKET RENATO CÉSPEDES *, KEMA (Colombia) LEON MADRID, KEMA

More information

ANAFAS is a short-circuit calculation

ANAFAS is a short-circuit calculation ANAFAS Simultaneous Fault Analysis ANAFAS is a short-circuit calculation software that covers a wide range of automated fault simulations. Its output reports are guided by fault points or monitoring points.

More information

Circuit Breaker Asset Management Using Intelligent Electronic Device (IED)- Based Health Monitoring

Circuit Breaker Asset Management Using Intelligent Electronic Device (IED)- Based Health Monitoring 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2014 Grid of the Future Symposium Circuit Breaker Asset Management Using Intelligent Electronic Device (IED)- Based Health

More information

Advanced Information and Control Software Packages for the MICREX-NX

Advanced Information and Control Software Packages for the MICREX-NX Advanced Information and Control Software Packages for the MICREX-NX Takashi Ikeda Masato Nakano 1. Introduction With the development of information technology (IT) recently, control systems have evolved

More information

Decision Support System Concepts, Methodologies and Technologies

Decision Support System Concepts, Methodologies and Technologies C_3 / 19.10.2017 Decision Support System Concepts, Methodologies and Technologies Objectives: understand possible DSS configurations; the essential definition of DSS: DSS components and how they integrate;

More information

Evaluation of Modeling Techniques for Agent- Based Systems

Evaluation of Modeling Techniques for Agent- Based Systems A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far Evaluation of Modeling Techniques for Agent- Based Systems Prepared by: Wei Shen ABSTRACT To develop

More information

OMS/DMS Implementation at SDG&E

OMS/DMS Implementation at SDG&E OMS/DMS Implementation at SDG&E Vic Romero Director Asset Management & Smart Grid Projects March 26, 2013 2012 San Diego Gas & Electric Company. All copyright and trademark rights reserved. Outage and

More information

Standard TPL-002-0b System Performance Following Loss of a Single BES Element

Standard TPL-002-0b System Performance Following Loss of a Single BES Element A. Introduction 1. Title: System Performance Following Loss of a Single Bulk Electric System Element (Category B) 2. Number: TPL-002-0b 3. Purpose: System simulations and associated assessments are needed

More information

POTOMAC ELECTRIC POWER COMPANY

POTOMAC ELECTRIC POWER COMPANY POTOMAC ELECTRIC POWER COMPANY FERC Form 715 (Part 4) - Transmission Planning Study Guidelines Transmission Reliability Guidelines 1. General Overview The reliability guidelines used to plan the transmission

More information

Standard MH-TPL Transmission System Planning Performance Requirements

Standard MH-TPL Transmission System Planning Performance Requirements A. Introduction 1. Title: Transmission System Planning Performance Requirements 2. Number: MH-TPL-001-4 3. Purpose: Establish Transmission system planning performance requirements within the planning horizon

More information

Project Revisions to TOP and IRO Reliability Standards Mapping Document Updated December 2014

Project Revisions to TOP and IRO Reliability Standards Mapping Document Updated December 2014 Project 2014-03 Revisions to TOP and IRO Reliability Standards Mapping Document Updated December 2014 This mapping document showing the translation of Requirements in the following currently-enforceable

More information

Standard TPL-004-0a System Performance Following Extreme BES Events

Standard TPL-004-0a System Performance Following Extreme BES Events A. Introduction 1. Title: System Performance Following Extreme Events Resulting in the Loss of Two or More Bulk Electric System Elements (Category D) 2. Number: TPL-004-0a 3. Purpose: System simulations

More information

Study on Framework Design of Shore Defense Radar Condition-based Support System based on OSA-CBM Bing Chen 1, a, Gang Lu 2,b, Qian Qian Liu 1,c

Study on Framework Design of Shore Defense Radar Condition-based Support System based on OSA-CBM Bing Chen 1, a, Gang Lu 2,b, Qian Qian Liu 1,c 3rd International Conference on Mechanical Engineering and Intelligent Systems (ICMEIS 2015) Study on Framework Design of Shore Defense Radar Condition-based Support System based on OSA-CBM Bing Chen 1,

More information

NERC Reliability Functional Model

NERC Reliability Functional Model NERC Reliability Functional Model Function Definitions and Responsible Entities Version 3 Approved by Standing Committees: Operating Committee: December 6, 2006 Planning Committee: December 6, 2006 Standards

More information

WILEY A JOHN WILEY & SONS, INC., PUBLICATION

WILEY A JOHN WILEY & SONS, INC., PUBLICATION POWER DISTRIBUTION SYSTEM RELIABILITY Practical Methods and Applications Ali A. Chowdhury Don O. Koval IEEE PRESS SERIES ON POWER ENGINEERING IEEE Press WILEY A JOHN WILEY & SONS, INC., PUBLICATION Preface

More information

Standard TPL System Performance Under Normal Conditions

Standard TPL System Performance Under Normal Conditions Standard TPL-001-0.1 System Performance Under rmal Conditions Standard Development Roadmap This section is maintained by the drafting team during the development of the standard and will be removed when

More information

Multi Agent System-Based on Case Based Reasoning for Cloud Computing System

Multi Agent System-Based on Case Based Reasoning for Cloud Computing System Multi Agent System-Based on Case Based Reasoning for Cloud Computing System Amir Mohamed Talib and Nour Eldin Mohamed Elshaiekh Faculty of Computer Science, Software Engineering Department, Future University,

More information

Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning

Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning Muhammad Golam Kibria *, Muhammad Aslam Jarwar, Sajjad Ali, Sunil Kumar and Ilyoung Chong Department of CICE, Hankuk University

More information

GRID OPERATIONS AND PLANNING

GRID OPERATIONS AND PLANNING GRID OPERATIONS AND PLANNING VISION The future transmission grid will be highly automated, will be flexible in connecting all available energy sources, will facilitate active participation by all grid-connected

More information

Power and Energy Systems Engineering

Power and Energy Systems Engineering Engineering Planning Project Management Operations Support Provided By J. J. Bergeron & Company, Inc. 1900 Veterans Memorial Blvd. Suite 205 Metairie, La. 70005 Power and Energy Systems Engineering Services

More information

List of training courses on electrical power system for Cambodia, Laos, Vietnam and Thailand (CLVT) countries

List of training courses on electrical power system for Cambodia, Laos, Vietnam and Thailand (CLVT) countries List of training courses on electrical power system for Cambodia, (Responsible and coordinator : Dr. Tuan Nguyen, t.nguyen@ied-sa.fr) 1. TRAINING COURSE 1 CUSTOMER SERVICE METERING AND BILLING 2. TRAINING

More information

Design of a Performance Measurement Framework for Cloud Computing

Design of a Performance Measurement Framework for Cloud Computing A Journal of Software Engineering and Applications, 2011, *, ** doi:10.4236/jsea.2011.***** Published Online ** 2011 (http://www.scirp.org/journal/jsea) Design of a Performance Measurement Framework for

More information

An Oracle White Paper June Microgrids: An Oracle Approach

An Oracle White Paper June Microgrids: An Oracle Approach An Oracle White Paper June 2010 Microgrids: An Oracle Approach Executive Overview Microgrids are autonomous electricity environments that operate within a larger electric utility grid. While the concept

More information

Distribution GIS & Grid Model Data Management

Distribution GIS & Grid Model Data Management Distribution GIS & Grid Data Management Pat Brown EPRI OGC Energy & Utilities Summit June 28, 2017 Pat Brown works in EPRI s Information and Communication Technology program. She is currently engaged in

More information

The Simulation Study Of Transport System For Earth Work. Allocation Of Rock-fill Dam. XiaohangMa1, a, KeLi2, b

The Simulation Study Of Transport System For Earth Work. Allocation Of Rock-fill Dam. XiaohangMa1, a, KeLi2, b 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) The Simulation Study Of Transport System For Earth Work Allocation Of Rock-fill Dam XiaohangMa1, a, KeLi2, b

More information

IMPLEMENTATION OF DISTRIBUTION AUTOMATION SYSTEMS (DAS) IN THE ELECTRICA COMPANY ROMANIA

IMPLEMENTATION OF DISTRIBUTION AUTOMATION SYSTEMS (DAS) IN THE ELECTRICA COMPANY ROMANIA IMPLEMENTATION OF DISTRIBUTION AUTOMATION SYSTEMS (DAS) IN THE ELECTRICA COMPANY ROMANIA Gheorghe Ion MAZILU - ELECTRICA SA Mihaela CONU - ELECTRICA SA Romania Romania Serban COCULESCU - ANRE Adrian Ion

More information

Renewable Energy Impact to Distribution Network Performance and Reliability. ENGR. ROBERTO D. ISIP JR. Head, Network Asset Planning, MERALCO

Renewable Energy Impact to Distribution Network Performance and Reliability. ENGR. ROBERTO D. ISIP JR. Head, Network Asset Planning, MERALCO Renewable Energy Impact to Distribution Network Performance and Reliability ENGR. ROBERTO D. ISIP JR. Head, Network Asset Planning, MERALCO Presentation Outline 1. RE Integration and changes in the Electric

More information

Investigation into Self-Adaptive Software Agents Development

Investigation into Self-Adaptive Software Agents Development Liverpool John Moores University School of Computing and Mathematical Sciences Investigation into Self-Adaptive Software Agents Development E. Grishikashvili Distributed Multimedia Systems Engineering

More information

Technical Requirements for Distributed Generation Connection

Technical Requirements for Distributed Generation Connection Technical Requirements for Distributed Generation Connection Distributed Generation Connection Requirements SECTION 1: INTRODUCTION 1.1 General Purpose This document defines the requirements for connecting

More information

Service plans enhance the benefits of preventive maintenance programs

Service plans enhance the benefits of preventive maintenance programs Service plans enhance the benefits of preventive maintenance programs White Paper Document 1910DB1612 by Charles Alvis Executive summary Companies are continually being tasked by management to increase

More information

ADAPTIVE MULTIAGENT SYSTEMS APPLIED ON TEMPORAL LOGISTICS NETWORKS. P. Knirsch (1) andi.j.timm (1)

ADAPTIVE MULTIAGENT SYSTEMS APPLIED ON TEMPORAL LOGISTICS NETWORKS. P. Knirsch (1) andi.j.timm (1) ADAPTIVE MULTIAGENT SYSTEMS APPLIED ON TEMPORAL LOGISTICS NETWORKS P. Knirsch (1) andi.j.timm (1) (1) Logistics Research Group, University of Bremen, P.O. Box 33 04 40, 28334 Bremen, Germany {knirsch,

More information

Platte River Power Authority. Ten-Year Transmission Plan ( )

Platte River Power Authority. Ten-Year Transmission Plan ( ) Platte River Power Authority Ten-Year Transmission Plan (2015-2024) Prepared by PRPA System Planning December 31, 2014 Table of Contents I. Executive Summary II. III. IV. Scope Assumptions Criteria V.

More information

Influence of automation introduction to power distribution systems on their reliability

Influence of automation introduction to power distribution systems on their reliability Influence of automation introduction to power distribution systems on their reliability H. Meglouli Email:hmeglouli@yahoo.fr Laboratory for the electrification of industrial enterprises Faculty of Hydrocarbons

More information

FLEXIBLE SOFTWARE AGENTS FOR THE AUTOMATIC PROVISION OF PVCS IN ATM NETWORKS

FLEXIBLE SOFTWARE AGENTS FOR THE AUTOMATIC PROVISION OF PVCS IN ATM NETWORKS FLEXIBLE SOFTWARE AGENTS FOR THE AUTOMATIC PROVISION OF PVCS IN ATM NETWORKS Marsy M. Cheikhrouhou, Pierre O. Conti and Jacques Labetoulle Institut Eurecom, Corporate Communications Dept. BP 193, 06904

More information

Microgrid Controller Standardization Approach, Benefits and Implementation

Microgrid Controller Standardization Approach, Benefits and Implementation Microgrid Controller Standardization Approach, Benefits and Implementation Jim Reilly Consultant Microgrids Design and Testing Paper Session 5B Distribution Technical Track GRID OF THE FUTURE Cleveland,

More information

Information Document Protection System Information ID# R

Information Document Protection System Information ID# R Information Documents are for information purposes only and are intended to provide guidance. In the event of any discrepancy between the Information Document and the related authoritative document(s)

More information

Standard TPL-003-0b System Performance Following Loss of Two or More BES Elements

Standard TPL-003-0b System Performance Following Loss of Two or More BES Elements A. Introduction 1. Title: System Performance Following Loss of Two or More Bulk Electric System (Category C) 2. Number: TPL-003-0b 3. Purpose: System simulations and associated assessments are needed periodically

More information

Standards de planification du NERC

Standards de planification du NERC Demande R-3498-2002 Standards de planification du NERC PREUVE EN CHEF DE TRANSÉNERGIE Original : 2002-11-27 HQT-4, Document 2 (en liasse) NERC PLANNING STANDARDS North American Electric Reliability Council

More information

IT applications in Power Distribution - UPCL's agenda for reforms

IT applications in Power Distribution - UPCL's agenda for reforms IT applications in Power Distribution - UPCL's agenda for reforms by Jayant K. Sinha, BE (Hons) Dy General Manager (IT) UPCL, Dehradun-248001 Ph (O): 0135-2767259, (R): 2760109 Abstract The Indian Electricity

More information

5.4 Post Contingency Local Load Relief Warning

5.4 Post Contingency Local Load Relief Warning 5.4 Post Contingency Local Load Relief Warning Post Contingency Local Load Relief Warning Non-Market Post Contingency Local Load Relief Warning The purpose of the Post Contingency Local Load Relief Warning

More information

Summary of M-13 Rev. 66 Changes

Summary of M-13 Rev. 66 Changes Summary of M-13 Rev. 66 Changes Dean Manno SOS-Joint meeting September 6 th, 2018 M-13, Rev. 66 Changes Overview of Changes: Cover to Cover Periodic Review Section 3.2 added Production System Freeze Change

More information

East Kentucky Power Cooperative (EKPC) Transmission System Planning Criteria

East Kentucky Power Cooperative (EKPC) Transmission System Planning Criteria East Kentucky Power Cooperative (EKPC) Transmission System Planning Criteria March 2016 Section 1 Overview and General Discussion The primary purpose of East Kentucky Power Cooperative s (EKPC s) transmission

More information

Research on High-Tech Virtual Enterprise Integrated Information Management Methods and Systems

Research on High-Tech Virtual Enterprise Integrated Information Management Methods and Systems Research on High-Tech Virtual Enterprise Integrated Information Management Methods and Systems Changyuan Gao and Zidan Shan School of Economics and Management, Harbin University of Science and Technology,

More information

An Autonomic Service Oriented Architecture in Computational Engineering Framework

An Autonomic Service Oriented Architecture in Computational Engineering Framework Journal of Computer Engineering 1 (2009) 3-11 An Autonomic Service Oriented Architecture in Computational Engineering Framework M. Agni Catur Bhakti and Azween B. Abdullah Department of Computer and Information

More information