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