1 / 17

Creating the WECC Report Log Using PWS

Creating the WECC Report Log Using PWS. Developed by John Gross July 2013. What IS the RepLog ?. The Representation Log Developed and maintained by SRWG Read the SRWG Handbook http://www.wecc.biz/committees/StandingCommittees/PCC/TSS/SRWG/Shared%20Documents/2012_SRWG_Handbook.pdf.

moral
Download Presentation

Creating the WECC Report Log Using PWS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Creating the WECC Report Log Using PWS Developed by John Gross July 2013

  2. What IS the RepLog? • The Representation Log • Developed and maintained by SRWG • Read the SRWG Handbook • http://www.wecc.biz/committees/StandingCommittees/PCC/TSS/SRWG/Shared%20Documents/2012_SRWG_Handbook.pdf

  3. Where to get these tools? http://www.wecc.biz/committees/StandingCommittees/PCC/TSS/BaseCases/Pages/default.aspx

  4. What the RepLog tool consists of…

  5. Creating the RepLog

  6. Creating the RepLog… • READ the instructions in the spreadsheet • Repeat! • Open the spreadsheet AND LEAVE IT OPEN!!! • Don’t worry about the data that is already in the spread sheet, just cut/paste as instructed

  7. The RepLog Files • Run Replog.aux • Identifies the base case and dynamics files to use for analysis and specifies the seasonal ratings to be used. • Replog.aux • Defines all criteria and reports elements not meeting criteria to Excel file. • Gen_exempt.aux • Lists generators that meet exception criteria for using the motor1 model, not having a dynamics model, not having a PSS model.

  8. Run RepLog.aux... The script loader/execution file Run Replog.aux Run RepLog.aux RepLog.aux Gen_exempt.aux Main body of the script Replog.aux The data input file that describes those Generators that are exempt from RepLog Reporting gen_exempt.aux

  9. pss_exempt ~ gen_exempt.aux

  10. Run RepLog.aux SCRIPT { LogClear; OpenCase("14hsp1e.epc",GE,[MAINTAIN,2,YES]); TSLoadGE("14hsp1.dyd",NO); LogSave("Dynamics Log.csv",NO); LoadData("Run Replog.aux",LIMITGROUPS,YES); SetData(BRANCH,[LSName],["Spring"],All); LoadAux("Replog.aux",YES); StopAuxFile; }

  11. Run RepLog.aux… //------------------------------------------------------------- // Seasonal Rating Settings //------------------------------------------------------------- DATA LIMITGROUPS (LIMITSET, [LSNum,LSName,LSAmpMVA,LSLinePercent,LSLineRateSet,LSLineRateSet:1, LSInterfaceRateSet:1,LSDisabled,LSPUHigh,LSInterfacePercent, LSInterfaceRateSet,LSPULow,LSEndMonitor]) { 1 "Summer" "Amp/MVA" 100.00 "A" "B" "A" "NO " 1.10 100.00 "A" 0.90 "Higher" 2 "Winter" "Amp/MVA" 100.00 "C" "D" "A" "NO " 1.10 100.00 "A" 0.90 "Higher" 3 "Autumn" "Amp/MVA" 100.00 "E" "F" "A" "NO " 1.10 100.00 "A" 0.90 "Higher" 4 "Spring" "Amp/MVA" 100.00 "G" "H" "A" "NO " 1.10 100.00 "A" 0.90 "Higher“

  12. RepLog.aux • Does the “heavy lifting” • Main body *.aux file so to speak • Somewhat long file (563 lines) • Full of fairly seldom used Excel related *.aux script commands • ..\..\..\..\Program Files (x86)\PowerWorld\Simulator17\Auxiliary File Format.pdf

  13. Examine the Main RepLog.aux • Replog.aux

  14. RepLog.aux… SendToExcel(GEN,[BusNum,BusName,GenID,GenStatus,GenMW,GenMVR,GenMWMax,GenMWMin,GenMVRMin,GenMVRMax, OwnerName,OwnerNum,OwnerName:1,OwnerNum:1,OwnerName:2,OwnerNum:2, OwnerName:3,OwnerNum:3,AreaNum],"Gen Limit Violation and Closed",YES,"REPLOG.xlsx",Gen Outside Limits);

  15. Examine the Excel Output

  16. Improvements in Data Checking • Use of “scripts” is fine as a beginning, but… • Are there efficiencies that might be gained from coding • Jamie? • Is there some “universal” bad data “cutset” • Thoughts? • Ideas • MOD “B” • Formative, but fast tracking…

  17. MOD “B” and the RepLog • http://www.nerc.com/pa/Stand/MOD%20B%20DL/MOD_B_SLIDES_for_SLC_conference_June_18_Draft2013-0614.pdf • The RepLog tool is managed by WECC Staff and is being used for RepLog reporting

More Related