CIM Network Model. Model Driven Architectures and Eclipse. OGO Open Grid Systems. Alan McMorran B.Eng Ph.D

Size: px
Start display at page:

Download "CIM Network Model. Model Driven Architectures and Eclipse. OGO Open Grid Systems. Alan McMorran B.Eng Ph.D"

Transcription

1 CIM Network Model Model Driven Architectures and Eclipse Technologies for the Power Industry Alan McMorran B.Eng Ph.D G

2 Information Modelling A simple introduction to CIM UML 2 G

3 CIM UML IEC defines the components in the power system used by the EMS in UML The definitions originally reflected how components are modelled in existing EMS systems As the scope of the CIM has grown the model has changed to reflect its uses outside of transmission operations The majority of CIM classes have Identifiedbject as their root classes 3

4 Inheritance in the CIM A is a mechanical switching device capable of making, carrying and breaking currents under normal circuit conditions and also making, carrying for a specified time, and breaking current under specified abnormal circuit condition 4

5 Inheritance in the CIM is a type of ProtectedSwitch, with attributes to define the current rating and transit time ProtectedSwitch is a type of Switch that can be operated by protection equipment Switch is a generic class for any piece of conducting equipment that operates as a switch in the network and has an attribute to define whether the switch is normally open or closed. Switch + normalpen : Boolean + open : Boolean + ratedcurrent : CurrentFlow + retained : Boolean + switchncount : Integer + switchndate : DateTime ProtectedSwitch + breakingcapacity : CurrentFlow + intransittime : Seconds 5

6 Inheritance in the CIM Identifiedbject + mrid : String + name : String ConductingEquipment is a type of Equipment that is designed to carry current or that are conductively connected to the network and contains an attribute to denote the phases PowerSystemResource Equipment ConductingEquipment Equipment refers to any resource of the power system that is a physical device, whether it be electrical or mechanical PowerSystemResource is used to describe any resource within the power system 6 Switch + normalpen : Boolean + open : Boolean + ratedcurrent : CurrentFlow + retained : Boolean + switchncount : Integer + switchndate : DateTime ProtectedSwitch + breakingcapacity : CurrentFlow + intransittime : Seconds

7 Defining Connectivity IEC uses Connectivity Nodes and Terminals to define component interconnections Electrical Components (e.g. s, Loads, Lines) do not associate directly with each other Instead any piece of Conducting Equipment has 1 or more Terminals The Connectivity Node class represents a zeroimpedance point of connection between Terminals 7

8 Connectivity Everything that inherits from Conducting Equipment can have Terminals A Terminal has an association to a Connectivity Node A ConnectivityNode can have multiple Terminal associations ConductingEquipment Terminals 1 0..* ConductingEquipment Terminal ConnectivityNode Terminals ConnectivityNode 0..*

9 Interconnections A simple Single Line Diagram for a network portion Load A Each component has one terminal and all associate with a single Connectivity Node 1 ConnectivityNode I Terminals ACLineSegment Alpha 9

10 Multiple Terminals In this example 1 has two Terminals Measurements on the concerning electrical properties can be assigned to either Terminal Load A Terminals ACLineSegment Alpha 1 ConnectivityNode I 10

11 Identifiedbject + mrid : String + name : String Inheriting Connectivity PowerSystemResource ConnectivityNode ConnectivityNode 0..1 Equipment ConductingEquipment Terminals 0..* Terminal ConductingEquipment 1 Terminals 0..* Switch + normalpen : Boolean + open : Boolean + ratedcurrent : CurrentFlow + retained : Boolean + switchncount : Integer + switchndate : DateTime EnergyConsumer Conductor PowerTransformer ACLineSegment ProtectedSwitch + breakingcapacity : CurrentFlow + intransittime : Seconds LoadBreakSwitch 11

12 Modelling a Substation Translating a Substation schematic into CIM components 12 G

13 Simple Substation in CIM 33KV 132KV Load A Line I This is a simple single line diagram for a substation stored in an EMS These electrical components can be mapped to components from IEC KV Transformer KV CT 17KV 17KV 132KV Transformer Generator Alpha 13

14 Simple Substation in CIM These main components map directly to one piece of Conducting Equipment 33KV Load A EnergyConsumer 132KV Line I ACLineSegment Generator Alpha also has a an instance of GeneratingUnit 17KV 33KV Transformer KV Transformer This class represents a single or set of synchronous machines for converting mechanical power into alternating-current 14 Busbar 17KV BusbarSection CT 17KV 17KV Generator Alpha SynchronousMachine GeneratingUnit

15 Transformers A transformer is not mapped to a single CIM class It is split down into a number of components with a single PowerTransformer container class A two-winding power transformer becomes two PowerTransformerEnd objects within a PowerTransformer container If a tap changer is present to control one of the windings then an instance of a PhaseTapChanger or RatioTapChanger class is associated with that particular winding 15

16 Transformer Classes 16 ConductingEquipment PowerTransformer TransformerEnd PowerTransformer 0..1 TransformerTankEnd 1..* PowerTransformerEnd 0..* Terminal Terminals 0..* ConductingEquipment 1 Terminal 1 TransformerEnd 0..* PowerTransformerEnd PowerTransformer 1 TransformerTank TransformerTankEnd TransformerTanks 0..* TransformerTanks 0..1 TransformerStar Impedance TransformerCore Admittance TransformerMesh Impedance TransformerEnd 0..* TransformerEnd 0..* FromTransformerEnd 1 ToTransformerEnd 1..* FromMeshImpedance 0..* ToMeshImpedance 0..* StarImpedance 0..1 CoreAdmittance 0..1

17 Tap Changers TransformerEnd TapChanger PhaseTapChanger 0..1 TransformerEnd 1 PhaseTapChanger TransformerEnd 1 RatioTapChanger 0..1 RatioTapChanger PhaseTapChanger NonLinear PhaseTapChanger Linear PhaseTapChanger Symmetrical PhaseTapChanger Asymmetrical 17

18 18 Transformer Mapping In the example SLD each transformer results in six CIM objects The impedance can be modelled as Mesh or Star in a separate object The core admittance is similarly modelled as a separate object A transformer with a tertiary or quartiary winding can be represented as a single PowerTransformer containing three or four instances of the PowerTransformerEnd class PowerTransformer PowerTransformerEnd PowerTransformerEnd RatioTapChanger Terminal Terminal TransformerMesh Impedance TransformerCore Admittance

19 Current Transformer For transmission models a current transformer (CT) does not map directly to a piece of conducting equipment in the CIM hierarchy for Transmission In an EMS the CT does not affect the network behaviour and is represented as a point of measurement As such a CT is represented as an instance of Measurement assigned to a particular Terminal To support IEC interoperability there is a proposal to add a two-terminal CT but this is still in discussion 19

20 Containment CIM has an EquipmentContainer class that provides a means of grouping pieces of Equipment together to represent both electrical and non-electrical containment Subclasses of EquipmentContainer include: VoltageLevel Bay Substation Line 20

21 Substation Containment Within Substations there is a containment hierarchy for the subclasses of EquipmentContainer A Bay can contain equipment Equipment EquipmentContainer A VoltageLevel can contain equipment and Bays A Substation can contain equipment, VoltageLevels and Bays ConductingEquipment Substation VoltageLevel Bay 21

22 Containment Substations (and Lines) are contained by SubGeographicalRegions Which in turn are within a GeographicalRegion Geographical Region SubGeographical Region Equipment EquipmentContainer Line ConductingEquipment Substation VoltageLevel 22 Bay

23 Circuit as CIM bjects ConnectivityNode Terminal Line I ACLineSegment VoltageLevel 33KV EnergyConsumer BaseVoltage 33KV 33KV Load ALoad A 33KV Voltage 132KV Level Line I 132KV BaseVoltage 132KV 132KV Load and in a 33kV VoltageLevel in a 132kV VoltageLevel Transformer BaseVoltage 17KV 17KV Measurement CT 17KV 17KV 17KV Generator Alpha SynchronousMachine Generator Alpha GeneratingUnit BusbarSection Transformer VoltageLevel 23 ACLineSegment in a Line Busbar, and SynchronousMachine in 17kV VoltageLevel

24 Circuit as ConnectivityNode Terminal Substation BaseVoltage 33KV BaseVoltage 17KV VoltageLevel EnergyConsumer PowerTransformerEnd PowerTransformerEnd RatioTapChanger Load A 33KV TransformerMesh Impedance Transformer Core Admittance Line I Voltage Level ACLineSegment 132KV PowerTransformerEnd PowerTransformerEnd RatioTapChanger TransformerMesh Impedance BaseVoltage 132KV Transformer Core Admittance CIM bjects 33kV->17kV Transformer as a PowerTransformer with 2 Windings and a TapChanger Same with 132Kv- >17kV Transformer Measurement 17KV Generator Alpha SynchronousMachine GeneratingUnit BusbarSection VoltageLevel 24 VoltageLevels and PowerTransformers contained in a Substation

25 25 Line I ACLineSegment Substation 33KV Load A 132KV Line I VoltageLevel EnergyConsumer Load A Voltage Level BaseVoltage 132KV 33KV 132KV BaseVoltage 33KV 33KV 132KV PowerTransformerEnd PowerTransformerEnd Transformer Transformer TransformerMesh Impedance PowerTransformerEnd TransformerMesh Impedance PowerTransformerEnd 17KV BaseVoltage 17KV RatioTapChanger Transformer Core Admittance RatioTapChanger Transformer Core Admittance CT 17KV 17KV Measurement 17KV BusbarSection Generator Alpha Generator Alpha SynchronousMachine GeneratingUnit VoltageLevel

26 Topological vs Connectivity Node /Bus Branch modelling in the CIM 26 G

27 Topological Nodes The Equipment model uses Connectivity Nodes and Terminals to define the connectivity between components This represents a Node- view of the network familiar to operations systems In planning applications it is more common to use a Bus-Branch model that represents buses that are computed by a Topological Processor CIM supports both views of the data 27

28 Planning buses In a bus-branch view of the network there are a number of buses and interconnecting branches 28

29 Planning buses In a bus-branch view of the network there are a number of buses and interconnecting branches 28

30 perational Buses An operational view of the same network shows switches between the bus bar sections Different switch configurations will result in different bus configurations 29

31 perational Buses 30

32 perational Buses 31

33 perational Buses Depending upon the purpose of the exchange a utility may be required only to export these computed Topological Nodes rather than the detailed network 31

34 Topological Node Connectivity The Topological Node connectivity is defined in the same way as that of the Connectivity node A Terminal can have one or more Topological Node associations This is the Equipment on the edge of the Topological Node (e.g. EnergyConsumer, ACLineSegment, SynchronousMachine) Load A ACLineSegment Beta Terminals ACLineSegment Alpha Topological Node I 32

35 Summary 33 G

36 Summary The CIM Equipment Profile defines the components in the network model and the connectivity This is the core of the electrical network model defining a model that represents the state of the network at a single point in time To this static model Steady State Hypothesis and Measurement data can be applied to alter the characteristics of components for a given scenario Connectivity and Topological Nodes behave in a similar way but represent different levels of detail for the network 34

Implementation Guidelines CGMES v2.4.15

Implementation Guidelines CGMES v2.4.15 15 March 2016 This document provides implementation guidelines for Suppliers and TSOs on the ENTSO-E Common Grid Model Exchange Standard (CGMES) version 2.4.15. The clarifications provided in this document

More information

TECHNICAL SPECIFICATION

TECHNICAL SPECIFICATION This is a preview - click here to buy the full publication TECHNICAL SPECIFICATION IEC TS 61970-600-1 Edition 1.0 2017-07 colour inside Energy management system application program interface (EMS-API)

More information

Common Information Model (CIM) Extensions and Messaging for the Integration of Renewable Distributed Energy Resources (DER)

Common Information Model (CIM) Extensions and Messaging for the Integration of Renewable Distributed Energy Resources (DER) Common Information Model (CIM) Extensions and Messaging for the Integration of Renewable Distributed Energy Resources (DER) John Simmins, Gerald Gray, Brian Seal, Kristen Nicole, and Bob Uluski Electric

More information

The Advantages and Application of Three Winding Transformers

The Advantages and Application of Three Winding Transformers The Advantages and Application of Three Winding Transformers MSc, CEng, FIEE, FIMechE, FIPENZ Principal, Sinclair Knight Merz Abstract Although seldom used in Australia and New Zealand, three winding transformers

More information

CIM-based AMI and GIS interfaces for energy consumption analysis and grid losses estimation

CIM-based AMI and GIS interfaces for energy consumption analysis and grid losses estimation IEN 2014 CIM-based AMI and GIS interfaces for energy consumption analysis and grid losses estimation Aleksander Babs Institute of Power Engineering Gdansk, Poland 26.02.2014 Grid losses general model Grid

More information

Impact of Distributed Generation on Network Voltage Levels

Impact of Distributed Generation on Network Voltage Levels EEE8052 Distributed Generation Taster Material Impact of Distributed Generation on Network Voltage Levels Steady-state rise in network voltage levels Existing practice is to control distribution voltage

More information

SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP

SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP SHORT CIRCUIT ANALYSIS OF 220/132 KV SUBSTATION BY USING ETAP Kiran V. Natkar 1, Naveen Kumar 2 1 Student, M.E., Electrical Power System, MSS CET/ Dr. B.A.M. University, (India) 2 Electrical Power System,

More information

Information Document Facility Modelling Data ID # R

Information Document Facility Modelling Data ID # R Information Documents are not authoritative. Information Documents are for information purposes only and are intended to provide guidance. In the event of any discrepancy between an Information Document

More information

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur

Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur Power System Analysis Prof. A. K. Sinha Department of Electrical Engineering Indian institute of Technology, Kharagpur Lecture - 10 Transmission Line Steady State Operation Voltage Control (Contd.) Welcome

More information

CIM University Review of IEC SSH

CIM University Review of IEC SSH CIM University Review of IEC 61970-456 SSH 5 June 2018 Chuck DuBose, LLC Copyright 2016, LLC Overview IEC 61970-456 Use Cases CIM Canonical Model and Profile Bus-branch & Node breaker topology UML of all

More information

Phase Shifting Transformers. Presented by

Phase Shifting Transformers. Presented by Phase Shifting Transformers Presented by Phase Shifting Transformers (PST s) (a.k.a. Phase Angle Regulators) VS φ S P V V S = X L L X L sin( φ φ ) L S VL φ L PST s are power flow control devices between

More information

Var Control. Adding a transformer and transformer voltage regulation. engineers loadflow program. The control system engineers loadflow.

Var Control. Adding a transformer and transformer voltage regulation. engineers loadflow program. The control system engineers loadflow. November 2012 Adding a transformer and transformer voltage regulation to the control system engineers loadflow program The control system engineers loadflow program The loadflow program used by this website

More information

Appendix S: PROTECTION ALTERNATIVES FOR VARIOUS GENERATOR CONFIGURATIONS

Appendix S: PROTECTION ALTERNATIVES FOR VARIOUS GENERATOR CONFIGURATIONS Appendix S: PROTECTION ALTERNATIVES FOR VARIOUS GENERATOR CONFIGURATIONS S1. Standard Interconnection Methods with Typical Circuit Configuration for Single or Multiple Units Note: The protection requirements

More information

Program on Technology Innovation: Distribution Common Information Model (CIM) Modeling of Two North American Feeders

Program on Technology Innovation: Distribution Common Information Model (CIM) Modeling of Two North American Feeders Program on Technology Innovation: Distribution Common Information Model (CIM) Modeling of Two North American Feeders Effective May 4, 2009, this report has been made publicly available in accordance with

More information

Company Directive STANDARD TECHNIQUE: SD7F/2. Determination of Short Circuit Duty for Switchgear on the WPD Distribution System

Company Directive STANDARD TECHNIQUE: SD7F/2. Determination of Short Circuit Duty for Switchgear on the WPD Distribution System Company Directive STANDARD TECHNIQUE: SD7F/2 Determination of Short Circuit Duty for Switchgear on the WPD Distribution System Policy Summary This document provides guidance on calculation of fault levels

More information

Experience with Connecting Offshore Wind Farms to the Grid

Experience with Connecting Offshore Wind Farms to the Grid Oct.26-28, 2011, Thailand PL-22 CIGRE-AORC 2011 www.cigre-aorc.com Experience with Connecting Offshore Wind Farms to the Grid J. FINN 1, A. SHAFIU 1,P. GLAUBITZ 2, J. LOTTES 2, P. RUDENKO 2, M: STEGER

More information

The power transformer

The power transformer ELEC0014 - Introduction to power and energy systems The power transformer Thierry Van Cutsem t.vancutsem@ulg.ac.be www.montefiore.ulg.ac.be/~vct November 2017 1 / 35 Power transformers are used: to transmit

More information

BE Semester- VI (Electrical Engineering) Question Bank (E 605 ELECTRICAL POWER SYSTEM - II) Y - Y transformer : 300 MVA, 33Y / 220Y kv, X = 15 %

BE Semester- VI (Electrical Engineering) Question Bank (E 605 ELECTRICAL POWER SYSTEM - II) Y - Y transformer : 300 MVA, 33Y / 220Y kv, X = 15 % BE Semester- V (Electrical Engineering) Question Bank (E 605 ELECTRCAL POWER SYSTEM - ) All questions carry equal marks (10 marks) Q.1 Explain per unit system in context with three-phase power system and

More information

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

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

More information

High Voltage DC Transmission Prof. Dr. S. N. Singh Department of Electrical Engineering Indian Institute of Technology, Kanpur

High Voltage DC Transmission Prof. Dr. S. N. Singh Department of Electrical Engineering Indian Institute of Technology, Kanpur High Voltage DC Transmission Prof. Dr. S. N. Singh Department of Electrical Engineering Indian Institute of Technology, Kanpur Module No. # 01 Lecture No. # 02 Comparison of HVAC and HVDC Systems Welcome

More information

Deployment of Real-time State Estimator and Load Flow in BC Hydro DMS - Challenges and Opportunities

Deployment of Real-time State Estimator and Load Flow in BC Hydro DMS - Challenges and Opportunities IEEE PES General Meeting, Vancouver, Canada, July 2013 Deployment of Real-time State Estimator and Load Flow in BC Hydro DMS - Challenges and Opportunities Djordje Atanackovic, BC Hydro Valentina Dabic,

More information

EH2741 Communication and Control in Electric Power Systems Lecture 2

EH2741 Communication and Control in Electric Power Systems Lecture 2 KTH ROYAL INSTITUTE OF TECHNOLOGY EH2741 Communication and Control in Electric Power Systems Lecture 2 Lars Nordström larsno@kth.se Course map Outline Transmission Grids vs Distribution grids Primary Equipment

More information

UNIT-III LIFE-CYCLE PHASES

UNIT-III LIFE-CYCLE PHASES INTRODUCTION: UNIT-III LIFE-CYCLE PHASES - If there is a well defined separation between research and development activities and production activities then the software is said to be in successful development

More information

Wind Power Facility Technical Requirements CHANGE HISTORY

Wind Power Facility Technical Requirements CHANGE HISTORY CHANGE HISTORY DATE VERSION DETAIL CHANGED BY November 15, 2004 Page 2 of 24 TABLE OF CONTENTS LIST OF TABLES...5 LIST OF FIGURES...5 1.0 INTRODUCTION...6 1.1 Purpose of the Wind Power Facility Technical

More information

ECEN 615 Methods of Electric Power Systems Analysis Lecture 8: Advanced Power Flow

ECEN 615 Methods of Electric Power Systems Analysis Lecture 8: Advanced Power Flow ECEN 615 Methods of Electric Power Systems nalysis Lecture 8: dvanced Power Flow Prof. Tom Overbye Dept. of Electrical and Computer Engineering Texas &M University overbye@tamu.edu nnouncements Read Chapter

More information

TABLE OF CONTENT

TABLE OF CONTENT Page : 1 of 34 Project Engineering Standard www.klmtechgroup.com KLM Technology #03-12 Block Aronia, Jalan Sri Perkasa 2 Taman Tampoi Utama 81200 Johor Bahru Malaysia TABLE OF CONTENT SCOPE 3 REFERENCES

More information

Document C-29. Procedures for System Modeling: Data Requirements & Facility Ratings. January 5 th, 2016 TFSS Revisions Clean Open Process Posting

Document C-29. Procedures for System Modeling: Data Requirements & Facility Ratings. January 5 th, 2016 TFSS Revisions Clean Open Process Posting Document C-29 Procedures for System Modeling: January 5 th, 2016 TFSS Revisions Clean Open Process Posting Prepared by the SS-37 Working Group on Base Case Development for the Task Force on System Studies.

More information

State Estimation Advancements Enabled by Synchrophasor Technology

State Estimation Advancements Enabled by Synchrophasor Technology State Estimation Advancements Enabled by Synchrophasor Technology Contents Executive Summary... 2 State Estimation... 2 Legacy State Estimation Biases... 3 Synchrophasor Technology Enabling Enhanced State

More information

EH27401 Communication and Control in Electric Power Systems Lecture 2. Lars Nordström

EH27401 Communication and Control in Electric Power Systems Lecture 2. Lars Nordström EH27401 Communication and Control in Electric Power Systems Lecture 2 Lars Nordström larsn@ics.kth.se 1 Course map 2 Outline 1. Power System Topologies Transmission Grids vs Distribution grids Radial grids

More information

ELECTRICAL POWER ENGINEERING

ELECTRICAL POWER ENGINEERING Introduction This trainer has been designed to provide students with a fully comprehensive knowledge in Electrical Power Engineering systems. The trainer is composed of a set of modules for the simulation

More information

Impact of Distributed Generation on Voltage Regulation by ULTC Transformer using Various Existing Methods

Impact of Distributed Generation on Voltage Regulation by ULTC Transformer using Various Existing Methods Proceedings of the th WSEAS International Conference on Power Systems, Beijing, China, September -, 200 Impact of Distributed Generation on Voltage Regulation by ULTC Transformer using Various Existing

More information

Unsymmetrical Fault Analysis & Protection Of The Existing Power System

Unsymmetrical Fault Analysis & Protection Of The Existing Power System Ministry of New & Renewable Energy From the SelectedWorks of Radhey Shyam Meena September 9, 2015 Unsymmetrical Fault Analysis & Protection Of The Existing Power System Radhey Shyam Meena Available at:

More information

Electrical Power Systems

Electrical Power Systems Electrical Power Systems CONCEPT, THEORY AND PRACTICE SECOND EDITION SUBIR RAY Professor MVJ College of Engineering Bangalore PHI Learning Pfcte tofm Delhi-110092 2014 Preface xv Preface to the First Edition

More information

Table of Contents. Introduction... 1

Table of Contents. Introduction... 1 Table of Contents Introduction... 1 1 Connection Impact Assessment Initial Review... 2 1.1 Facility Design Overview... 2 1.1.1 Single Line Diagram ( SLD )... 2 1.1.2 Point of Disconnection - Safety...

More information

Use Case No 28: AGC Frequency Control

Use Case No 28: AGC Frequency Control DMS (T. Berry, )-03 Use Case No 28: AGC Frequency Control Summary: This use case is a description of the information exchanges between a subsystem and the load frequency control core of an Automatic Generation

More information

THE IMPACT OF NETWORK SPLITTING ON FAULT LEVELS AND OTHER PERFORMANCE MEASURES

THE IMPACT OF NETWORK SPLITTING ON FAULT LEVELS AND OTHER PERFORMANCE MEASURES THE IMPACT OF NETWORK SPLITTING ON FAULT LEVELS AND OTHER PERFORMANCE MEASURES C.E.T. Foote*, G.W. Ault*, J.R. McDonald*, A.J. Beddoes *University of Strathclyde, UK EA Technology Limited, UK c.foote@eee.strath.ac.uk

More information

CIM University Gdansk, June 2015

CIM University Gdansk, June 2015 TC 57 Review Of IEC 61970-456 CIM University Gdansk, June 2015 lars-ola.osterlund@se.abb.com Overview IEC 61970-456 Profiles and Profile generation Use Cases CIM Canonical Model and Profile CIMXML examples

More information

Interfacing Techniques for Electromagnetic Transient (EMT) and Transient Stability (TS) Simulation

Interfacing Techniques for Electromagnetic Transient (EMT) and Transient Stability (TS) Simulation Interfacing Techniques for Electromagnetic Transient (EMT) and Transient Stability (TS) Simulation Venkata Dinavahi University of Alberta Edmonton, Alberta, Canada. July 2016 Outline 1 Introduction 2 Definitions

More information

Voltage Level Management of Low Voltage Radial Distribution Networks with High Penetration of Rooftop PV Systems

Voltage Level Management of Low Voltage Radial Distribution Networks with High Penetration of Rooftop PV Systems Voltage Level Management of Low Voltage Radial Distribution Networks with High Penetration of Rooftop PV Systems Piyadanai Pachanapan and Surachet Kanprachar Abstract The increasing of rooftop photovoltaic

More information

Impact Assessment Generator Form

Impact Assessment Generator Form Impact Assessment Generator Form This connection impact assessment form provides information for the Connection Assessment and Connection Cost Estimate. Date: (dd/mm/yyyy) Consultant/Developer Name: Project

More information

Hamdy Faramawy Senior Application Specialist ABB Sweden

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

More information

Level 6 Graduate Diploma in Engineering Electrical Energy Systems

Level 6 Graduate Diploma in Engineering Electrical Energy Systems 9210-114 Level 6 Graduate Diploma in Engineering Electrical Energy Systems Sample Paper You should have the following for this examination one answer book non-programmable calculator pen, pencil, ruler,

More information

Numbering System for Protective Devices, Control and Indication Devices for Power Systems

Numbering System for Protective Devices, Control and Indication Devices for Power Systems Appendix C Numbering System for Protective Devices, Control and Indication Devices for Power Systems C.1 APPLICATION OF PROTECTIVE RELAYS, CONTROL AND ALARM DEVICES FOR POWER SYSTEM CIRCUITS The requirements

More information

VOLTAGE CONTROL STRATEGY IN WEAK DISTRIBUTION NETWORKS WITH HYBRIDS GENERATION SYSTEMS

VOLTAGE CONTROL STRATEGY IN WEAK DISTRIBUTION NETWORKS WITH HYBRIDS GENERATION SYSTEMS VOLTAGE CONTROL STRATEGY IN WEAK DISTRIBUTION NETWORKS WITH HYBRIDS GENERATION SYSTEMS Marcelo CASSIN Empresa Provincial de la Energía de Santa Fe Argentina mcassin@epe.santafe.gov.ar ABSTRACT In radial

More information

Electricity Ten Year Statement November Electricity Ten Year Statement November Appendix D

Electricity Ten Year Statement November Electricity Ten Year Statement November Appendix D Electricity Ten Year Statement November 2017 01 Electricity Ten Year Statement November 2017 001 Appendix D 1 Short-circuit currents 02 2 Short-circuit current terminology 04 3 Data requirements 07 4 Fault

More information

N. TEST TEST DESCRIPTION

N. TEST TEST DESCRIPTION Multi function system for testing substation equipment such as: current, voltage and power transformers, all type of protection relays, energy meters and transducers Primary injection testing capabilities

More information

Notes 1: Introduction to Distribution Systems

Notes 1: Introduction to Distribution Systems Notes 1: Introduction to Distribution Systems 1.0 Introduction Power systems are comprised of 3 basic electrical subsystems. Generation subsystem Transmission subsystem Distribution subsystem The subtransmission

More information

COURSE PLANNER Subject: POWER SYSTEM OPERATION AND CONTROL [ ]

COURSE PLANNER Subject: POWER SYSTEM OPERATION AND CONTROL [ ] COURSE PLANNER Subject: POWER SYSTEM OPERATION AND CONTROL [2180909] B.E. Forth Year Branch /Class Electrical 2013 Term: 16/2 (DEC-16 to APR-17) Faculty: PROF. J. I. JARIWALA PROF. T. M. PANCHAL PROF.

More information

Appendix D Fault Levels

Appendix D Fault Levels Appendix D Fault Levels Page 1 Electricity Ten Year Statement November 2013 D.1 Short Circuit Currents Short Circuit Currents Three phase to earth and single phase to earth short circuit current analyses

More information

A Comprehensive Approach for Sub-Synchronous Resonance Screening Analysis Using Frequency scanning Technique

A Comprehensive Approach for Sub-Synchronous Resonance Screening Analysis Using Frequency scanning Technique A Comprehensive Approach Sub-Synchronous Resonance Screening Analysis Using Frequency scanning Technique Mahmoud Elfayoumy 1, Member, IEEE, and Carlos Grande Moran 2, Senior Member, IEEE Abstract: The

More information

SIEMENS PSS SINCAL Platform 10.5 Update 6

SIEMENS PSS SINCAL Platform 10.5 Update 6 General Information This update can exclusively be used for the PSS SINCAL Platform 10.5. It can't be used with other product versions! Procedure for Installation with Update Wizard Close all running PSS

More information

Course ELEC Introduction to electric power and energy systems. Additional exercises with answers December reactive power compensation

Course ELEC Introduction to electric power and energy systems. Additional exercises with answers December reactive power compensation Course ELEC0014 - Introduction to electric power and energy systems Additional exercises with answers December 2017 Exercise A1 Consider the system represented in the figure below. The four transmission

More information

Sensitivity Analysis for 14 Bus Systems in a Distribution Network With Distributed Generators

Sensitivity Analysis for 14 Bus Systems in a Distribution Network With Distributed Generators IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 3 Ver. I (May Jun. 2015), PP 21-27 www.iosrjournals.org Sensitivity Analysis for

More information

Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow

Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow Queensland University of Technology From the SelectedWorks of Lasantha Bernard Perera Spring September 25, 2005 Incorporation of Self-Commutating CSC Transmission in Power System Load-Flow Lasantha B Perera,

More information

Keywords: Power Transformer, On-load Tap Changer, AVR, Low Voltage Variation, Change Positions, OLTC Control.

Keywords: Power Transformer, On-load Tap Changer, AVR, Low Voltage Variation, Change Positions, OLTC Control. www.semargroup.org, www.ijsetr.com ISSN 2319-8885 Vol.03,Issue.11 June-2014, Pages:2487-2493 Advance OLTC Control for Improving Power System Voltage Stability NWE NWE SOE 1, KYAW SAN LWIN 2 1 Dept of Electrical

More information

ReliabilityFirst Regional Criteria 1. Disturbance Monitoring and Reporting Criteria

ReliabilityFirst Regional Criteria 1. Disturbance Monitoring and Reporting Criteria ReliabilityFirst Regional Criteria 1 Disturbance Monitoring and Reporting Criteria 1 A ReliabilityFirst Board of Directors approved good utility practice document which are not reliability standards. ReliabilityFirst

More information

Centralized busbar differential and breaker failure protection function

Centralized busbar differential and breaker failure protection function Centralized busbar differential and breaker failure protection function Budapest, December 2015 Centralized busbar differential and breaker failure protection function Protecta provides two different types

More information

LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS

LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS LARGE-SCALE WIND POWER INTEGRATION, VOLTAGE STABILITY LIMITS AND MODAL ANALYSIS Giuseppe Di Marzio NTNU giuseppe.di.marzio@elkraft.ntnu.no Olav B. Fosso NTNU olav.fosso@elkraft.ntnu.no Kjetil Uhlen SINTEF

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control ECE 422/522 Power System Operations & Planning/Power Systems Analysis II 5 - Reactive Power and Voltage Control Spring 2014 Instructor: Kai Sun 1 References Saadat s Chapters 12.6 ~12.7 Kundur s Sections

More information

Transient Stability Improvement Of Power System With Phase Shifting Transformer

Transient Stability Improvement Of Power System With Phase Shifting Transformer INTERNATIONAL JOURNAL OF TECHNOLOGY ENHANCEMENTS AND EMERGING ENGINEERING RESEARCH, VOL 3, ISSUE 3 19 Transient Stability Improvement Of Power System With Phase Shifting Transformer Jyothi Varanasi, Aditya

More information

Differential Protection Optimal differential protection for phase shifter transformers and special transformers

Differential Protection Optimal differential protection for phase shifter transformers and special transformers Differential Protection Optimal differential protection for phase shifter transformers and special transformers Due to the energy transition, a demand for renewable energy sources integration into power

More information

CS510 \ Lecture Ariel Stolerman

CS510 \ Lecture Ariel Stolerman CS510 \ Lecture04 2012-10-15 1 Ariel Stolerman Administration Assignment 2: just a programming assignment. Midterm: posted by next week (5), will cover: o Lectures o Readings A midterm review sheet will

More information

Short-Circuit Analysis IEC Standard Operation Technology, Inc. Workshop Notes: Short-Circuit IEC

Short-Circuit Analysis IEC Standard Operation Technology, Inc. Workshop Notes: Short-Circuit IEC Short-Circuit Analysis IEC Standard 1996-2009 Operation Technology, Inc. Workshop Notes: Short-Circuit IEC Purpose of Short-Circuit Studies A Short-Circuit Study can be used to determine any or all of

More information

In Class Examples (ICE)

In Class Examples (ICE) In Class Examples (ICE) 1 1. A 3φ 765kV, 60Hz, 300km, completely transposed line has the following positive-sequence impedance and admittance: z = 0.0165 + j0.3306 = 0.3310 87.14 o Ω/km y = j4.67 410-6

More information

ESB National Grid Transmission Planning Criteria

ESB National Grid Transmission Planning Criteria ESB National Grid Transmission Planning Criteria 1 General Principles 1.1 Objective The specific function of transmission planning is to ensure the co-ordinated development of a reliable, efficient, and

More information

Functional Specification Revision History

Functional Specification Revision History Functional Specification Revision History Revision Description of Revision By Date V1D1 For Comments Yaoyu Huang October 27, 2016 V1 For Issuance Yaoyu Huang November 21, 2016 Section 5.3 updated Transformer

More information

Transmission Line Models Part 1

Transmission Line Models Part 1 Transmission Line Models Part 1 Unlike the electric machines studied so far, transmission lines are characterized by their distributed parameters: distributed resistance, inductance, and capacitance. The

More information

ESO 210 Introduction to Electrical Engineering

ESO 210 Introduction to Electrical Engineering ESO 210 Introduction to Electrical Engineering Lecture-19 Magnetic Circuits and Introduction to Transformers 2 SERIES CONNECTION OF MUTUALLY COUPLED COILS A mutual term will alter the total inductance

More information

N. TEST TEST DESCRIPTION

N. TEST TEST DESCRIPTION Multi function system for testing substation equipment such as: current, voltage and power transformers, over-current protection relays, energy meters and transducers Primary injection testing capabilities

More information

Short Circuit Calculation in Networks with a High Share of Inverter Based Distributed Generation

Short Circuit Calculation in Networks with a High Share of Inverter Based Distributed Generation Short Circuit Calculation in Networks with a High Share of Inverter Based Distributed Generation Harag Margossian, Juergen Sachau Interdisciplinary Center for Security, Reliability and Trust University

More information

Analysis of Voltage Rise Effect on Distribution Network with Distributed Generation

Analysis of Voltage Rise Effect on Distribution Network with Distributed Generation Analysis of Voltage ise Effect on Distribution Network with Distributed Generation M. A. Mahmud, M. J. Hossain, H.. Pota The University of New South Wales at the Australian Defence Force Academy, Northcott

More information

Voltage Sag Source Location Using Artificial Neural Network

Voltage Sag Source Location Using Artificial Neural Network International Journal of Current Engineering and Technology, Vol.2, No.1 (March 2012) ISSN 2277-4106 Research Article Voltage Sag Source Using Artificial Neural Network D.Justin Sunil Dhas a, T.Ruban Deva

More information

R10. III B.Tech. II Semester Supplementary Examinations, January POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours

R10. III B.Tech. II Semester Supplementary Examinations, January POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours Code No: R3 R1 Set No: 1 III B.Tech. II Semester Supplementary Examinations, January -14 POWER SYSTEM ANALYSIS (Electrical and Electronics Engineering) Time: 3 Hours Max Marks: 75 Answer any FIVE Questions

More information

Linear State Estimation

Linear State Estimation Linear State Estimation Marianna Vaiman, V&R Energy marvaiman@vrenergy.com WECC JSIS Meeting Salt Lake City, UT October 15 17, 2013 Copyright 1997-2013 V&R Energy Systems Research, Inc. All rights reserved.

More information

Remotes Case 2&3 Form REINDEER Cases 2&3 -Connection Impact Assessment (CIA) Application

Remotes Case 2&3 Form REINDEER Cases 2&3 -Connection Impact Assessment (CIA) Application General Application Information Remotes Case 2&3 Form REINDEER Cases 2&3 -Connection Impact Assessment (CIA) Application Hydro One Remote Communities Inc. Lori.Rice@hydroone.com 1-807-474-2828 This Application

More information

FACILITY RATINGS METHOD TABLE OF CONTENTS

FACILITY RATINGS METHOD TABLE OF CONTENTS FACILITY RATINGS METHOD TABLE OF CONTENTS 1.0 PURPOSE... 2 2.0 SCOPE... 3 3.0 COMPLIANCE... 4 4.0 DEFINITIONS... 5 5.0 RESPONSIBILITIES... 7 6.0 PROCEDURE... 8 6.4 Generating Equipment Ratings... 9 6.5

More information

POWER TRANSFORMER SPECIFICATION, DESIGN, QUALITY CONTROL AND TESTING 18 MARCH 2009

POWER TRANSFORMER SPECIFICATION, DESIGN, QUALITY CONTROL AND TESTING 18 MARCH 2009 POWER TRANSFORMER SPECIFICATION, DESIGN, QUALITY CONTROL AND TESTING 18 MARCH 2009 Nkosinathi Buthelezi Senior Consultant: Power Transformers and Reactors Presentation Content Standardization of Power

More information

Release Information PSS SINCAL Platform 14.0

Release Information PSS SINCAL Platform 14.0 PSS SINCAL Platform 14.0 This document describes the most important enhancements and changes to the new program version. See the product manuals for a more detailed description. 1 General Remarks 3 1.1

More information

MidAmerican Energy Company 69 kv Facility Ratings Methodology

MidAmerican Energy Company 69 kv Facility Ratings Methodology MidAmerican Energy Company 69 kv Facility Ratings Methodology Version 1.0 Issued by: Luke Erichsen Reviewed by: Tom Mielnik Last Reviewed: 8/29/2012 1 1.0 Scope: This document provides MidAmerican Energy

More information

Fault Ride Through Technical Assessment Report Template

Fault Ride Through Technical Assessment Report Template Fault Ride Through Technical Assessment Report Template Notes: 1. This template is intended to provide guidelines into the minimum content and scope of the technical studies required to demonstrate compliance

More information

OPEN-PHASE DETECTION TECHNIQUES FOR CRITICAL STANDBY SUPPLIES

OPEN-PHASE DETECTION TECHNIQUES FOR CRITICAL STANDBY SUPPLIES OPEN-PHASE DETECTION TECHNIQUES FOR CRITICAL STANDBY SUPPLIES U AJMAL, GE Grid Solutions UK Ltd, usman.ajmal@ge.com S SUBRAMANIAN, GE Grid Solutions UK Ltd, sankara.subramanian@ge.com H Ha GE Grid Solutions

More information

OpenDSS PVSystem Element Model Version 1

OpenDSS PVSystem Element Model Version 1 OpenDSS PVSystem Element Model Version 1 Wednesday, February 23, 2011 Figure 1 shows a schematic diagram of the PVSystem device model recently implemented into OpenDSS version 7.4.1 at Build 28. This model

More information

Modelling Parameters. Affect on DER Impact Study Results

Modelling Parameters. Affect on DER Impact Study Results Modelling Parameters Affect on DER Impact Study Results Agenda Distributed Energy Resources (DER) Impact Studies DER Challenge Study Steps Lessons Learned Modeling Reverse Power Transformer Configuration

More information

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

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

More information

GridLiance Reliability Criteria

GridLiance Reliability Criteria GridLiance Reliability Criteria Planning Department March 1, 2018 FOREWORD The GridLiance system is planned, designed, constructed, and operated to assure continuity of service during system disturbances

More information

Power Systems Modelling and Fault Analysis

Power Systems Modelling and Fault Analysis Power Systems Modelling and Fault Analysis Theory and Practice Nasser D. Tleis BSc, MSc, PhD, CEng, FIEE AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY

More information

THE ROLE OF SYNCHROPHASORS IN THE INTEGRATION OF DISTRIBUTED ENERGY RESOURCES

THE ROLE OF SYNCHROPHASORS IN THE INTEGRATION OF DISTRIBUTED ENERGY RESOURCES THE OLE OF SYNCHOPHASOS IN THE INTEGATION OF DISTIBUTED ENEGY ESOUCES Alexander APOSTOLOV OMICON electronics - USA alex.apostolov@omicronusa.com ABSTACT The introduction of M and P class Synchrophasors

More information

Grounding Resistance

Grounding Resistance Grounding Resistance Substation grounding resistance is the resistance in ohms between the substation neutral and earth ground (zeropotential reference) An actual fall of potential test is the best way

More information

Digital Simulation of Thyristor Controlled Interphase Power Control Technology (TC- IPC) to limit the fault currents

Digital Simulation of Thyristor Controlled Interphase Power Control Technology (TC- IPC) to limit the fault currents Digital Simulation of Thyristor Controlled Interphase Power Control Technology (TC- IPC) to limit the fault currents V.V.Satyanarayana Rao.R #1, S.Rama Reddy *2 # EEE Department,SCSVMV University Kanchipuram,India

More information

Embedded Generation Connection Application Form

Embedded Generation Connection Application Form Embedded Generation Connection Application Form This Application Form provides information required for an initial assessment of the Embedded Generation project. All applicable sections must be completed

More information

EDS FAULT LEVELS

EDS FAULT LEVELS Document Number: EDS 08-1110 Network(s): Summary: EPN, LPN, SPN ENGINEERING DESIGN STANDARD EDS 08-1110 FAULT LEVELS This standard provides guidance on the calculation, application and availability of

More information

Design, Control and Application of Modular Multilevel Converters for HVDC Transmission Systems by Kamran Sharifabadi, Lennart Harnefors, Hans-Peter

Design, Control and Application of Modular Multilevel Converters for HVDC Transmission Systems by Kamran Sharifabadi, Lennart Harnefors, Hans-Peter 1 Design, Control and Application of Modular Multilevel Converters for HVDC Transmission Systems by Kamran Sharifabadi, Lennart Harnefors, Hans-Peter Nee, Staffan Norrga, Remus Teodorescu ISBN-10: 1118851560

More information

UMLEmb: UML for Embedded Systems. II. Modeling in SysML. Eurecom

UMLEmb: UML for Embedded Systems. II. Modeling in SysML. Eurecom UMLEmb: UML for Embedded Systems II. Modeling in SysML Ludovic Apvrille ludovic.apvrille@telecom-paristech.fr Eurecom, office 470 http://soc.eurecom.fr/umlemb/ @UMLEmb Eurecom Goals Learning objective

More information

MidAmerican Energy Company 100 kv and Above Facility Ratings Methodology

MidAmerican Energy Company 100 kv and Above Facility Ratings Methodology MidAmerican Energy Company 100 kv and Above Facility Ratings Methodology For NERC Standard FAC-008-3 Version 3.4 1 Contents 1. Scope... 3 2. Establishment and Communication of Facility Ratings:... 3 2.1.

More information

HIERARCHICAL TWO-LEVEL VOLTAGE CONTROLLER FOR LARGE POWER SYSTEMS JAVIER GUERRERO SEDENO

HIERARCHICAL TWO-LEVEL VOLTAGE CONTROLLER FOR LARGE POWER SYSTEMS JAVIER GUERRERO SEDENO HIERARCHICAL TWO-LEVEL VOLTAGE CONTROLLER FOR LARGE POWER SYSTEMS By JAVIER GUERRERO SEDENO A dissertation submitted in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY WASHINGTON

More information

Distance Protection for Distribution Feeders. Presented By: Yordan Kyosev, P.Eng. & Curtis Ruff, P.Eng.

Distance Protection for Distribution Feeders. Presented By: Yordan Kyosev, P.Eng. & Curtis Ruff, P.Eng. Distance Protection for Distribution Feeders Presented By: Yordan Kyosev, P.Eng. & Curtis Ruff, P.Eng. Why use distance protection for distribution feeders? Distance protection is mainly used for protecting

More information

MidAmerican Energy Company 100 kv and Above Facility Ratings Methodology

MidAmerican Energy Company 100 kv and Above Facility Ratings Methodology MidAmerican Energy Company 100 kv and Above Facility Ratings Methodology For NERC Standard FAC-008 and FAC-009 Issued by: Dan Custer Reviewed by: Tom Mielnik Version 2.7 1 1.0 Scope: This document provides

More information

A NEW DIRECTIONAL OVER CURRENT RELAYING SCHEME FOR DISTRIBUTION FEEDERS IN THE PRESENCE OF DG

A NEW DIRECTIONAL OVER CURRENT RELAYING SCHEME FOR DISTRIBUTION FEEDERS IN THE PRESENCE OF DG A NEW DIRECTIONAL OVER CURRENT RELAYING SCHEME FOR DISTRIBUTION FEEDERS IN THE PRESENCE OF DG CHAPTER 3 3.1 INTRODUCTION In plain radial feeders, the non-directional relays are used as they operate when

More information

Single Line Diagram of Substations

Single Line Diagram of Substations Single Line Diagram of Substations Substations Electric power is produced at the power generating stations, which are generally located far away from the load centers. High voltage transmission lines are

More information

REACTIVE POWER AND VOLTAGE CONTROL ISSUES IN ELECTRIC POWER SYSTEMS

REACTIVE POWER AND VOLTAGE CONTROL ISSUES IN ELECTRIC POWER SYSTEMS Chapter 2 REACTIVE POWER AND VOLTAGE CONTROL ISSUES IN ELECTRIC POWER SYSTEMS Peter W. Sauer University of Illinois at Urbana-Champaign sauer@ece.uiuc.edu Abstract This chapter was prepared primarily for

More information