Logic added to capture Calvert Placekeeper information on sub-steps
Added VEIP2r2 and VEIP2r3
This commit is contained in:
parent
1664a62e4d
commit
ccc5d73658
@ -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];
|
||||
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user