Agent based Micro Grid Management System
|
|
|
- Arron Roberts
- 10 years ago
- Views:
Transcription
1 1 Agent based Micro Grid Management System J. Oyarzabal, J. Jimeno, J. Ruela, A. Engler and C. Hardt Abstract This paper describes a Micro Grid Management System developed using agent based technologies and its application to the effective management of generation and storage devices connected to a LV network forming a micro grid. The micro grid is defined as a set of generation, storage and load systems electrically connected and complemented by a communication system to enable control actions and follow up surveillance. The effectiveness of the proposed architecture has been tested on laboratory facilities under different micro grid configurations. The performance and scalability issues related to the agent framework have also been considered and verified. Index Terms-- Energy management, Cooperative systems, Distributed storage and generation, SCADA systems, Power generation scheduling, Power generation control. I. NOMENCLATURE Micro Grid Central Controller (MGCC), Source Controller (SC), Load Controller (LC). Demand Side Management (DSM). T II. INTRODUCTION HIS document describes a Micro Grid Management System developed in MICROGRIDS project (Large scale integration of micro generation to low voltage grids, ENK5-CT ) using agent technologies. A Micro Grid could be defined as a low voltage distribution network with distributed energy sources (micro turbines, fuel cells, PV, diesel, etc.) altogether with storage devices (flywheel, batteries, etc.) and loads. These systems could be operated, either interconnected to the main grid or either isolated from it, by means of a local management system with a communication infrastructure allowing control actions to be taken following any given strategy and objective. In the recent years, inverter technology has matured in both functionality and efficiency while prices have decreased. Most of the micro source and micro storage equipment is connected through power electronic devices providing, to some extent, features such as active power output The work is being supported by the EESD program of the 5 th framework of the European Commission under contract No ENK5-CT J. Oyarzabal & J. Jimeno are with Fundación LABEIN, Parque Tecnológico de Bizkaia, edificio 700, Derio, Spain ( [email protected], [email protected]). A. Engler is with Institut für Solare Energieversorgungstechnik (ISET) e.v, Königstor 59, Kassel, Germany ( [email protected]). C. Hardt is with SMA Technologie AG, Hannoversche Str. 1-5, Niestetal Germany ( [email protected]). J. Ruela is with INESC Porto, Campus da FEUP, Rua Dr. Roberto Frias, 378, Porto ( [email protected]). management, reactive power control, load balancing, voltage support and fast dynamic response without a significant harmonic distortion. The implemented management system includes functionality to fulfill several micro grid objectives such as measurement data acquisition, DSM functions for load shifting, load curtailment and generation scheduling. Over this base system, a secondary control of generation and storage devices has been developed, in order to cope with the active power contribution of the units according to self adjustments after load changes. At the laboratory micro grid system, each micro grid connected device including generation, storage and loads has its own local controller with its defined aims. These local controllers incorporate communication protocols, based on Internet standards, acting as gateways to the proprietary device interface. Complementary studies have also been performed in order to ensure the performance and scalability of the agent platform used. III. MICRO GRID MANAGEMENT SYSTEM A Micro Grid Management System has been developed in MICROGRIDS project taking advantage of agent technologies. A. Agent platform Although there is not a unique definition of what intelligent agents are, there is a common view that describes them as a piece of software with: Autonomy (operate without direct intervention of humans, and have some kind of control over their own actions), Proactivity (react to external events but also have goal directed behavior) and Social Ability (co-operate with other agents by means of some communication language). An agent platform is a software environment in which software agents run. It consists of the machines, operating system, agent management system and the agents. The Agent Platform used for the development of Micro Grids Agents is JADE (Java Agent DEvelopment Framework, [3]). Jade is compliant with FIPA 2000 standards (Foundation of Intelligent Physical Agents, [4]). An overview of core services specified by FIPA standards is: Agent Management Service (AMS) Directory Facilitator (DF) Message Transport Service (MTS)
2 2 The AMS service is in charge of maintaining a directory of AIDs (Agent IDentifier), offers white pages services and is also responsible for managing the operation of an Agent Platform (such as the creation, deletion and migration of agents to and from the platform). The DF service provides yellow pages services to other agents. Agents may register their services with the DF and query the DF to find out which services are offered by other agents or which agents offer certain services. The MTS is in charge of delivering messages between agents within the same Agent Platform and to agents that are running on other Agent Platforms. FIPA specifies the requirements for the MTS regarding the communications between agents in different agent platforms but does not specify the communications between agents in the same platform in this way, inter-operability between agent platforms is maintained. B. Management functions The agent based Micro Grid Management System provides the following functionality: SCADA like system; it is able to acquire data from the sources inside the micro grid and send commands. Selling bids managing system; the generators can produce selling bids and send them to a central market manager (based on the Spanish electricity market [5]). Power schedule tracking system; the generators local controller agents retrieve power scheduling information and send the set points to the generators. Secondary regulation system; it is in charge of analyzing planned generation targets and real measurements and performing suitable corrections over generation schedules. Load shifting system; the load shifting process consists in delaying the time period when a load is effectively connected in accordance with some optimization criteria. Load curtailment system; it decreases the power consumption of the loads. The agent based management system accesses the generation scheduling patterns stored in an external conventional relational database but does not include the schedule calculation itself. This approach allows different generation schedule algorithms or strategies to be used during the research while the management system remains unmodified. In the same way, load control functions (both shifting and curtailment) have been developed on a separate DSM (Demand Side Management) study, but only the data structures and communication infrastructure have been brought to the agent software. The further addition of generation scheduling and demand side management algorithms performed by other agents should not create any problem other than the algorithm software development itself. C. Software architecture The Micro Grids Management System is developed on top of Jade Agent Platform; Jade s container architecture allows the deployment of agents in a distributed enviroment. Under normal circunstances, each micro source, storage or load control system has a devoted local controller agent althouth the distributed architecture enables any of those agents to be executed on a physically diferent hardware. The management system architecture (see Fig. 1) may be depicted into: Relational Data Base Server: It holds real time measurements, generation schedules and demand side management data. It is accessed using standardized and platform independent communication protocols (Java Data Base Connectivity, JDBC). Micro Grid Agent Platform: It provides the basic infrastructure and services where the Micro Grid Central Controller (MGCC), Micro Source Controller (SC) and Load Controller (LC) agents are executed. Source and Load device controllers: Local device controllers have been adapted to support not only proprietary protocols but also the XML-RPC standard. Fig. 1: Management System Architecture The Micro Grid Agent Platform includes the following components: 1) Micro Grid Central Controller The MGCC executes the Agent Platform Main Container where the basic DF and AMS are found. It includes the following agents and functions: Pulling Agent: It is in charge of getting source measurements (active & reactive power, frequency, voltage and status) and sell bids periodically for database storage. It is also in charge of checking for generation schedules updates at the persistent storage backend. Database Agent: It interfaces the relational data base
3 3 and the remaining agents for measurement, bid, generation schedule and demand side management data storing, updating and browsing. Control Agent: It enables the secondary regulation functions modifying generation schedules on an as needed basis. Shifting Agent: It manages shiftable load connection requests and assigns a connection period accordingly to the DSM produced schedule. Curtailment Agent: It ensures the curtailment actions following DSM output. 2) Micro Source Controller The MSC executes in an Agent Platform Container: Generator Agent: It is used by other agents to send power set points and retrieve data working as an interface to the XML-RPC server (see Fig. 2). Schedule Agent: It is in charge of the active power output tracking to apply the generation schedule. Bid Agent: It sends active power selling bids. The default reference implementation reads it from the file system. Fig. 2: Generator control architecture. 3) Load Controller The LC runs in an Agent Platform Container providing: Load Agent: It registers shiftable and curtailable loads into the system and enables demand side management actions. Status Agent: It controls the on/off status of the load. Switch Agent: It is in charge of receiving and executing shifting and curtailment commands. D. Secondary regulation The Secondary Regulation Control System is implemented using the developed Agents Software whose basic functionalities (data acquisition, scheduling, load curtail and load shifting systems) have already been tested in laboratory environment with real devices. The implementation is done by implementing a control algorithm in the agent (Control Agent running at the MGCC) that collaborates with the previously deployed agents in order to execute the new control functionality. The Secondary Regulation Control System is in charge of adjusting the current power schedules of the generators taking into account real time measured active power generation, initially planned schedules and micro source configuration settings. The available schedules and last measurements are retrieved from the database, this data, as well as configuration information (such as maximum & minimum power limits and fixed schedule flag), is processed calculating the deviation of the produced power from the planned power output. Then the estimated error is assigned to each micro source proportionally to each generator power change capacity. The calculation procedure is as follows: 1) Calculate the total power deviation: sch meas PTot = ( Pi Pi ) Where: i: is the time step. sch P i is the planned power output for a generator meas P i is the measured active power output. 2) Calculate the total power change capacity of the generators: max max sch PTot = ( Pi Pi ) Where: max P i is the maximum power limit of the generator. Repeat the same for minimum power outputs. 3) For each generator the deviation to be assigned over its previous schedule is: max sch Assig ( Pi Pi ) Pi = P max Tot PTot The solving procedure takes into account non dispatchable sources (for instance renewable and intermittent sources), those with fixed schedules (i.e. units linked to heat demand links or contracted schemes), maximum and minimum limits, and resources availability. The new generation schedules are produced adding the calculated power correction to the initial planned output and stored into the data base. Updated schedules are managed by other agents without any additional request from the Control Agent. The secondary regulation control system is designed for the isolated operation of the micro grid, but it could be possible to apply it to the grid connected mode by adding a dummy source controller, monitoring the power exchange between the micro grid and the mains and then adding the desired import/export balance as its planned schedule. This approach would translate into the effective control of the micro grid sources and into satisfying a contracted behavior of the micro grid with the distribution grid. E. Laboratory micro grid The experiments where performed at ISET s laboratory (DeMoTec) located in Kassel, Germany. The diagram of the used equipment is shown in Fig. 3. Fig. 3: Electrical Schema of the test bed. The following devices are used: Variable speed diesel aggregate: It consists of a diesel motor (30kW), a synchronous generator
4 4 (400V, 50 Hz, PME 20kVA) and a three-phase inverter. Battery system 1: The system contains three battery bi-directional inverters (Sunny-Island; each 3.3kW) with battery bank (14 kwh). Battery system 2: Same as the previous one. Controllable loads: A set of two load banks (lamps, compressor, etc.) remotely controlled. The diesel aggregate and the two battery systems are controlled by means of standard PCs with Linux operating system. Each control PC communicates with the inverter control by means of a serial link under a proprietary communication protocol and behaves as a gateway providing XML-RPC access to the data. The XML-RPC is an Internet standard that encapsulates information under XML (extensible Markup Language) and uses HTTP (HyperText Transfer Protocol) as communications protocol. The controllable load bank uses a Netsyst NetMaster device supporting the XML-RPC protocol to enable and disable individual load consumption. F. Study Case: Single storage system The first test consists in taking the diesel aggregate system, one battery inverter and the load bank in grid isolated mode. The battery inverter is configured as voltage source (being responsible for frequency and load following) while the diesel aggregate is working as current source (producing a given power output). Load bank is operated manually connecting and disconnecting individual consumptions at random. This layout is aimed at having the battery inverter reacting to consumption changes immediately adjusting its own power output to recover the generation-load balance from the energy stored. Then, the secondary regulation should detect the change in the power output of the battery inverter and assign the difference to the diesel generator. The data acquisition system is running every 20 seconds, the secondary control system is configured to be executed every 30 seconds; the battery inverter schedule is loaded into the data base to have a fixed zero power output. The recorded measurements are stored in the data base and exported to a spreadsheet. A summary of the obtained result is shown in Fig. 4 P (kw) 10,0 8,0 6,0 4,0 2,0 0,0-2,0 Single Storage System 51,0 50,5 50,0 49,5 Frequency (Hz) As it can be seen in Fig. 4: When a micro grid load changes the battery inverter modifies its power output (magenta line) until a new generation-consumption balance is achieved. The linear frequency drop characteristic of the battery inverter becomes apparent noticing that the battery output and the frequency (yellow line) are mirror images to one another: as the power output raises the frequency is reduced and the opposite. Once the new diesel unit schedule has been produced and set, the unit increases its power output (blue line) following a ramp. An opposite ramp is observed at the battery inverter reducing its power output as there is an excess of power in the system. The secondary control is able to restore the desired storage system output. System frequency is recovered automatically, once the battery inverter has reached its initial state. It is worth stressing that the secondary regulation system seems to be requiring two executions to restore the storage output to the planned value. This apparent misbehavior is due to the secondary regulation coming into operation before the equilibrium has been obtained after the load step (notice that measured battery outputs are systematically lower than the diesel final active power output). This fact implies that it is possible to reduce the secondary regulation timing in order to decrease the use of the battery inverter storage or increase it to allow the full equilibrium before any action is taken. Both approaches would affect the number of cyclic operations of the battery and its long term life. G. Study Case: Multiple storage systems This test includes the diesel aggregate system, two battery inverters and the load bank in grid isolated mode. The battery inverters are configured as voltage sources sharing the feed load according to their frequency droops characteristics. The diesel aggregate is used as a current source. The load bank is operated automatically after a load schedule is uploaded to the load controller device. This layout focuses on the multi inverter coordination and self adjustment to address load changes immediately. Afterwards, the secondary regulation is expected to find the deviation in the battery inverters power output and then to correct it by modifying the diesel generator output. The micro grid management system is configured as in the previous study case (20 seconds period for data acquisition, 30 seconds period for secondary control and both battery inverters scheduled to produce no power at any time step). The measurements recorded at the data base are brought to a spreadsheet and summarized in Fig. 5). -4,0-6,0 49,0-8,0-10,0 17:46: :47: :48: :49: :53: :54: :55: :56: :57: :58: :59: :00: :01: :02: :03:24.0 Time 18:04: :05: :06: :07: :08: :09: :10: :11: :12: :13: :14: :15: ,5 Diesel - Active Power Battery - Active Power Diesel - Frequency Fig. 4: Single storage system results
5 5 Power (kw) 20,0 15,0 10,0 5,0 0,0-5,0 Multiple Storage Systems 14:31: :41: :51: :01: :11: :21: :31: :41: :51: :01: :11: :21: :31: :41:51.0 Time Diesel - Active Power Battery 1 - Active Power Battery 2 - Active Power Load - Active Power Diesel - Frequency Fig. 5: Multiple storage systems results From Fig. 5: Micro grid load changes are handled by the battery inverters adapting their power output (magenta and yellow lines) until the generation-consumption balance is recovered again. Both inverters are able to share load changes without any external signal. The frequency (cyan line) shape mirrors the battery inverter active power. The secondary control restores the planned storage system output. Diesel system power output (blue line) changes are observed at the battery inverters reducing their output. System frequency is again automatically reestablished. Maximum frequency swings are defined by the battery inverters capacity. Generation and load match, even if at the graph, it seems that when adding battery inverters output (0 kw) and diesel unit output values there is always a difference to the load consumption. This is due the load schedule being represented taking data from nominal load consumption but not from real measurements (not measured nor recorded). This time the secondary regulation system acting in two consecutive time periods only happens once: at the higher load change the network is still moving to achieve the balance when the fist cycle is executed. In the remaining load steps the system with two master storages balances faster. Multiple master inverter operation manages any load step with two apparently abnormal situations: After the first load rise and the second regulation cycle has been performed, measurements suggest that one battery inverter starts feeding the other one (both output curves seem to be diverging with positive and negative slopes); the possible evolution is interrupted by a load step down. After the last load rise and the secondary control cycle the frequency is slightly higher than in the previous equilibriums. In any case, those behaviors are due to the automatic multi master synchronization and therefore they are out of the scope of the micro grid management system or the used secondary regulation algorithm; it could be possible to add some new functionality to the management system to identify these cases and tackle them through control actions. 50,4 50,3 50,2 50,1 50,0 49,9 49,8 49,7 49,6 49,5 49,4 Frequency (Hz) IV. PERFORMANCE AND SCALABILITY To assess the ability of the agents architecture to fulfill Micro Grid Management System requirements, a performance evaluation of the current Jade v3.3 platform was carried out from the points of view of response time and scalability. Various communications scenarios were considered, both for intra and inter-platform communications. The analysis and comparison of results is summarized below. Jade provides mechanisms called Message Transport Protocols (MTP) for inter-platform communications. Jade MTPs use IIOP (Internet Inter-ORB Protocol) associated with CORBA or HTTP. Three MTPs (SUN ORB, ORBACUS and HTTP) have been compared. For intra-platform communications, FIPA does not mandate the use of a specific MTP. When agents reside in the same container, Jade supports Java events for message passing; Java RMI (Remote Method Invocation) is used when sender and receiver agents run in different containers. The Contract Net Protocol (CNP) [6] was selected for the performance and scalability tests. CNP is a negotiation protocol for the establishment of contracts between agents. It is based on two types of agents: Initiator and Participant. The Initiator announces tasks to a group of Participants that are potential executers of these tasks and that bid for their execution. The Contract Net Protocol is executed by two Java Applications that have been developed and run on the Jade Platform. Other Java applications were also created for the generation of simulation scenarios, starting the negotiation and launching a number of agents automatically. A study with similar goals is described in [7]. Test conditions were different (based on a circular exchange of messages), and only two MTPs were used (SUN ORB and ORBACUS). The parameter of interest in the simulations is the negotiation time as a function of the number of participating agents the negotiation process requires a number of messages exchanged between the Initiator and each Participant (Responder). For intra-platform communications, the negotiation time increases almost linearly with the number of agents and this was observed in tests with up to 7000 agents (with an average of 10 ms for a complete dialogue between the Initiator and each Responder). Best performance is achieved with HTTP; this is observed both in the accumulated negotiation time and in the point where degradation starts to occur, which is shown by a sharp increase in the negotiation time (for HTTP, this occurs for about 6500 agents). This confirms the choice of HTTP as the current default MTP in Jade. For inter-platform performance is worse than in the intraplatform case for all MTPs, that is, there is a higher negotiation (response) time and a lower number of agents supported when degradation becomes noticeable (for HTTP this occurs for about 3500 agents). Once again, performance is better and degradation less pronounced with HTTP. For inter-platform communications two sets of tests were carried out, as well agents residing in two platforms in the same computer and agents residing in two platforms in
6 6 different computers. Performance is worse than in the intraplatform case for all MTPs, that is, there is a higher negotiation (response) time and a lower number of agents supported when degradation becomes noticeable (for HTTP this occurs for about 3500 agents). Once again, performance is better and degradation less pronounced with HTTP and worse with SUN ORB. Performance is better when the containers reside in two computers, since the computational load is divided between the machines. Results show excellent scalability properties, which allow concluding that Jade is capable of fulfilling Micro Grid Management System requirements and HTTP is the best choice for MTP. V. CONCLUSIONS This paper reports a Micro Grid Management System based on intelligent software agent technologies and its application to the effective management of generation & storage devices connected to a LV network forming a micro grid. The micro grid, defined as a set of generation, storage and load systems electrically connected and complemented by a communication system, is successfully monitored, controlled and operated by means of the developed software. field of interest includes the application of information and communication technologies standards to energy management systems. He is a member of the association of industrial engineers of Bilbao. Joseba Jimeno was born in Bilbao, Spain, on November 26, B. Sc. in Industrial Engineering and M. Sc. in Electric Engineering (University of the Basque Country, 2001). As complementary studies he has also done a post graduate course on Communication Networks, Telematic Services and Internet. His employment experience included Euskaltel (2001), Basque telecommunications operator. Since November 2001 he has been working at the Energy Department of Labein on several European projects regarding Distributed Generation research, including the application of Information Technologies, electricity market modeling and network management. José Ruela received the Diploma degree in Electrical Engineering from the University of Porto, Portugal, in 1971, and the Ph.D. degree in Electrical Engineering from the University of Sussex, UK, in At present he is an Associate Professor at the School of Engineering of the University of Porto (FEUP), where he gives courses in Data Communications, Computer Networks and Broadband Networks, and is the Manager of the Telecommunications and Multimedia Unit at INESC Porto, an R&D Institute affiliated to the University of Porto and FEUP. For the past twenty years he has actively participated in eleven projects funded by EC R&D programmes, as well as in other national and international projects and research contracts. His current main research interests are resource management and Quality of Service in high speed networks and 4G networks. The software modular architecture enables additional services for advanced control, such as the deployed generation secondary control system. The effectiveness and applicability of the introduced software has been evaluated by a twofold strategy: on one hand, the management system has been tested on a laboratory environment where real generation, storage and load devices are being monitored and controlled, while on the other hand, performance and scalability issues related to the agent framework have been assessed. VI. ACKNOWLEDGMENT The authors gratefully acknowledge the contributions of O. Osika for his support during the laboratory deployment and testing phases. VII. REFERENCES Books: [1] Allen J. Wood and Bruce F. Wollenberg, Power generation, operation and control, January 1984, John Wiley & Sons. Internet: [2] N. Jennings and M. Wooldridge, Agent-Oriented Software Engineering, Department of Electronic Engineering, Queen Mary & Westfield College, University of London. [3] JADE, [4] FIPA, [5] OMEL (Spanish electrical market operator), [6] Foundation for Intelligent Physical Agents (FIPA), FIPA Contract Net Interaction Protocol Specification, SC00029H, December 2002, [7] E. Cortese et al, Scalability and Performance of the JADE Message Transport System. Analysis of suitability for Holonic Manufacturing Systems, exp (Telecom Italia Lab), Vol. 3, No. 3, September 2003 VIII. BIOGRAPHIES José Oyarzabal was born in Bilbao, Spain, on He received the B. Sc. in Industrial Engineering and M. Sc. in Electric Engineering, (University of the Basque Country, 1992). Since 1994 he has been working in Labein, involved in several applications related to power transmission and distribution control systems as well as protective relays. His special
Agent based Micro Grid Management System
1 Agent based Micro Grid Management System J. Oyarzabal, J. Jimeno, A. Engler, C. Hardt and J. Ruela Abstract This paper describes the Micro Grid Management System developed using agent based technologies
AC COUPLED HYBRID SYSTEMS AND MINI GRIDS
, Michael; Hermes, Matthias SMA Technologie AG Hannoversche Str. 1-5 34266 Niestetal GERMANY E-mail: [email protected] E-mail: [email protected] 1. INTRODUCTION Distributed supply based on renewable
Scalability and Performance of JADE Message Transport System
E.Cortese Telecom Italia LAB Centro Direzionale isola F7 8143 Naples Italy +39819718364 [email protected] Scalability and Performance of JADE Message Transport System F.Quarta Telecom Italia
Smart Grids. challenges vision R&D activities. Angel Díaz Gallo [email protected] Smart Grids Manager Energy Unit - TECNALIA
Smart Grids challenges vision R&D activities Smart grids workshop Bilbao, 8th November 2011 Angel Díaz Gallo [email protected] Smart Grids Manager Energy Unit - TECNALIA Index Smart grids: Drivers
Energy Systems Integration
Energy Systems Integration Dr. Martha Symko-Davies Director of Partnerships, ESI March 2015 NREL is a national laboratory of the U.S. Department of Energy, Office of Energy Efficiency and Renewable Energy,
Technical Information POWER PLANT CONTROLLER
Technical Information POWER PLANT CONTROLLER Content The Power Plant Controller offers intelligent and flexible solutions for the control of all PV power plants in the megawatt range. It is suitable for
Distributed Load Balancing for FREEDM system
Distributed Load Balancing for FREEDM system Ravi Akella, Fanjun Meng, Derek Ditch, Bruce McMillin, and Mariesa Crow Department of Electrical Engineering Department of Computer Science Missouri University
MICROGRIDS BLACK START AND ISLANDED OPERATION
MICROGRIDS BLACK START AND ISLANDED OPERATION J. A. Peças Lopes, C. L. Moreira, F. O. Resende INESC Porto Instituto de Engenharia de Sistemas e Computadores do Porto and FEUP Faculdade de Engenharia da
Hybrid Systems Specialisation Syllabus
Hybrid Systems Specialisation Syllabus Contents: 1. Basics of electric power systems 2. Energy generation in isolated systems 3. Electric power systems 4. Economics and socio-economics -----------------------------------------------------------------------------------------------
Testing Intelligent Device Communications in a Distributed System
Testing Intelligent Device Communications in a Distributed System David Goughnour (Triangle MicroWorks), Joe Stevens (Triangle MicroWorks) [email protected] United States Smart Grid systems
Grid Connected Storage Various Applications Realised with Proven Technologies. Wilhelm van Butselaar Clean Energy Week 2013, Brisbane July 2013
Grid Connected Storage Various Applications Realised with Proven Technologies Wilhelm van Butselaar Clean Energy Week 2013, Brisbane July 2013 Disclaimer IMPORTANT LEGAL NOTICE This presentation does not
NetVision. NetVision: Smart Energy Smart Grids and Smart Meters - Towards Smarter Energy Management. Solution Datasheet
Version 2.0 - October 2014 NetVision Solution Datasheet NetVision: Smart Energy Smart Grids and Smart Meters - Towards Smarter Energy Management According to analyst firm Berg Insight, the installed base
23/11/2015 TASK 4 REPORT - TECHNICAL ANALYSIS. Use of Task 4 analyses. Introduction and approach - Task 4 objective
Preparatory study analysing the technical, economic, environmental, market and societal aspects with a view to a broad introduction of smart appliances and developing adequate policy approaches Under multiple
Energy Storage System Performance Testing
Energy Storage System Performance Testing Peter Blume President Bloomy Windsor, CT Abstract This paper describes the energy storage system data acquisition and control (ESS DAC) system used for testing
FIPA agent based network distributed control system
FIPA agent based network distributed control system V.Gyurjyan, D. Abbott, G. Heyes, E. Jastrzembski, C. Timmer, E. Wolin TJNAF, Newport News, VA 23606, USA A control system with the capabilities to combine
A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER
A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER 1 KARUNYA CHRISTOBAL LYDIA. S, 2 SHANMUGASUNDARI. A, 3 ANANDHI.Y 1,2,3 Electrical
IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 1, FEBRUARY 2007 395
IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 22, NO. 1, FEBRUARY 2007 395 Using Low Voltage MicroGrids for Service Restoration C. L. Moreira, F. O. Resende, and J. A. Peças Lopes, Senior Member, IEEE Abstract
Totally Integrated Power SIESTORAGE. The modular energy storage system for a reliable power supply. www.siemens.com/siestorage
Totally Integrated Power SIESTORAGE The modular energy storage system for a reliable power supply www.siemens.com/siestorage Totally Integrated Power (TIP) We bring power to the point. Our products, systems,
User s Manual. Management Software for Inverter
WatchPower User s Manual Management Software for Inverter Table of Contents 1. WatchPower Overview... 2 1.1. Introduction... 2 1.2. Features... 2 2. WatchPower Install and Uninstall... 2 2.1. System Requirement...
Deploying VSaaS and Hosted Solutions Using CompleteView
SALIENT SYSTEMS WHITE PAPER Deploying VSaaS and Hosted Solutions Using CompleteView Understanding the benefits of CompleteView for hosted solutions and successful deployment architecture Salient Systems
Photovoltaic Solar Energy Unit EESFB
Technical Teaching Equipment Photovoltaic Solar Energy Unit EESFB Products Products range Units 5.-Energy Electronic console PROCESS DIAGRAM AND UNIT ELEMENTS ALLOCATION Worlddidac Member ISO 9000: Quality
Development of High Frequency Link Direct DC to AC Converters for Solid Oxide Fuel Cells (SOFC)
Development of High Frequency Link Direct DC to AC Converters for Solid Oxide Fuel Cells (SOFC) Dr. Prasad Enjeti Power Electronics Laboratory Department of Electrical Engineering College Station, TX -
Emissions Comparison for a 20 MW Flywheel-based Frequency Regulation Power Plant
Emissions Comparison for a 20 MW Flywheel-based Frequency Regulation Power Plant Beacon Power Corporation KEMA Project: BPCC.0003.001 May 18, 2007 Final Report with Updated Data Emissions Comparison for
FIT TIER 2 Application
FIT TIER 2 Application Application Information The below information Auto-Fills from your registration information: Building Permit Application Date: Project Completion Date: Name: Address: City: State:
Cod. Documento: RT2014-0515a Title: Fimer Plant Controller Description. Rev. Data Redatto Approvato. 00 15-9-2014 S.Sidoti A.
Pag 1 di 19 SCOPE The main purpose of the Fimer Plant Controller is make possible to the Grid Operator both remote and local control capability over an entire PV plant from a single control point The Fimer
Technical Requirements for Renewable Energy Systems Connected to the Low Voltage (LV) Network via Inverters
Technical Requirements for Renewable Energy Systems Connected to the Low Voltage (LV) Network via Inverters Specification Number: HPC-9FJ-12-0001-2012 CONTENTS 1 Introduction... 6 1.1 Context... 6 1.2
APPLICATION NOTE TESTING PV MICRO INVERTERS USING A FOUR QUADRANT CAPABLE PROGRAMMABLE AC POWER SOURCE FOR GRID SIMULATION. Abstract.
TESTING PV MICRO INVERTERS USING A FOUR QUADRANT CAPABLE PROGRAMMABLE AC POWER SOURCE FOR GRID SIMULATION Abstract This application note describes the four quadrant mode of operation of a linear AC Power
Il Progetto INTEGRIS. Risultati e nuove prospettive per lo sviluppo delle Smart Grid October 2nd 2013 Brescia
Il Progetto INTEGRIS. Risultati e nuove prospettive per lo sviluppo delle Smart Grid October 2nd 2013 Brescia From INTEGRIS a solution architecture for energy smart grids Jean Wild - Schneider Electric
PV And Storage: Solutions with Potential
EN PV And Storage: Solutions with Potential Energy on demand with the Sunny Central Storage Large-scale storages... support the growth of renewable energies complete diesel and solar diesel hybrid systems
Development of a Conceptual Reference Model for Micro Energy Grid
Development of a Conceptual Reference Model for Micro Energy Grid 1 Taein Hwang, 2 Shinyuk Kang, 3 Ilwoo Lee 1, First Author, Corresponding author Electronics and Telecommunications Research Institute,
How To Use The Sunny Central Communication Controller
Technical Information SUNNY CENTRAL COMMUNICATION CONTROLLER Content The Sunny Central Communication Controller is an integral part of the central inverter which is responsible for establishing the connection
Operation and Control Microgrid and Distributed Generation. Mohammad Shahidehpour Illinois Institute of Technology
Operation and Control Microgrid and Distributed Generation Mohammad Shahidehpour Illinois Institute of Technology Outline Introduction - Microgrids High Reliability Distribution Systems Perfect Power System
CHAPTER 1 INTRODUCTION
CHAPTER 1 INTRODUCTION Power systems form the largest man made complex system. It basically consists of generating sources, transmission network and distribution centers. Secure and economic operation
SCADA Systems Automate Electrical Distribution
SCADA Systems Automate Electrical Distribution PC-based supervisory control and data acquisition systems increase uptime, cut costs and improve utilization. A White Paper from InduSoft Fabio Terezinho
User Manual WatchPower
User Manual WatchPower Management Software for Inverter Table of Contents 1. WatchPower Overview... 1 1.1. Introduction... 1 1.2. Features... 1 2. WatchPower Install and Uninstall... 1 2.1. System Requirement...
Modeling of PV Based Distributed Generator Systems with Diverse Load Patterns
Modeling of PV Based Distributed Generator Systems with Diverse Load Patterns Mehmet H. Cintuglu, [email protected], Armando Altamirano, [email protected] Osama A. Mohammed, [email protected] Energy Systems
Control Development and Modeling for Flexible DC Grids in Modelica
Control Development and Modeling for Flexible DC Grids in Modelica Andreas Olenmark 1 Jens Sloth 2 Anna Johnsson 3 Carl Wilhelmsson 3 Jörgen Svensson 4 1 One Nordic AB, Sweden, [email protected].
SNMP Web Management. User s Manual For SNMP Web Card/Box
SNMP Web Management User s Manual For SNMP Web Card/Box Management Software for Off-Grid Inverter Version: 1.2 Table of Contents 1. Overview... 1 1.1 Introduction... 1 1.2 Features... 1 1.3 Overlook...
Wind-Diesel Hybrid System Options for Alaska. Steve Drouilhet National Renewable Energy Laboratory Golden, CO
Wind-Diesel Hybrid System Options for Alaska Steve Drouilhet National Renewable Energy Laboratory Golden, CO Wind-Diesel Hybrid Power Systems Basic Concept A wind-diesel hybrid system combines wind turbine(s)
Strategic Microgrid Development for Maximum Value. Allen Freifeld SVP, Law & Public Policy Viridity Energy 443.878.7155
Strategic Microgrid Development for Maximum Value Allen Freifeld SVP, Law & Public Policy Viridity Energy 443.878.7155 1 MICROGRIDS Island Mode Buying and Selling Mode Retail Cost Structure to Maximize
Microgrid Technology: Enabling Energy Reliability and Security Opportunities in Campus, Commercial & Industrial Communities
Microgrid Technology: Enabling Energy Reliability and Security Opportunities in Campus, Commercial & Industrial Communities Ivette Sanchez, LEED AP MAYA Smart Energy Consulting Promoting Sustainability
Production Balance Management
Production Balance Management in a Virtual Power Plant Environment System Overview Overview The Production Balance Management system consists of different modules, which the customer freely can assemble
Smart Grid and Renewable Energy Grid Integration. Jian Sun, Professor and Director Department of ECSE & Center for Future Energy Systems
Smart Grid and Renewable Energy Grid Integration Jian Sun, Professor and Director Department of ECSE & Center for Future Energy Systems 1 How Smart Can We Make This Grid? 2 Smart Grid Drivers Need to Use
Demonstration tests of microgrid systems using renewable energy for small remote islands
21, rue d Artois, F-758 PARIS C1_116_212 CIGRE 212 http: //www.cigre.org Demonstration tests of microgrid systems using renewable energy for small remote islands K. ISHIDA Y. SHIMOGAWA Y. SATO K. TAKANO
APPLICATION NOTE USING A MODEL 3060-MS SERIES AS A REGENERATIVE AC SOURCE FOR PV INVERTER TEST APPLICATIONS. Abstract.
USING A MODEL 3060-MS SERIES AS A REGENERATIVE AC SOURCE FOR PV INVERTER TEST APPLICATIONS Abstract This application note describes the necessary procedure to use a standard Pacific Power Source Model
Distributed Power, Renewables, Stored Energy and the Grid Blinkless Synchronous Inverter System
Distributed Power, Renewables, Stored Energy and the Grid Blinkless Synchronous Inverter Go Electric Inc. www.goelectricinc.com 1 Distributed Power, Renewables, Stored Energy and the Grid Blinkless Synchronous
Effective: September 10, 2006 Vermont Attachment 1 to Rule 5.500 Public Service Board Page 1 of 6
Public Service Board Page 1 of 6 STANDARD APPLICATION FOR INTERCONNECTION OF GENERATION RESOURCES IN PARALLEL TO THE ELECTRIC SYSTEM OF: (Interconnecting Utility) Preamble and Instructions: An owner of
Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)
Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined
Monitoring & Control of Small-scale Renewable Energy Sources
Small Scale Renewable Energy Sources and Energy Saving: 6-17 th July 2009 Monitoring & Control of Small-scale Renewable Energy Sources Dr G A Taylor Brunel Institute of Power Systems Brunel University,
Financial Analysis of Solar Photovoltaic Power plant in India
Financial Analysis of Solar Photovoltaic Power plant in India M. Ganga Prasanna, S. Mahammed Sameer, G. Hemavathi Department of Management Studies MadanapalleInstitute of Technology& Science Post Box No:
Nuclear Power Plant Electrical Power Supply System Requirements
1 Nuclear Power Plant Electrical Power Supply System Requirements Željko Jurković, Krško NPP, [email protected] Abstract Various regulations and standards require from electrical power system of the
Coordinated and Optimized Control of Distributed Generation Integration
Coordinated and Optimized Control of Distributed Generation Integration Hui Yu & Wenpeng Luan China Electric Power Research Institute July, 2015 1 Background and introduction 2 Coordinated control of distributed
System Modelling and Online Optimal Management of MicroGrid with Battery Storage
1 System Modelling and Online Optimal Management of MicroGrid with Battery Storage Faisal A. Mohamed, Heikki N. Koivo Control Engineering Lab, Helsinki University of Technology, P.O. Box 5500, FIN-0015
INTERFACES FOR RENEWABLE ENERGY SOURCES WITH ELECTRIC POWER SYSTEMS
INTERFACES FOR RENEWABLE ENERGY SOURCES WITH ELECTRIC POWER SYSTEMS Paulo Ferreira, Manuel Trindade, Júlio S. Martins and João L. Afonso University of Minho, Braga, Portugal [email protected],
ADMS(Advanced Distribution Management System ) in Smart Grid
ADMS(Advanced Distribution Management System ) in Smart Grid 柯 佾 寬 博 士 Yi-Kuan Ke, Ph.D. 2014/03/28 Smart Grid Solution Smart Grid Solution Overview Smart Grid Solutions Smart Network Operation - Distribution
Electricity Meter in the age of Photovoltaic
Electricity Meter in the age of Photovoltaic Avi Lugassi Introduction In this article we will learn how the electronic Energy Meter can deal with the massive penetration of renewable Photovoltaic energy
Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant
International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,
Control of an industrial process using PID control blocks in automation controller
Control of an industrial process using PID control blocks in automation controller by Michel Van Dessel 1 1 Abstract Many continuous industrial processes can be controlled using programmable automation
MICRO HYDRO POWER PLANT WITH INDUCTION GENERATOR SUPPLYING SINGLE PHASE LOADS
MICRO HYDRO POWER PLANT WITH INDUCTION GENERATOR SUPPLYING SINGLE PHASE LOADS C.P. ION 1 C. MARINESCU 1 Abstract: This paper presents a new method to supply single-phase loads using a three-phase induction
Preparing for Distributed Energy Resources
Preparing for Distributed Energy Resources Executive summary Many utilities are turning to Smart Grid solutions such as distributed energy resources (DERs) small-scale renewable energy sources and energy
Secure SCADA Communication Protocol Performance Test Results
PNNL-17118 Secure SCADA Communication Protocol Performance Test Results M.D. Hadley K.A. Huston August 2007 Prepared for U.S. Department of Energy Office of Electricity Delivery and Energy Reliability
Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc.
Chapter 2 TOPOLOGY SELECTION SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Topology selection criteria. Perform a comparison of topology selection criteria. WebSphere component
SOFTWARE FOR THE OPTIMAL ALLOCATION OF EV CHARGERS INTO THE POWER DISTRIBUTION GRID
SOFTWARE FOR THE OPTIMAL ALLOCATION OF EV CHARGERS INTO THE POWER DISTRIBUTION GRID Amparo MOCHOLÍ MUNERA, Carlos BLASCO LLOPIS, Irene AGUADO CORTEZÓN, Vicente FUSTER ROIG Instituto Tecnológico de la Energía
WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide
WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate
User Manual V1.0 2014 SDM220MODBUS. Single-Phase Two Module DIN rail Meters
SDM220MODBUS Single-Phase Two Module DIN rail Meters Measures kwh, Kvarh, KW, Kvar, KVA, PF, Hz, dmd, V, A, etc. Di-directional measurement IMP & EXP Two pulse outputs RS485 Modbus Din rail mounting 36mm
Design of Remote data acquisition system based on Internet of Things
, pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; [email protected]
SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM
SOLAR PV-WIND HYBRID POWER GENERATION SYSTEM J.Godson 1,M.Karthick 2,T.Muthukrishnan 3,M.S.Sivagamasundari 4 Final year UG students, Department of EEE,V V College of Engineering,Tisaiyanvilai, Tirunelveli,
Residential Solar Service Agreement (RSSA) Customer Sited Solar Photovoltaic Systems
Residential Solar Service Agreement (RSSA) Customer Sited Solar Photovoltaic Systems This Agreement is made and entered into this day of, 20, ( Effective Date ) by and between the Orlando Utilities Commission
PacifiCorp Original Sheet No. 476 FERC Electric Tariff, Substitute 6 th Rev Volume No. 11 APPENDIX 2 TO SGIP
PacifiCorp Original Sheet No. 476 APPENDIX 2 TO SGIP SMALL GENERATOR INTERCONNECTION REQUEST (Application Form) Transmission Provider: Designated Contact Person: Address: Telephone Number: An Interconnection
The Quest for Energy Efficiency. A White Paper from the experts in Business-Critical Continuity
The Quest for Energy Efficiency A White Paper from the experts in Business-Critical Continuity Abstract One of the most widely discussed issues throughout the world today is the rapidly increasing price
Off-grid solar and backup power installations
Off-grid solar and backup power installations A World of Power Problems... Residential Backup Power Grid-Interactive 3-Phase Commercial Buildings with Backup Power Grid-Interactive Residential with Backup
Document management and exchange system supporting education process
Document management and exchange system supporting education process Emil Egredzija, Bozidar Kovacic Information system development department, Information Technology Institute City of Rijeka Korzo 16,
Electrical Network Management System
Electrical Network Management System Optimisation of the electrical network Measure to understand Understand to control Control to optimise Cost of power and fluids Power quality Power availability 2 Improvement
Physical Address: City: State: Zip Code:
Application for Small Generator Facility Interconnection Tier 2, Tier 3 or Tier 4 Interconnection (For Small Generator Facilities with Electric Nameplate Capacities of 10 MW and less) Applicant Contact
Distribution Operations with High-penetration of Beyond the Meter Intermittent Renewables. Bob Yinger Southern California Edison April 15, 2014
1 Distribution Operations with High-penetration of Beyond the Meter Intermittent Renewables Bob Yinger Southern California Edison April 15, 2014 Southern California Edison SCE provides power to: Nearly
Technical Information Short-Circuit Currents Information on short-circuit currents of SMA PV inverters
Technical Information Short-Circuit Currents Information on short-circuit currents of SMA PV inverters Content During grid failures as for example voltage dips, all PV inverters may generate currents that
APPLICATION NOTE. Increasing PV Hosting Capacity on LV Secondary Circuits with the Gridco System empower TM Solution
APPLICATION NOTE Increasing PV Hosting Capacity on LV Secondary Circuits with the Gridco System empower TM Solution INCREASING PV HOSTING WITH EMPOWER TM SOLUTION Executive Summary Distributed solar photovoltaic
Grid Integration of Photovoltaic (PV) Systems
of Photovoltaic (PV) Systems, ISET e.v. Kassel, Germany 1 Installed PV Capacity in Germany Installed PV Capacity [MWp] 4000 3000 2000 1000 0 2000 2001 2002 2003 2004 2005 2006 2007 Year Source of Data:
DC Power Solutions Overview. DC Power Solutions for EVERY Network Application.
DC Power Solutions Overview DC Power Solutions for EVERY Network Application. DC Power Solutions for Every Network Application Eaton recognizes the challenges that are unique to different customers applications.
SOLAR MICRO INVERTER 260 COMMUNICATION GATEWAY. Apparent Power Control (APC) unique micro inverter with
SOLAR MICRO INVERTER 260 COMMUNICATI GATEWAY Apparent Power Control (APC) P Q unique micro inverter with REAL & REACTIVE POWER CTROL 2 Micro Inverters unique micro inverter with real & reactive power control
SIRFN Capability Summary National Renewable Energy Laboratory, Golden, CO, USA
SIRFN Capability Summary National Renewable Energy Laboratory, Golden, CO, USA Introduction The National Renewable Energy Laboratory (NREL) is the U.S. Department of Energy s primary national laboratory
Delivering Quality in Software Performance and Scalability Testing
Delivering Quality in Software Performance and Scalability Testing Abstract Khun Ban, Robert Scott, Kingsum Chow, and Huijun Yan Software and Services Group, Intel Corporation {khun.ban, robert.l.scott,
Android Application for Accessing KNX Devices via IP Connection
Android Application for Accessing KNX Devices via IP Connection J. A. Nazabal, J. Gómez, F. Falcone, C. Fernández-Valdivielso, P. E. Branchi and I. R. Matías Electrical and Electronic Engineering Department,
Demo of Triple Play Services with QoS in a Broadband Access Residential Gateway
Demo of Triple Play Services with QoS in a Broadband Access Residential Gateway Francisco Valera, Jaime García, Carmen Guerrero, Vitor Manuel Ribeiro and Vitor Pinto Department of Telematic Engineering
CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services
PRODUCT SHEET CA Workload Automation Agents CA Workload Automation Agents Operating System, ERP, Database, Application Services and Web Services CA Workload Automation Agents extend the automation capabilities
European Distribution System Operators for Smart Grids. Position paper on Electric Vehicles Charging Infrastructure
European Distribution System Operators for Smart Grids Position paper on Electric Vehicles Charging Infrastructure European Distribution System Operators for Smart Grids Position paper on ELECTRIC VEHICLES
Opportunities to Overcome Key Challenges
The Electricity Transmission System Opportunities to Overcome Key Challenges Summary Results of Breakout Group Discussions Electricity Transmission Workshop Double Tree Crystal City, Arlington, Virginia
Integration of Supervisory Control and Data Acquisition Systems Connected to Wide Area Networks
Hitachi Review Vol. 53 (2004), No. 3 169 Integration of Supervisory Control and Data Acquisition Systems Connected to Wide Area Networks Mitsuya Kato Katsufumi Watahiki Tatsuyuki Suzuki OVERVIEW: Continued
ABB central inverters PVI-55.0/110.0 - PVI-165.0/220.0 - PVI-275.0/330.0 55 to 330 kw
Solar inverters ABB central inverters PVI-55.0/110.0 - PVI-165.0/220.0 - PVI-275.0/330.0 55 to 330 kw ABB s central inverters are extremely scalable, modular-inverter systems that are based on 55kW modular
About us The Challenge Younicos Technology Our Services Business Segments & Projects. Page 3
Contents About us The Challenge Younicos Technology Our Services Business Segments & Projects Page 3 Younicos Company Presentation 2012 About us What we do Founded in 2008, our employees today develop
Hybrid and Off grid Systems Princeton Power Systems Inverter Technology Ken McCauley and Alan Cohen Princeton Power Systems
Hybrid and Off grid Systems Princeton Power Systems Inverter Technology Ken McCauley and Alan Cohen Princeton Power Systems Core Technologies High quality, Robust Power Electronics: Grid Tied Inverter
