Bugfixes in: (1) use of iPerl Board# param, (2) Evaluate and Publish flying strt test params, (3) Q2 correction, (4) opto-log-file-name cleanup, etc.

This commit is contained in:
Milan Hanajik
2015-08-22 13:34:10 +02:00
parent f3dabcbcc1
commit 2b8f5ebec3
8 changed files with 49 additions and 23 deletions
@@ -255,14 +255,10 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
while (!e.Contains(Event.MeasurementStarted));
/// Reset iPerl volume measurement
//foreach (var rr in sensPath.RegisterReaders)
//{
// if (rr is WaterMeters.iPerl.WaterMeter)
// {
// (rr as WaterMeters.iPerl.WaterMeter).Reset();
// }
//}
foreach (var rr in sensPath.RegisterReaders)
{
if (rr is WaterMeters.iPerl.WaterMeter) (rr as WaterMeters.iPerl.WaterMeter).TestName = test.Name;
}
/// Measurement loop - preparation
@@ -30,6 +30,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
{
Name = "FlyingStartCollection";
ParentName = string.Empty;
TestParams = new TestParams();
}
public TestMethodCfg(IComponentFactory factory)
@@ -82,7 +82,8 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
test = dbEntity.Test;
Evaluate = tmp.Evaluate;
}
Publish = tmp.Publish;
}
catch
{
}