FlyingStartMassCollectionSeq : If transitionAfter is not used, the valves/pumps are closed immediately after the test before the 2nd mass measurement, ver. 2.12.472

This commit is contained in:
Milan Hanajik
2017-02-17 10:51:30 +01:00
parent 7b093a5623
commit 970fc886c6
2 changed files with 12 additions and 2 deletions
@@ -588,6 +588,16 @@ namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection
/// Measurement loop - end
test_completed:
if (transitionAfter == null)
{
switch (Transition(transitionAfter, TransitionContext.AfterTest))
{
case Event.Error: { retVal = Event.Error; goto stopTest; }
case Event.UiCmdStop: { retVal = Event.UiCmdStop; goto stopTest; }
}
}
//------------------------------------------------
Bridge.OnActivity(this, Strings.Measuring_the_weight);
//------------------------------------------------