Simulate Inverter Momentary Cessation

Slides:



Advertisements
Similar presentations
Chapter 16: Recovery System
Advertisements

Injection Moulding Technology
Alexander Moulton Marie Hammer Xingwang Gao Andrew Robertson Team Lead Mechanical Engineer Electrical Engineer.
Jim Mcintosh Director, Executive Operations Advisor California ISO Independent Energy Producers 2011 Annual Meeting - October 5, 2011 Stanford Sierra Conference.
Concurrency: Mutual Exclusion, Synchronization, Deadlock, and Starvation in Representative Operating Systems.
SIMULINK Dr. Samir Al-Amer. SIMULINK SIMULINK is a power simulation program that comes with MATLAB Used to simulate wide range of dynamical systems To.
User Experience with New Solar PV Models California ISO
TRANSMISSION & INTERCONNECTION PLANNING T&D BUSINESS UNIT 1 Current Differential Relay Specification WECC TSS August 20,2014 Amos Ang.
Programming with Function Blocks
“AX Control Objects” November 2006
1 Voltage Stability and Reactive Power Planning Entergy Transmission Planning Summit New Orleans, LA July 8, 2004 Entergy Transmission Planning Summit.
Generator Data Submittals 5/8/ Transmission Customer Forum Bob Jones Transmission Planning Southern Company Transmission 5/8/ Transmission.
Rensselaer Polytechnic Institute CSCI-4210 – Operating Systems David Goldschmidt, Ph.D.
Programming Project (Last updated: August 31 st /2010) Updates: - All details of project given - Deadline: Part I: September 29 TH 2010 (in class) Part.
August 17, 2012 Solar PV Inverters Anuj Dixit Planning Engineer Resource Integration RPG Meeting.
Faculty of Applied Engineering and Urban Planning Software Engineering Department Software Engineering Lab Use Cases Faculty of Information system Technology.
October 15, 2012 PV & Storage Workshop PV and Storage Integration strawman proposals & discussion John Adams Principal Engineer.
Modeling of Power Converters using Matlab and Simulink
Integrating Wind Energy Capabilities of Wind Power Plants Mark Ahlstrom Wind Energy: A Good Citizen of the Electric Grid Four Corners Wind Resource Center.
Chapter - Continuous Control
WECC REMTF Workshop Spencer Tacke WECC Renewable Energy System Models Workshop March 9, 2016.
Chapter 3: Windows7 Part 5.
Protection Relay Modeling for Transient Stability Simulation 10/26/2016 CJ Jing, David Franklin, Kevin Moran.
Western Electricity Coordinating Council
OPERATING SYSTEMS CS 3502 Fall 2017
Barrilla Junction Area Transmission Improvements Project
Black Start Overview.
Siemens Wind Turbine Weak Grid Option Modeling in PSSE WECC library Hongtao Ma, Siemens Wind Power Joergen Nielsen, Siemens Wind Power Good morning,
Modular Multilevel Converter for Wind Energy Storage Systems
Inverter Disconnects During Transmission Disturbances
Columbia Grid Wind Integration Study Team Dynamic Transfer Capability Studies Update 9/10/09.
Three-Phase AC machines
GIC Analysis using PSS®E
Introduction to Triggers
Why exception handling in C++?
Processing Integrity and Availability Controls
NERC Update: Current Activities Ryan Quint, Ph.D., P.E.
RX 8-Bit Timer (TMR) 4/20/2011 Rev. 1.00
Load Model Data Tool Development Update
Indian Grid Code and Commissioning Test Procedure Dr
Chapter 3: Windows7 Part 5.
Western Electricity Coordinating Council
GE Timers and Isolation of the PLC System
Reliability Assessment Committee Reliability Workshop Priorities
Local Area Planning Update – TRANSAC
NERC OC Update Greg Park, NWPP (In place of Rich Hydzik)
WECC REMTF Workshop Spencer Tacke
Functions, Procedures, and Abstraction
CMPLDWG Composite Model with Distributed Generation Approval
Protection Relay Modeling for Transient Stability Simulation 10/26/2016 CJ Jing, David Franklin, Kevin Moran.
Java Programming Loops
Algorithms Take a look at the worksheet. What do we already know, and what will we have to learn in this term?
A Simulator to Study Virtual Memory Manager Behavior
Jonathan Young, SDWG Chair
Composite Load Model with Distributed Generation (CMPLDWG)
PSSE Playback Model Validation with PMU Data
Siemens Power Technologies International
Reliability Assessment Committee Reliability Workshop Priorities
CMPLDWG Composite Model with Distributed Generation Approval
Java Programming Loops
Simulate Inverter Momentary Cessation
User Experience with New Solar PV Models California ISO
NERC OC Update Greg Park, NWPP (In place of Rich Hydzik)
Palo Verde-COI RAS Retirement
WECC REMTF Workshop Spencer Tacke
SRWG Meeting 15-2 Power Plant Validation Tools
Jonathan Young, SDWG Chair
Palo Verde-COI RAS Retirement
WECC REMTF Workshop Spencer Tacke
and Forecasting Resources
Presentation transcript:

Simulate Inverter Momentary Cessation NERC IRPTF Updates Songzhe Zhu, California ISO David Piper, Southern California Edison Ryan Quint, NERC

Modeling Objectives Existing inverter based generators Generic models shall be able to simulate the momentary cessation and match the performance observed in the actual events Future inverter based generators Establish inverter performance guidelines Generic models shall be examined for modeling capability against the inverter design under the performance guidelines

Illustration of Momentary Cessation

Momentary Cessation Modeling Requirement Cease active and reactive currents if voltage is below v1 or above v2 Time delay between voltage is back to range [v1, v2] and recovery starts Ramp rate limit of active current during recovery Control of reactive current during recovery Priority between active and reactive current during recovery

MC Modeling Capability of Generic RE Models Recommendation was to use reec_a model to simulate momentary cessation Meet most of the modeling requirements by carefully setting up VDL1 and VDL2 blocks, voltage_dip and thld2 Does not simulate the reactive current recovery delay Conversion of existing reec_b model to reec_a is a challenge

User-Written Model to Simulate MC Replaced in-run epcl with the user-written model for better control of model execution sequence, i.e. when the epcl is executed at each time step of integral. Interact with reec, pv1e and wt4e models to simulate zero current injection during cessation and recovery delay At the moment Vt_filt < V1 or Vt_filt > V2, set Imax = 0 At the moment V1 <= Vt_filt <= V2, start and recovery delay timer. When the recovery delay timer has expired and voltage is still within normal range, Imax is restored to the value in the dynamic model.

User-Written Model to Simulate MC (Cont.) Freeze state variables in reec models during recovery delay. During recovery delay, Iqmax and Iqmin are 0 to achieve zero current injection. S2 and s3 are winding up, which causes numerical distortion when the delay is over. Set all control gains to 0 to prevent this.

User-Written Model to Simulate MC (Cont.) Include a lock-out mechanism in the user-written model. After a certain number of successive MCs, the inverters are tripped. The user-written model is invoked in the dyd file: epcmod 10000 "12ST TAP" 46.00 "1 " : #9 "blockinv_epcmod.p" 8 "vblk" 0 "delay" 0 "rrpwr" 0 "lockout" 0

Output of the MC Model Report MC events TIME MODEL TYPE BUS NO BUS NAME ID EVENT EVENT DETAIL V 0.52917 reec_b xxxxx xxx 1 entering block state voltage outside of range 0.9-2 0.897255 0.570838 entering delay state delay timer is 1 seconds 0.907237 1.570851 entering recovery state unit will fully recover in 1.111111 seconds 1.036536 2.683346 entering normal state voltage inside of range 0.9-2 1.010558 BUS NO BUS NAME ID MC COUNT xxxxx xxx 1

Simulation Results – Pg of Solar PV