diff --git a/TBF/Rig/TestMethods/StandingStartMassCollection/StandingStartMassCollectionSeq.cs b/TBF/Rig/TestMethods/StandingStartMassCollection/StandingStartMassCollectionSeq.cs index d7d3259ed..a1e60d12c 100644 --- a/TBF/Rig/TestMethods/StandingStartMassCollection/StandingStartMassCollectionSeq.cs +++ b/TBF/Rig/TestMethods/StandingStartMassCollection/StandingStartMassCollectionSeq.cs @@ -651,7 +651,7 @@ namespace TBF.Rig.TestMethods.StandingStartMassCollection } } - //...MF...kvapkania... robime to pridanim casovej konstanty, ktora sa konfiguruje + //dripping on the scale - using of time constant for delay for measuring State.Create(string.Format("{0}({1}) : Measure the start mass", test.Method, test.Name)) .AddOperation(checkUiOp) .AddOperations(readTempPressOps) @@ -1014,33 +1014,6 @@ namespace TBF.Rig.TestMethods.StandingStartMassCollection } } } - - //...MF...kvapkanie - //------------------------------------------------ - Bridge.OnActivity(this, Strings.Measuring_the_weight); - //------------------------------------------------ - State.Create(string.Format("{0}({1}) : Measuring the end mass", test.Method, test.Name)) - .AddOperation(checkUiOp) - .AddOperations(readTempPressOps) - .AddOperation(testInProgress) - .AddOperation(scale.ReadStableMassOp(ref EndMass, test.TimeStop2Mass, test.MassMethod, test.MassRepeats, test.MassSpread)) - .AddOperation(new Operations.TimerOp(StableMassMsrmntTimeoutSec)) - .AddOperation(processDataLoggingOp) - .EnterState(); - do - { - e = StateMachine.WaitRunDevsRunOps(); - if (e.Contains(Event.Error)) { retVal = Event.Error; goto stopTest; } - if (TestAndLogUiCmdStop(test, e)) { retVal = Event.UiCmdStop; goto stopTest; } - if (e.Contains(Event.ScaleTimeout)) - { - Bridge.OnError(this, Strings.Mass_measurement_timeout); - retVal = Event.RecoverableError; - goto stopTest; - } - } - while (!e.Contains(Event.ScaleDone) && !e.Contains(Event.Next)); - /// } //------------------------------------------------