- FLyngStart sequence (without balances) tested -> OK, Todo: use

corrections
- totalPulses calculated correctly in case of I11+I12 (use of two flowmeters)
This commit is contained in:
Milan Hanajik
2014-09-12 07:18:24 +02:00
parent 3559ab0ab3
commit a919a3e9d6
8 changed files with 52 additions and 43 deletions
@@ -43,9 +43,6 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
/// int refPulses = (int)(timeSec * (2000.0f * targetFlow / pOut.FlowMeter.NominalFlow));
int totalPulses = (int)(test.Volume / ltrPerRefPulse);
/// Double total pulses for 'added' flowmeters
if (outPath.FlowMeter.Cfg.Name.Contains("+")) { totalPulses *= 2; }
processDataLoggingOp = new TBF.BenchControl.Operations.ProcessDataLoggingOp(processDataLogger, this);
int repetitionNr = 1; /// First test: repetitionNr=1