170 likes | 286 Views
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.
E N D
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
Where to get these tools? http://www.wecc.biz/committees/StandingCommittees/PCC/TSS/BaseCases/Pages/default.aspx
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
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.
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
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; }
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“
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
Examine the Main RepLog.aux • Replog.aux
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);
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…
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