DiverterTest : One single statistics (temperature, ...) for complete diverter test loop

This commit is contained in:
Milan Hanajik 2019-07-10 11:16:18 +02:00
parent a89b134a5a
commit fa22b6a8c7

View File

@ -443,7 +443,9 @@ namespace TBF.BenchControl.TestMethods.DiverterTest
if (i > 0) cumulativeWMPulses[i] = 0;
cumulativeTestTime[i] = 0;
}
StartNewStatistics(StateMachine.Time, BatchRslts.Batch.BatchNr, test.Name, repetitionNr, 0);
///
/// Diverter test loop
///
@ -485,7 +487,6 @@ namespace TBF.BenchControl.TestMethods.DiverterTest
readRegistersOp = new Operations.ReadMoreRegistersOp(sensPath.RegisterReaders);
int estimtdEndTime = StateMachine.Time + (int)(test.TstTime / testParams.DivRepetitions);
StartNewStatistics(StateMachine.Time, BatchRslts.Batch.BatchNr, test.Name, repetitionNr, 0);
/// Measurement loop - begin
State.Create(string.Format("{0}({1}) : Reading watermeters {2}", test.Method, test.Name, divRepetNr))
@ -558,7 +559,7 @@ namespace TBF.BenchControl.TestMethods.DiverterTest
cumulativeTestTime[i] += cBrd.ImpulseTime(i);
}
}
}
} /// end for ... diverter test loop
/// Measurement loop - end