Flying start method (without use of a scale) modified for iPerl, version 1.5.143.

This commit is contained in:
Milan Hanajik
2015-11-19 18:49:15 +01:00
parent a380a68855
commit 8d123d306f
3 changed files with 42 additions and 13 deletions
@@ -509,8 +509,6 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
tstRslt.Meters[i].VolumeErrorPct = -100;
}
tstRslt.Meters[i].Passed = (tstRslt.ErrLimLo <= tstRslt.Meters[i].VolumeErrorPct) && (tstRslt.Meters[i].VolumeErrorPct <= tstRslt.ErrLimHi);
tstRslt.Meters[i].Disabled = false;
}
else
{