Logic added to capture Calvert Placekeeper information on sub-steps

Added VEIP2r2 and VEIP2r3
This commit is contained in:
John Jenko 2014-05-08 14:35:29 +00:00
parent 1664a62e4d
commit ccc5d73658
2 changed files with 6 additions and 3 deletions

View File

@ -140,9 +140,10 @@ namespace DataLoader
string seqcvt = stpseq;
//check for Placekeeper flag
if (Recid[0] == 9617) //(Recid[0] != '0') // placekeeper seq[8] & 0x40
ci.AddItem("Step", "Placekeeper", "True");
if (Recid[0] == 9617) //(Recid[0] != '0') // placekeeper Recid[0] & 0x80
ci.AddItem("Step", "Placekeeper", "Y");
else if (Recid[0] == 8801) // sub step Placekeeper with Continuous Action
ci.AddItem("Step", "Placekeeper", "C");
string newstptyp = null;
bool ManualPagebreak = false;
char cbittst = StepType.PadRight(2)[0];

View File

@ -14,6 +14,8 @@
child="plant">
<folders child="plant">
<folder title="xEntergy Nuclear Northeast - Indian Point Unit 2" template="veip2" />
<folder title="xEntergy Nuclear Northeast - Indian Point Unit 2 R2" template="veip2r2" />
<folder title="xEntergy Nuclear Northeast - Indian Point Unit 2 R3" template="veip2r3" />
<folder title="Virginia Power - Surry" template="vesurry" />
<folder title="Virginia Power - Surry (1A)" template="vesurrya" />
<folder title="Virginia Power - North Anna" template="venanna" />