LAB4 AC CONTINGENCY CALCULATION REPORT WESTERN AREA POWER ADMINISTRATION

Size: px
Start display at page:

Download "LAB4 AC CONTINGENCY CALCULATION REPORT WESTERN AREA POWER ADMINISTRATION"

Transcription

1 LAB4 AC CONTINGENCY CALCULATION REPORT WESTERN AREA POWER ADMINISTRATION

2 PURPOSE: The purpose of this lab is to introduce the contingency file, monitor file, and the subsystem files. This lab will explain how the three files are utilized by the AC Contingency Calculation (ACCC) feature of PSS/E to perform a power flow study on a particular zone. This lab will introduce the following aspects: Introduction to power flow study Contingency file (*.con) Monitor file (*.mon) Subsystem file (*.sub) ACCC Using the *.con, *.mon, and *.sub to create an ACCC report To properly perform this lab, start PSS/E and open the sample.sav file. Refer to Lab 1 on how to do this. Introduction to power flow study The power flow study that will be conducted in this lab will be based on the sample.sav file. The base case, or system intact, is a fully operational system in which everything is working the way it was intended to. However, in a real world scenario the system is not always functioning within its operating limits. In addition, if a change to the system is required, it is desired to have a way to predict the positive and negative effects that may arise with the change. In lab 3, lines were manually switched out of service to simulate how the grid reacts due to the contingency. The slider file that was manipulated is just a piece of the whole system. It would be very hard to grow the whole system into a slider file to see all the overloads that may occur when a contingency is taken. This lab will explain how to automatically take contingencies and view all the overloads due to the outages. Contingency file (*.con) The contingency file is programmed to remove equipment, one piece at a time from service; this is referred to as a contingency. When the system is fully operational, it has no outages, and is referred to as system intact or (N-0). When a single line is taken out of service, the case is then referred to as an (N-1). The easiest way to program how to do this is to see a portion of the code used in the *.con file and understand what everything does. Here is a portion of a contingency file. COM COM Contingency Description File for SAMPLE Study, Outages COM TRACE CONTINGENCY NUC-MD5 TRIP LINE FROM BUS 151 TO BUS 152 CONTINGENCY NUC-HYDR TRIP LINE FROM BUS 151 TO BUS

3 Trace starts the program. The next line names the (N-1) contingency. The third line describes which line will be removed. The next line ends the contingency. Then the process is repeated for all (N-1) contingencies that are desired. Monitor file (*.mon) The monitor file tells the power flow simulator which branches to be supervised during the (N-1) contingencies. A sample of the monitor file will now be given: COM COM Monitored Element Description File for SAMPLE Study, Outage COM MONITOR BRANCHES IN SUBSYSTEM OVERAL MONITOR VOLTAGE RANGE SUBSYSTEM OVERAL MONITOR VOLTAGE DEVIATION SUBSYSTEM OVERAL MONITOR INTERFACE ZONE6H RATING 500 MW The first line after the comments informs which branches to monitor in the subsystem named OVERAL. The second line sets a per unit voltage range for that subsystem. The third line gives a +/- deviation from the prescribed values in line two. The fourth line indicates the power rating for a defined set of lines. The following two lines tell exactly which branches to monitor (from bus # to bus #). The first ends that particular zone to be monitored. This is repeated for each additional zone that may be of interest, and this file is completed with a final to stop the monitor file. Subsystem file (*.sub) The subsystem file informs the power flow analysis to only look at a prescribed section, or zone, of the overall network. A sample of the subsystem file will now be given: COM COM System description file for SAMPLE FLOW STUDY COM SUBSYSTEM OVERAL BUS 101 BUS 102 BUS 151 BUS 152 BUS 153 BUS 154 BUS 155 The first line after the comments names the subsystem OVERAL as indicated in the monitor file. The seven bus number lines indicate which busses are to be included in the subsystem. The first end stops the subsystem and the final end concludes the file

4 ACCC The contingency, monitor, and subsystem files are utilized by the AC Contingency Calculation (ACCC) feature of PSS/E to perform a power flow study on a prescribed zone. The ACCC produces an analysis of the power system. Using the *.con, *.mon, and *.sub to create an ACCC report For the purpose of this lab a sample.con, sample.mon and sample.sub file are provided as examples to perform an ACCC analysis. Start PSS/E and load the sample.sav file. To perform an ACCC analysis click on the Power Flow drop down menu and select Solution AC contingency solution (ACCC). The AC Contingency Solution window will be displayed: - 3 -

5 A Distribution Factor Data File (DFAX) needs to be created by loading the provided sample.con, sample.mon and sample.sub files. Click on the Create DFAX button, and the Build Distribution Factor Data File window will be displayed: Click on the three dots the sample.sub file. next to the Subsystem description data text field to load Locate the directory containing the sample files to select the sample.sub file and click Open. The sample.sub file will be loaded in the Subsystem description data text field in the Build Distribution Factor Data File window

6 Next, click on the three dots the sample.mon file. next to the Monitored element data text field to load Select the Sample.mon file and click Open. The sample.mon file will be loaded in the Subsystem description data text field in the Build Distribution Factor Data File window. Now, click on the three dots load the sample.con file. next to the Contingency description data text field to Select the Sample.con file and click Open. The sample.con file will be loaded in the Subsystem description data text field

7 Next, a location for the DFAX output file needs to be assigned. This is done by clicking on the three dots next to the Distribution factor data output file text field. Select the File name text field, type sample.dfx to name the DFAX output file, and click Open. This will create the output file in the directory listed in the window and can be created in a different directory if needed. The sample.dfx file will be loaded in the Distribution factor data output file text field in the Build Distribution Factor Data File window. The Build Distribution Factor Data File window will look like the one below after all the sample files and Distribution factor data output file have been specified. Click OK to return to the AC Contingency Solutions window, with the sample.dfx file loaded in the Distribution factor data output file text field

8 Finally, a location for the ACCC output file needs to be assigned. This is done by clicking on the three dots next to the Contingency solution output file text field. Select the File name text field, type sample.acc to name the ACCC output file, and click Open. This will create the output file in the directory listed in the window and can be created in a different directory if needed. The sample.acc file will be loaded in the Contingency output file text field in the AC Contingency Solution window as shown below: Click Solve to solve the system with the loaded sample files. Now, click Reports to load the AC Contingency Reports window: - 7 -

9 Leave everything set to the default values and click the Go button to run the ACCC report. Click close to exit the AC Contingency Reports window, click close again to exit the AC Contingency Solutions and return to the terminal window. Click on the report tab to view the completed ACCC Report

10 The monitored branch section shows all the branches that were overloaded due to a contingency. The contingency section shows which branch was automatically taken out of service by the ACCC, which resulted in an overload. The base case contingencies show the system intact overloads before any branches were removed from service. Scroll to the right on the report window to view the rating of the line in MWs, the power flow of the line in MWs, and the percent overload. At the bottom of the report the Monitored voltage report & Contingency legend can be seen, but is not of significant importance for this lab

11 Questions The sample.sav data file must be open to perform this section of the lab. Using the sample.con contingency file, the sample.mon monitor file and the sample.sub subsystem file that have been provided, create a sample.dfx DFAX and a sample.acc AC contingency file. Solve the system with the loaded sample files and run the ACCC report as shown above. View the report generated by PSS/E and print out the report, this print out will need to be included in the lab report. It will also be helpful in answering the following questions. 1) Which six branches suffer from overloads during the BASE CASE contingency and what is their percentage of overload? Branch Percentage overload 2) Looking at the NUC-HYDRO contingency, which branches suffer from overloads that did not suffer from overloads during the Base Case, and what is their percentage of overload? Branch Percentage Overload 3) Of the branches suffering from overloads during the Base Case, which one(s) got worse during this contingency (NUC-HYDRO), and by how much? Branch Percentage Overload Increase 4) Did any of these branches actually see a reduction in overload, if so, which ones and by how much were they reduced? 5) Which of the contingencies created the highest number of overloaded branches? Which branch was taken out of commission in this contingency?

12 4) Find the DNTN-CAD contingency. What is the rating of the branch between bus #202 and #203 (in MW) and what is the actual power flow (in MW) on this branch? What is the rating of the branch between bus #204 and #205 (in MW) and what is the actual power flow (in MW) on this branch? _ Assuming a power factor of 0.9, how much actual power (in MVA) must the power company provide to each of these overloaded branches? How much actual power (in MVA) must the power company provide to each of these overloaded branches if the power factor was at 0.8, just 10% lower?

LAB5 MULTIPLE ACCC REPORT EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY

LAB5 MULTIPLE ACCC REPORT EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY LAB5 MULTIPLE ACCC REPORT EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY PURPOSE: The purpose of this lab is to gain an understanding of how to modify the contingency file, monitor file, and the subsystem

More information

LAB5 MULTIPLE ACCC REPORT WESTERN AREA POWER ADMINISTRATION

LAB5 MULTIPLE ACCC REPORT WESTERN AREA POWER ADMINISTRATION LAB5 MULTIPLE ACCC REPORT WESTERN AREA POWER ADMINISTRATION PURPOSE: The purpose of this lab is to gain an understanding of how to modify the contingency file, monitor file, and the subsystem files previously

More information

SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB4 MANUAL CREATION OF *.CON, *.MON, AND *.SUB FILES

SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB4 MANUAL CREATION OF *.CON, *.MON, AND *.SUB FILES SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB4 MANUAL CREATION OF *.CON, *.MON, AND *.SUB FILES Power Systems Simulations Colorado State University Purpose of the lab: This lab guides the user

More information

LAB6 ADDITION OF GENERATION EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY

LAB6 ADDITION OF GENERATION EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY LAB6 ADDITION OF GENERATION EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY PURPOSE: The purpose of this lab is to introduce a wind farm into a base case and analyze the effects using PSS/E. Introduction

More information

SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB5 MULTIPLE AC CONTINGENCY CALCULATION REPROTS

SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB5 MULTIPLE AC CONTINGENCY CALCULATION REPROTS SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB5 MULTIPLE AC CONTINGENCY CALCULATION REPROTS Power Systems Simulations Colorado State University Purpose of the lab: This lab was designed to show

More information

SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB2 INTRODUCTION TO SLIDER BINARY (*.sld) FILES

SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB2 INTRODUCTION TO SLIDER BINARY (*.sld) FILES SIEMENS POWER SYSTEM SIMULATION FOR ENGINEERS (PSS/E) LAB2 INTRODUCTION TO SLIDER BINARY (*.sld) FILES Power Systems Simulations Colorado State University PURPOSE: The purpose of this lab is to introduce

More information

LAB1 INTRODUCTION TO PSS/E EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY

LAB1 INTRODUCTION TO PSS/E EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY LAB1 INTRODUCTION TO PSS/E EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY PURPOSE: The purpose of this lab is to introduce PSS/E. This lab will introduce the following aspects of PSS/E: Introduction to

More information

Steady-State Power System Security Analysis with PowerWorld Simulator

Steady-State Power System Security Analysis with PowerWorld Simulator Steady-State Power System Security Analysis with PowerWorld Simulator 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com http://www.powerworld.com Available Transfer

More information

Part 4 ProModel Instructions

Part 4 ProModel Instructions ProModel Instructions 1. On your USB storage device, create a folder called: Lean Simulation Model 2. From the source provided by your instructor, save the following files to the directory called Lean

More information

Feasibility Study on Load Flow and Short Circuit Project

Feasibility Study on Load Flow and Short Circuit Project Feasibility Study on Load Flow and Short Circuit Project 101813-01 Prepared by: Transmission Planning Department Cleco Corporation, Inc. 2180 St. Landry Hwy P.O. Box 70 St. Landry, LA 71367 Final November

More information

10.) Click on the Security tab in Internet Options. 11.) Then click on Trusted Sites. 12.) Click on the Custom level button.

10.) Click on the Security tab in Internet Options. 11.) Then click on Trusted Sites. 12.) Click on the Custom level button. Kannapolis Archibus as a trusted website If you have problems logging into Kannapolis Archibus to create a Work Request, you may need to make sure that Kannapolis Archibus is a trusted site on your web

More information

BOLDNET MOBILE TRAINING

BOLDNET MOBILE TRAINING BOLDNET MOBILE TRAINING BoldNet Mobile is specifically designed for technicians to be simple and easy to use when onsite with a customer. BoldNet Mobile is mainly used to view customer information, place

More information

Iowa State University

Iowa State University Iowa State University Cyber Security Smart Grid Testbed Senior Design, Final Report Dec 13-11 Derek Reiser Jared Pixley Rick Sutton Faculty Advisor: Professor Manimaran Govindarasu 1 Table of Contents

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Programming an AC Source From a File

Programming an AC Source From a File Chroma Systems Solutions, Inc. Programming an AC Source From a File 61500 AC Power Sources, Soft Panel Software Keywords: Custom waveform, AC Source, 61500, Soft Panel Software Title: Product Family: Programming

More information

PowerWorld Tutorial. Yen-Yu Lee The University of Texas at Austin Jan 18, Updated December 26, 2012, by Ross Baldick

PowerWorld Tutorial. Yen-Yu Lee The University of Texas at Austin Jan 18, Updated December 26, 2012, by Ross Baldick PowerWorld Tutorial Yen-Yu Lee The University of Texas at Austin Jan 18, 2010 Updated December 26, 2012, by Ross Baldick 1 Introduction PowerWorld is one of the most popular power system simulation tools.

More information

Survey Design, Distribution & Analysis Software. professional quest. Whitepaper Extracting Data into Microsoft Excel

Survey Design, Distribution & Analysis Software. professional quest. Whitepaper Extracting Data into Microsoft Excel Survey Design, Distribution & Analysis Software professional quest Whitepaper Extracting Data into Microsoft Excel WHITEPAPER Extracting Scoring Data into Microsoft Excel INTRODUCTION... 1 KEY FEATURES

More information

POWER WORLD LAB MANUAL

POWER WORLD LAB MANUAL POWER WORLD LAB MANUAL Power world is a great powerful tool for solving power flows. Solving a power system is a little different from circuit analysis. Instead of being given voltages at certain nodes

More information

ASPEN Software - Introduction

ASPEN Software - Introduction ASPEN Software - Introduction ASPEN is a very user-friendly software package that is capable of doing load-flow and shortcircuit studies, as well as relay application and coordination. Its simple graphical

More information

IBM. Systems management Disk management. IBM i 7.1

IBM. Systems management Disk management. IBM i 7.1 IBM IBM i Systems management Disk management 7.1 IBM IBM i Systems management Disk management 7.1 Note Before using this information and the product it supports, read the information in Notices, on page

More information

System Studies for American Transmission Co. s Benson Lake SVC Project

System Studies for American Transmission Co. s Benson Lake SVC Project Helping to keep the lights on, businesses running and communities strong System Studies for American Transmission Co. s Benson Lake SVC Project Adam Manty, Transmission Planning Engineer, ATC Outline Introduction

More information

v MODFLOW Stochastic Modeling, Parameter Randomization GMS 10.3 Tutorial

v MODFLOW Stochastic Modeling, Parameter Randomization GMS 10.3 Tutorial v. 10.3 GMS 10.3 Tutorial MODFLOW Stochastic Modeling, Parameter Randomization Run MODFLOW in Stochastic (Monte Carlo) Mode by Randomly Varying Parameters Objectives Learn how to develop a stochastic (Monte

More information

Modeling of RAS and Relays in Power Flow Contingency Analysis. Jamie Weber

Modeling of RAS and Relays in Power Flow Contingency Analysis. Jamie Weber Modeling of RAS and Relays in Power Flow Contingency Analysis Jamie Weber weber@powerworld.com 217 384 6330 ext. 13 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com

More information

B03 Guided Interpretation #3

B03 Guided Interpretation #3 Emeraude v2.60 Doc v2.60.01 - KAPPA 1988-2010 Guided Interpretation #3 B03-1/11 B03 Guided Interpretation #3 This session assumes that you have followed the first two guided sessions, or that you are familiar

More information

v. 9.1 GMS 9.1 Tutorial MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models Prerequisite Tutorials

v. 9.1 GMS 9.1 Tutorial MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models Prerequisite Tutorials v. 9.1 GMS 9.1 Tutorial MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models Objectives Learn how to setup a transient simulation, import transient observation data,

More information

Windows 2000 Computer Management

Windows 2000 Computer Management LAB PROCEDURE 17 Windows 2000 Computer Management OBJECTIVES 1. View various areas of Computer Management. 2. Use Task Manager. RESOURCES Operating System Technology 1. Marcraft 8000 Trainer running Windows

More information

Specifics of Implementation

Specifics of Implementation Specifics of Implementation Defining Criteria Filtering ModelCondition ModelFilter Conditional Contingency Actions CriteriaStatus = POSTCHECK ModelExpression (lookup tables) RemedialAction Complexity of

More information

Software Testing Prof. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur. Lecture 13 Path Testing

Software Testing Prof. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur. Lecture 13 Path Testing Software Testing Prof. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture 13 Path Testing Welcome to this session and we will discuss about path

More information

Lesson 3: Building a Market Basket Scenario (Intermediate Data Mining Tutorial)

Lesson 3: Building a Market Basket Scenario (Intermediate Data Mining Tutorial) From this diagram, you can see that the aggregated mining model preserves the overall range and trends in values while minimizing the fluctuations in the individual data series. Conclusion You have learned

More information

MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models

MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models v. 10.2 GMS 10.2 Tutorial Tools for calibrating transient MODFLOW models Objectives Learn how to setup a transient simulation, import transient observation data, and use PEST to calibrate the model. Prerequisite

More information

Transient Stability Analysis with PowerWorld Simulator

Transient Stability Analysis with PowerWorld Simulator Transient Stability Analysis with PowerWorld Simulator T14: Large-Scale Simulation Examples 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com http://www.powerworld.com

More information

G. Larry Clark Principal Engineer Power Delivery Alabama Power Company, A Southern Company

G. Larry Clark Principal Engineer Power Delivery Alabama Power Company, A Southern Company 2014 IEEE PES T&D Conference & Exposition Chicago, IL April 15, 2014 Panel Session: Technologies for Advanced Volt/VAR Control Implementation Volt/VAR Control as Part of an Integrated Distribution Management

More information

Sirius Lighting Design User Manual

Sirius Lighting Design User Manual Sirius Lighting Design User Manual Updated 21 Mar, 2016 Page 1 / 32 Table of Contents 1 Introduction... 3 2 System requirements... 4 3 Interface board... 5 4 GUI for Sirius Lighting Design... 6 4.1 Main

More information

IBM i Version 7.3. Systems management Disk management IBM

IBM i Version 7.3. Systems management Disk management IBM IBM i Version 7.3 Systems management Disk management IBM IBM i Version 7.3 Systems management Disk management IBM Note Before using this information and the product it supports, read the information in

More information

HVDC in CSG Challenges and Solutions

HVDC in CSG Challenges and Solutions HVDC in CSG Challenges and Solutions LI, Licheng lilc@csg.cn LI, Peng lipeng@csg.cn China Southern Power Grid Co., Ltd June 2013 1 Outline I. Overview of CSG II. Overview of HVDC&UHVDC in CSG III. Challenges

More information

Enhanced Curtailment Calculator Update

Enhanced Curtailment Calculator Update Enhanced Curtailment Calculator Update December 13, 2017 Member Advisory Committee Meeting Brett Wangen Chief Engineering and Technology Officer Jeremy West Manager, Interconnection Reliability Initiatives

More information

ASPEN Software - Introduction

ASPEN Software - Introduction ASPEN Software - Introduction ASPEN is a very user-friendly software package that is capable of doing load-flow and shortcircuit studies, as well as relay application and coordination. Its simple graphical

More information

Using DataQuest on a Handheld

Using DataQuest on a Handheld Using DataQuest on a Handheld Appendix B This appendix gives an overview of using the Vernier DataQuest application on a TI-Nspire handheld. It includes information on accessing the common tools in the

More information

PRC Coordination of Protection Systems for Performance During Faults

PRC Coordination of Protection Systems for Performance During Faults PRC-027-1 Coordination of Protection Systems for Performance During Faults A. Introduction 1. Title: Coordination of Protection Systems for Performance During Faults 2. Number: PRC-027-1 3. Purpose: To

More information

Excel Lesson 1 Microsoft Excel Basics

Excel Lesson 1 Microsoft Excel Basics Microsoft Excel Basics Microsoft Office 2010 Introductory 1 Objectives Define the terms spreadsheet and worksheet. Identify the parts of a worksheet. Start Excel, open an existing workbook, and save a

More information

v Prerequisite Tutorials Required Components Time

v Prerequisite Tutorials Required Components Time v. 10.0 GMS 10.0 Tutorial MODFLOW Stochastic Modeling, Parameter Randomization Run MODFLOW in Stochastic (Monte Carlo) Mode by Randomly Varying Parameters Objectives Learn how to develop a stochastic (Monte

More information

DIMENSIONS D3200 SETUP SOFTWARE INSTRUCTION MANUAL

DIMENSIONS D3200 SETUP SOFTWARE INSTRUCTION MANUAL DIMENSIONS D3200 SETUP SOFTWARE INSTRUCTION MANUAL March 10, 2003 Paul Soccoli Michael Grinshpoon Dimensions D3200 Software Instructions Page 2 of 29 TABLE OF CONTENTS Data Manager...3 Startup Screen...3

More information

Redundant Bus Protection Using High-Impedance Differential Relays. Josh LaBlanc

Redundant Bus Protection Using High-Impedance Differential Relays. Josh LaBlanc Redundant Bus Protection Using High-Impedance Differential Relays Josh LaBlanc Purpose Discuss the configuration of the bus under study, and touch on the needs for redundant protection on the bus. Briefly

More information

v. 8.2 GMS 8.2 Tutorial MODFLOW NWT Use MODFLOW-NWT With a Simple Model Prerequisite Tutorials MODFLOW - Grid Approach Time minutes

v. 8.2 GMS 8.2 Tutorial MODFLOW NWT Use MODFLOW-NWT With a Simple Model Prerequisite Tutorials MODFLOW - Grid Approach Time minutes v. 8.2 GMS 8.2 Tutorial MODFLOW NWT Use MODFLOW-NWT With a Simple Model Objectives Compare the enhanced ability to handle cell drying and rewetting of MODFLOW-NWT to MODFLOW 2000. Prerequisite Tutorials

More information

Final Determination: Criteria for Assessing Material Inter- Network Impact of Transmission Augmentations

Final Determination: Criteria for Assessing Material Inter- Network Impact of Transmission Augmentations Inter Regional Planning Committee Final Determination: Criteria for Assessing Material Inter- Network Impact of Transmission Augmentations Prepared by: Material Inter-network Impact Working Group Version

More information

Minnesota Hosting Capacity Analysis

Minnesota Hosting Capacity Analysis Minnesota Hosting Capacity Analysis MIPSYCON November 8, 2017 Chris Punt, P.E. Outline What is Hosting Capacity? Background DRIVE Results Visualization Accuracy Timeline Next Steps 2 What is Hosting Capacity?

More information

Generation Interconnection Feasibility Study Report

Generation Interconnection Feasibility Study Report Project 76 Generation Interconnection Feasibility Study Report December 21, 2007 Electric Transmission Planning Table of Contents Table of Contents... 2 Executive Summary... 3 Network Resource Interconnection

More information

Piping & Instrumentation Diagrams

Piping & Instrumentation Diagrams Page 1 Piping & Instrumentation Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing a Piping Line or I & C

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

2 nd Year Laboratory. Experiment: FPGA Design with Verilog. Department of Electrical & Electronic Engineering. Imperial College London.

2 nd Year Laboratory. Experiment: FPGA Design with Verilog. Department of Electrical & Electronic Engineering. Imperial College London. Department of Electrical & Electronic Engineering 2 nd Year Laboratory Experiment: FPGA Design with Verilog Objectives By the end of this experiment, you should know: How to design digital circuits using

More information

2009 SPP TransCanada Pipeline Study Report

2009 SPP TransCanada Pipeline Study Report 2009 SPP TransCanada Pipeline Study Report SPP Engineering Department, Planning Section PUBLISHED: 7/9/2009 LATEST REVISION: 7/9/2009 Copyright 2009 by Southwest Power Pool, Inc. All rights reserved. Table

More information

v SRH-2D Post-Processing SMS 12.3 Tutorial Prerequisites Requirements Time Objectives

v SRH-2D Post-Processing SMS 12.3 Tutorial Prerequisites Requirements Time Objectives v. 12.3 SMS 12.3 Tutorial SRH-2D Post-Processing Objectives This tutorial illustrates some techniques for manipulating the solution generated by the Sedimentation and River Hydraulics Two-Dimensional (SRH-2D)

More information

Microsoft Access 2003 Quick Tutorial

Microsoft Access 2003 Quick Tutorial 1 Starting Access: 1. If there is no Access shortcut on the desktop, select Start, then Programs, then Microsoft Office, and then Access. 2. When access is open select File and then click on Blank Database

More information

Order No Assessment of Protection System Single Points of Failure Based on the Section 1600 Data Request. September, 2015

Order No Assessment of Protection System Single Points of Failure Based on the Section 1600 Data Request. September, 2015 Order No. 754 Assessment of Protection System Single Points of Failure Based on the Section 1600 Data Request System Protection and Control Subcommittee (SPCS) and System Modeling and Analysis Subcommittee

More information

Concept of Automation in Management of Electric Power Systems Richard Joseph, Nerey Mvungi

Concept of Automation in Management of Electric Power Systems Richard Joseph, Nerey Mvungi Concept of Automation in Management of Electric Power Systems Richard Joseph, Nerey Mvungi Abstract An electric power system includes a generating, a transmission, a distribution, and consumers subsystems.

More information

Incorporating PMUs in Power System State Estimation for Smart Grid EMS

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

More information

v GMS 10.0 Tutorial MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models

v GMS 10.0 Tutorial MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models v. 10.0 GMS 10.0 Tutorial MODFLOW PEST Transient Pump Test Calibration Tools for calibrating transient MODFLOW models Objectives Learn how to setup a transient simulation, import transient observation

More information

TotalLab TL100 Quick Start

TotalLab TL100 Quick Start TotalLab TL100 Quick Start Contents of thetl100 Quick Start Introduction to TL100 and Installation Instructions The Control Centre Getting Started The TL100 Interface 1D Gel Analysis Array Analysis Colony

More information

LABORATORY 1 Data Analysis & Graphing in Excel

LABORATORY 1 Data Analysis & Graphing in Excel LABORATORY 1 Data Analysis & Graphing in Excel Goal: In this lab, you will learn how to enter and manipulate data in Excel and you will learn how to make the graphs you will need for your lab write-ups.

More information

Operating Instructions

Operating Instructions 33CS Comfort System Software CONTENTS Page GENERAL...1 OPERATION...1-11 Start-Up...1 Main Menu...2 CURSOR MOVEMENT AND FUNCTION SELECTION Initial Setup and Configuration...3 BASIC MODE EXPERT MODE MODEM

More information

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise

Geog 459: Geographic Information Systems. Lesson 2 Laboratory Exercise Exercise Description Mapping and interpreting metropolitan growth and decline patterns between 1990 and 2000. Course Concepts Presented Sunbelt region, population redistribution, and metropolitan areas.

More information

motcom loganalyser User Manual

motcom loganalyser User Manual User Manual Part No. 2 900 04 10000 Release 07.03.2016 English revision 160825 Kurt-Schumacher-Str. 28-30 66130 Saarbrücken, Germany e-mail: info@motcomgmbh.com web: www.motcomgmbh.com Contents Introduction...

More information

ZX-50 Portable Grain Analyzer. Calibration Software Manual Version 2.0

ZX-50 Portable Grain Analyzer. Calibration Software Manual Version 2.0 ZX-50 Portable Grain Analyzer Calibration Software Manual Version 2.0 This manual provides you the information needed to use the provided calibration software and create your own calibrations. ZELTEX,

More information

Rationale for the Use of Local and Remote (Zone 3) Protective Relaying Backup Systems A Report On The Implications And Uses Of Zone 3 Relays

Rationale for the Use of Local and Remote (Zone 3) Protective Relaying Backup Systems A Report On The Implications And Uses Of Zone 3 Relays Rationale for the Use of Local and Remote (Zone 3) Protective Relaying Backup Systems A Report On The Implications And Uses Of Zone 3 Relays Prepared by the System Protection and Control Task Force of

More information

Troubleshooting in Microsoft Excel 2002

Troubleshooting in Microsoft Excel 2002 Page 1 of 8 Troubleshooting in Microsoft Excel 2002 Result: To understand how to work with the Excel software to enter data, navigate the page, and print materials. Tabs Look at the tabs at the bottom

More information

Lab - Managing System Files in Windows

Lab - Managing System Files in Windows Introduction In this lab, you will use Windows utilities to gather information about the computer. Recommended Equipment A computer running Windows Step 1: Customize the Start Menu in Windows. a. Log on

More information

MCA 1400 Documentation

MCA 1400 Documentation MCA 1400 Documentation This document is an instruction manual for the MCA 1400 software. Application version 1.4.1.7 Document rev 1.1 Sections Installation... 2 Main window... 7 Setup... 8 Deviation calibration...

More information

Data Analysis Guidelines

Data Analysis Guidelines Data Analysis Guidelines DESCRIPTIVE STATISTICS Standard Deviation Standard deviation is a calculated value that describes the variation (or spread) of values in a data set. It is calculated using a formula

More information

The scan tools are used to convert and edit bitmap images so that they can be cut or routed by the Torchmate.

The scan tools are used to convert and edit bitmap images so that they can be cut or routed by the Torchmate. Scan Tools The scan tools are used to convert and edit bitmap images so that they can be cut or routed by the Torchmate. Upon clicking the Scan tool, the flyout opens exposing the two scanning options.

More information

CSV Files & Breeze User Guide Version 1.3

CSV Files & Breeze User Guide Version 1.3 CSV Files & Breeze User Guide Version 1.3 February 2017 TABLE OF CONTENTS INTRODUCTION... 3 CSV FILES & EXCEL WORKSHEETS... 4 Export in CSV File Format... 6 CSV File Uploader Tool... 8 CSV ROLL WIDGET...

More information

Chapter 4 Using the Entry-Master Disk Utilities

Chapter 4 Using the Entry-Master Disk Utilities Chapter 4 Using the Entry-Master Disk Utilities Now that you have learned how to setup and maintain the Entry-Master System, you need to learn how to backup and restore your important database files. Making

More information

Getting Started. Introduction

Getting Started. Introduction M-Trend User s Manual 3-1 Chapter 3 Getting Started Introduction M-Trend can be run as a standalone program or in an ActiveX document container. This chapter describes how to get started using M-Trend

More information

Patterning Math Lab 4a

Patterning Math Lab 4a Patterning Math Lab 4a This lab is an exploration of transformations of functions, a topic covered in your Precalculus textbook in Section 1.5. As you do the exercises in this lab you will be closely reading

More information

Registering for classes Help

Registering for classes Help Registering for classes Help Before You Begin 1. Create your class schedule from the material provided by your campus. 2. Prepare additional schedules in the event courses on your first choice schedule

More information

CHEMINSTRUMENTS DYNAMIC SHEAR TESTER MODEL DS-1000 OPERATING INSTRUCTIONS

CHEMINSTRUMENTS DYNAMIC SHEAR TESTER MODEL DS-1000 OPERATING INSTRUCTIONS CHEMINSTRUMENTS DYNAMIC SHEAR TESTER MODEL DS-1000 OPERATING INSTRUCTIONS Overview...3 Operation...4 Load Cell Calibration...5 Units...5 Speed...5 Offset...5 Auto Return...6 Break Percent...6 Help...6

More information

Contents Introduction... 1

Contents Introduction... 1 User Guiide APPLICATION LOAD TIME PROFILER Contents Introduction... 1 Modes of Operation... 1 Limitations... 2 Installing and Opening the Utility... 2 Loading an Application from the Utility... 3 Opening

More information

Real-time Power System Operation. Energy Management Systems. Introduction

Real-time Power System Operation. Energy Management Systems. Introduction 1 Real-time Power System Operation Energy Management Systems Introduction The time frame for Power Systems Operation varies from a few seconds to a week. To assist with the operation of the system, modern

More information

Contact Center Advisor. Genesys Performance Management Advisor TM. User Manual Release 3.3

Contact Center Advisor. Genesys Performance Management Advisor TM. User Manual Release 3.3 Genesys Performance Management Advisor TM User Manual Release 3.3 Informiam Browser, Contact Center Advisor, Workforce Advisor, Frontline Advisor, Agent Advisor, and Genesys Performance Management Suite

More information

D&B Market Insight Release Notes. November, 2015

D&B Market Insight Release Notes. November, 2015 D&B Market Insight Release Notes November, 2015 Table of Contents Table of Contents... 2 Charting Tool: Add multiple measures to charts... 3 Charting Tool: Additional enhancements to charts... 6 Data Grids:

More information

MODFLOW Automated Parameter Estimation

MODFLOW Automated Parameter Estimation GMS 7.0 TUTORIALS MODFLOW Automated Parameter Estimation 1 Introduction The MODFLOW-Model Calibration tutorial describes the basic calibration tools provided in GMS. It illustrates how head levels from

More information

FSK TX CELLULAR PLUS. Installation and Programming Guide. Tel:

FSK TX CELLULAR PLUS. Installation and Programming Guide. Tel: FSK TX CELLULAR PLUS Installation and Programming Guide Tel: 0861 105 962 www.fsk.co.za INTRODUCTION The FSK TX Cellular Plus (TXC+) is a highly featured GSM based unit which is used for the transmission

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Awareness of the Situation

Awareness of the Situation 17/11/21 Situational Awareness UPDEA - Workshop Awareness of the Situation 25,623 Alarms in 8 ours 53 Alarms / min (average) 8% Are consequential Things 1 to keep in mind during a disturbance - Analog

More information

Load Conformance Limiter Enhancement

Load Conformance Limiter Enhancement TECHNICAL BULLETIN December 28, 2016 www.caiso.com 250 Outcropping Way, Folsom, CA 95630 916.351.4400 TECHNICAL BULLETIN Revision History Date Version Description Author December 28, 2016 1.0 Draft Proposal

More information

DISRIBUTED AUTOMATION FOR BACK-FEED NETWORK POWER RESTORATION

DISRIBUTED AUTOMATION FOR BACK-FEED NETWORK POWER RESTORATION DISRIBUTED AUTOMATION FOR BACK-FEED NETWORK POWER RESTORATION Fahrudin Mekic Zhenyuan Wang Vaibhav Donde Fang Yang James Stoupis ABB Inc. USA ABB Inc. USA ABB Inc. USA ABB Inc. USA ABB Inc. USA fahrudin.mekic@us.abb.com

More information

Standard Development Timeline

Standard Development Timeline Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Description of Current Draft

More information

Exact Globe Next Visual Scheduler. User Guide

Exact Globe Next Visual Scheduler. User Guide Exact Globe Next Visual Scheduler User Guide Exact Globe Next Visual Scheduler Despite the continued efforts of Exact to ensure that the information in this document is as complete and up-to-date as possible,

More information

Partition mapping. BioNumerics Tutorial: 1 Introduction. 2 Sample data. 3 Preparing the database

Partition mapping. BioNumerics Tutorial: 1 Introduction. 2 Sample data. 3 Preparing the database BioNumerics Tutorial: Partition mapping 1 Introduction Classification is very important in (micro)biology. By an organism s membership of a class or group, we can deduce some of its characteristics. Organisms

More information

MODFLOW PEST Pilot Points Use pilot points with PEST to automatically calibrate a MODFLOW model

MODFLOW PEST Pilot Points Use pilot points with PEST to automatically calibrate a MODFLOW model v. 10.2 GMS 10.2 Tutorial Use pilot points with PEST to automatically calibrate a MODFLOW model Objectives Learn the features and options related to pilot points when used with PEST. Use fixed value pilot

More information

1. Working with PSpice:

1. Working with PSpice: Applied Electronics, Southwest Texas State University, 1, 13 1. Working with PSpice: PSpice is a circuit simulator. It uses the Kirchhoff s laws and the iv-relation of the used components to calculate

More information

Excel Core Certification

Excel Core Certification Microsoft Office Specialist 2010 Microsoft Excel Core Certification 2010 Lesson 6: Working with Charts Lesson Objectives This lesson introduces you to working with charts. You will look at how to create

More information

GMS 9.1 Tutorial MODFLOW Stochastic Modeling, PEST Null Space Monte Carlo II Use results from PEST NSMC to evaluate the probability of a prediction

GMS 9.1 Tutorial MODFLOW Stochastic Modeling, PEST Null Space Monte Carlo II Use results from PEST NSMC to evaluate the probability of a prediction v. 9.1 GMS 9.1 Tutorial MODFLOW Stochastic Modeling, PEST Null Space Monte Carlo II Use results from PEST NSMC to evaluate the probability of a prediction Objectives Learn how to use the results from a

More information

Standard: PRC System Protection Coordination Requirement in Approved Standard Translation to New Standard or Other Action

Standard: PRC System Protection Coordination Requirement in Approved Standard Translation to New Standard or Other Action Mapping Document Mapping Document Showing of PRC-001-2 System Protection Coordination to PRC-027-1 Protection System Coordination for Performance During Faults Updated 10-31 to reflect changes made to

More information

How to Install SprayView

How to Install SprayView How to Install SprayView 1. Installation from CD: If you have a CD with the SprayView software, you can install SprayView from the CD. To do this, 1) Put the SprayView CD into the CD drive. 2) Wait for

More information

Windows 2000 Safe Mode

Windows 2000 Safe Mode LAB PROCEDURE 29 Windows 2000 Safe Mode OBJECTIVES 1. Restart and try various startup options. RESOURCES Troubleshooting 1. Marcraft 8000 Trainer with Windows 2000 installed 2. A PS2 mouse 3. A LAN connection

More information

Using the Boundary Wrapper

Using the Boundary Wrapper Tutorial 7. Using the Boundary Wrapper Introduction Geometries imported from various CAD packages often contain gaps and/or overlaps between surfaces. Repairing such geometries manually is a tedious and

More information

MODFLOW Stochastic Modeling, PEST Null Space Monte Carlo II. Use results from PEST NSMC to evaluate the probability of a prediction

MODFLOW Stochastic Modeling, PEST Null Space Monte Carlo II. Use results from PEST NSMC to evaluate the probability of a prediction v. 10.3 GMS 10.3 Tutorial MODFLOW Stochastic Modeling, PEST Null Space Monte Carlo II Use results from PEST NSMC to evaluate the probability of a prediction Objectives Learn how to use the results from

More information

MODFLOW Advanced Parameter Options. GMS support for native MODFLOW parameters, instances, and clusters

MODFLOW Advanced Parameter Options. GMS support for native MODFLOW parameters, instances, and clusters v. 10.2 GMS 10.2 Tutorial GMS support for native MODFLOW parameters, instances, and clusters Objectives Learn how to use some of the advanced features associated with MODFLOW parameters including instances

More information

Supplemental Information

Supplemental Information Retirement of NPCC Directory# 3 Supplemental Information On April 1, 2015, NPCC Directory# 3 was retired upon the effective date of PRC-005-2 Protection System Maintenance which is subject to a 12 year

More information

Objectives Learn about the MODFLOW drain return package (DRT) interface in GMS and compare the package to the regular MODFLOW drain (DRN) package.

Objectives Learn about the MODFLOW drain return package (DRT) interface in GMS and compare the package to the regular MODFLOW drain (DRN) package. v. 10.3 GMS 10.3 Tutorial The MODFLOW drain return package Objectives Learn about the MODFLOW drain return package (DRT) interface in GMS and compare the package to the regular MODFLOW drain (DRN) package.

More information