SENTEC : FlyingStartMassCollectionSeq : Tank draining is completed before the flow control starts (as in Berlin).

This commit is contained in:
Milan Hanajik 2018-09-28 14:16:12 +02:00
parent e77c0460de
commit 19d77a9ad9

View File

@ -236,7 +236,7 @@ namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection
///
if (drainTheTank)
{
#if BERLIN
#if BERLIN || SENTEC
switch (DrainTheTank(outPath.Scale.DrainValve, outPath.Scale))
{
case Event.Error: { retVal = Event.Error; goto stopTest; }