diff --git a/PROMS/DataLoader/Steps.cs b/PROMS/DataLoader/Steps.cs index c52999e4..9cedd31d 100644 --- a/PROMS/DataLoader/Steps.cs +++ b/PROMS/DataLoader/Steps.cs @@ -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]; diff --git a/PROMS/DataLoader/vlnControl.xml b/PROMS/DataLoader/vlnControl.xml index 24063d5b..25cce167 100644 --- a/PROMS/DataLoader/vlnControl.xml +++ b/PROMS/DataLoader/vlnControl.xml @@ -14,6 +14,8 @@ child="plant"> + +