Flow control during a test, version 1.5.121.

This commit is contained in:
Milan Hanajik
2015-09-22 18:39:00 +02:00
parent d7e6a69ca9
commit 72754ebe10
12 changed files with 109 additions and 40 deletions
@@ -202,7 +202,7 @@ namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
State.Create("ReferenceFlowmeterCalibration : Starting the test")
.AddOperation(checkUiOp)
.AddOperation(cBrd.StartMeasurementOp(outPath, Elde.TestMethods.Diverter | Elde.TestMethods.Synchro,
totalPulses, (float)test.TolerRed))
test.Qfrom, test.Qto, totalPulses, (float)test.TolerRed))
.EnterState();
do
{