BPA/GE Load Model Improvements Project

Slides:



Advertisements
Similar presentations
IEEE Summary Paper Modeling Motor Loads for Voltage Sag and Recovery John Kueck Dmitry Kosterov John Undril Joseph Eto.
Advertisements

Preparing Summary Paper Protection and Controls for Motor Loads Under Voltage Sag and Recovery John Kueck.
Enoch Davies Associate Engineer Composite Load Model Implementation January 19, 2012 Salt Lake City, UT.
Operating Functions.
Status of Cryogenics at point 4 following the power cut L. Tavian 20 August 2011.
CHAPTER TWO POWER SEMICONDUCTOR DIODES AND CIRCUITS DESIGNED BY DR. SAMEER KHADER PPU “E-learning Project”
Figure 13.1 Comparison of star and delta starting
1 Lab #9 AC Circuits Activity #1 – Simulating a Low Pass Circuit Activity #2 – Building & Testing a Low Pass Circuit Activity #3 – Comparison of 3 methods.
A Look into Load Modeling
Study of Motor Control and Protection Effect of Under Voltage Transients in Commercial Buildings John Kueck, Dan James (PNNL)
Single Phase Compressor Point-on-Wave Response Including tests done at BPA Bernie Lesieutre (UW-Madison, LBNL) Dmitry Kosterev Steve YangErik Lane (BPA)
1 Software Testing (Part-II) Lecture Software Testing Software Testing is the process of finding the bugs in a software. It helps in Verifying and.
Motors in Power System Dynamics Studies John Undrill NATF - Dallas - June 2015.
WECC Load Model Sensitivity Study “ An Analysis of the Sensitivity of WECC Grid Planning Models to Assumptions Regarding the Composition of Loads ” Task.
MUEV Phase III By: Kevin Jaris & Nathan Golick. Introduction Petroleum is a finite resource. Demand for clean energy is driving the increase in the production.
Unit III Induction Motor Drives Topic: Voltage / frequency control.
Banc d’(Bench) Essais pour(Tests for) Régulateurs(Regulators) Turbines et(Turbines) Alternateurs(Alternators)
Motors and Generators.
CLOSED LOOP SPEED CONTROL OF DC MOTOR WITH PWM TECHNIQUE
 2008 Kaeser Compressors, Inc., USA (V4.1) SFC Product Introduction “Specifications are subject to change without notice” 1 SFC Sigma Frequency Controlled.
ECE 576 – Power System Dynamics and Stability Prof. Tom Overbye University of Illinois at Urbana-Champaign 1 Lecture 21: Load Models.
NERC LMTF: Current Activities Ryan Quint, PhD, PE Staff Coordinator, NERC Load Modeling Task Force WECC MVWG Meeting June 2016.
III ALTERNATING CURRENT Electricity is generated, transmitted, and used in the form of three-phase alternating current (AC). The current strength of AC.
Introduction to Motors, servos and steppers
Protection and Relay Schemes
Equations, Performance, Electrical Equivalent Circuits
Modeling DER in Transmission Planning CAISO Experience
Development and Implementation of Composite Load Model in WECC
GC0104 – Demand Connection Code (DCC)
Power Electronics and Control in Wind Energy Conversion Systems
Benchmarking WECC Composite load model
PSCAD models.
WECC Load Modeling and Validation Group Meeting
Variable Frequency Drive Test Results
Protection of Power Systems
HVAC Test results Anish Gaikwad Parag Mitra
BPA Air Conditioner Test Results
Lesson 16: Asynchronous Generators/Induction Generators
Next Steps in Load Modeling
FEEDER PROTECTION UNIT
Hellenic Grid Code Requirements for Wind Farms Grid connection
UNIVERSAL MOTORS.
Week 9: Series RC Circuit
Grid feeding monitoring relay
CMPLDW2 – Prototype Modular Structure WECC LMTF Meeting March 2017
Load Model Data Tool Development Update
Project WECC-0100 Update Load Modeling Task Force
BPA HQ Power Electronic Load Estimation
Bernie Lesieutre UW-Madison
Timer Instructions Overview
Hellenic Grid Code Requirements for Wind Farms Grid connection
Servo Motor Control Using Variable Frequency Drive
CMPLDWG Composite Model with Distributed Generation Approval
NERC-WECC Coordination
Agenda Introduction of Protective Relays
Variable Frequency Drive Test Results
NERC-WECC Coordination
HVAC Test results Anish Gaikwad Parag Mitra
CMPLDW2 – Prototype Modular Structure WECC LMTF Meeting March 2017
Composite Load Model with Distributed Generation (CMPLDWG)
BPA HQ Power Electronic Load Estimation
CMPLDWG Composite Model with Distributed Generation Approval
Bernie Lesieutre UW-Madison
WECC Load Modeling and Validation Group Meeting
User Experience with New Solar PV Models California ISO
AC Drives Dr. Adel A. El-Samahy Department of Electrical Engineering University of Helwan.
Project WECC-0100 Update Load Modeling Task Force
ECEN 667 Power System Stability
Hellenic Grid Code Requirements for Wind Farms Grid connection
Presentation transcript:

BPA/GE Load Model Improvements Project WECC MVWGMeeting June, 2017 Bill Price Juan Sanchez-Gasca

Load Model Improvements Project Objectives Implement several improvements to motor models on an experimental basis Compare model behavior with lab test results Make adjustments to models as needed Recommend changes for application to Composite Load Model Project Information Funded by BPA Implemented in PSLF by GE Completion by Dec. 31, 2017

Task 1 – New 3-phase motor model – MOTORLD Same electrical equations as MOTOR1 Speed exponent for torque instead of power Connect to a power-flow load instead of a generator Delete original undervoltage protection logic used in MOTOR1 Implement protection and control logic based on: - Contactor: - Controlled Trip:

Task 2: Updates to single-phase AC compressor motor models Upgrade to LD1PAC model to include new stall voltage versus time delay characteristic Add protection and control models from LD1PAC to MOTORC single-phase motor model

Task 3: Model Validation Testing Use BPA lab tests of air conditioner compressors and fans, including voltage sags, voltage ramps and off-nominal frequency. Compare model and test results, adjusting model and model parameters as appropriate. Prepare model validation report MOTORLD implemented, including contactor and controlled trip MOTORC protective tripping functions implemented LD1PAC – voltage dependent stall time (VDST) added BPA lab test results received – initial comparison simulations made Project Status – Tasks 1 & 2 completed

Voltage-dependent Stall Time (VDST) implementation For now, a single curve is hard-coded in LD1PAC: Invoked when Tstall parameter is set < 0. if (V < 0.57) then interpolate value of Tstall timer = timer + Dt / (Tstall/ 60.) if (timer >= 1) then stall (i.e. stay in stall mode after V recovery) Note: Tstall will change as V changes Voltage (p.u.) Stall time (cycles) > 0.57 no permanent stall 0.57 15 0.565 12 0.55 9 0.53 6 <= 0.46 3

Motor Controlled Trip (CT) Implementation V0, V1, V2, T1A, T2A, T1B, T2B and “fraction of motors with CT” are input parameters If (V < V0) start timer When timer reaches “fast trip” (red) line, trip a fraction of motor = (dT – T1) / (T2 – T1) As voltage changes, the operating line (black) will move up or down. If it moves down, T1 will be smaller, so a larger fraction will be tripped If it moves up, T1 will increase. Fraction already tripped will stay tripped, but additional tripping will be delayed until (dt – T1) exceeds its earlier value. Anytime V becomes > V0, the timer is reset. Subsequent excursions below V0 will restart the timer at 0. and, if dT becomes > T1, a fraction of the remaining load will be tripped. Any fraction that is tripped is never reconnected.