Problems when passing flowmeter/diverter info to test start by SendCommand() fixed, version 1.5.77.
This commit is contained in:
+2
-1
@@ -241,7 +241,8 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
|
||||
State.Create("FlyingStartCollectionMethod : Starting the test")
|
||||
.AddOperation(checkUiOp)
|
||||
.AddOperations(measureOperations)
|
||||
.AddOperation(cBrd.StartMeasurementOp(outPath.FlowMeter, totalPulses, Elde.TestMethods.Diverter | Elde.TestMethods.Synchro, (float)test.TolerRed))
|
||||
.AddOperation(cBrd.StartMeasurementOp(outPath.FlowMeter, outPath.Diverter, Elde.TestMethods.Diverter | Elde.TestMethods.Synchro,
|
||||
totalPulses, (float)test.TolerRed))
|
||||
.EnterState();
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user