Problems when passing flowmeter/diverter info to test start by SendCommand() fixed, version 1.5.77.

This commit is contained in:
Milan Hanajik
2015-08-14 18:14:08 +02:00
parent 90cfda893c
commit f85fbd0b55
13 changed files with 37 additions and 16 deletions
@@ -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
{