Clean-up
This commit is contained in:
parent
42010a6c26
commit
af38dbe81b
@ -526,11 +526,11 @@ namespace TBF.Rig.TestMethods.DiverterTest
|
|||||||
|
|
||||||
/// Delay 'TimeFlow2Mass', min. 5 seconds
|
/// Delay 'TimeFlow2Mass', min. 5 seconds
|
||||||
State.Create(string.Format("{0}({1}) : Delay {2}", test.Method, test.Name, divRepetNr))
|
State.Create(string.Format("{0}({1}) : Delay {2}", test.Method, test.Name, divRepetNr))
|
||||||
.AddOperation(checkUiOp)
|
.AddOperation(checkUiOp)
|
||||||
.AddOperations(readTempPressOps)
|
.AddOperations(readTempPressOps)
|
||||||
.AddOperation(processDataLoggingOp)
|
.AddOperation(processDataLoggingOp)
|
||||||
.AddOperation(new Operations.TimerOp(Math.Max(5, test.TimeFlow2Mass)))
|
.AddOperation(new Operations.TimerOp(Math.Max(5, test.TimeFlow2Mass)))
|
||||||
.EnterState();
|
.EnterState();
|
||||||
do {
|
do {
|
||||||
e = StateMachine.WaitRunDevsRunOps();
|
e = StateMachine.WaitRunDevsRunOps();
|
||||||
if (e.Contains(Event.Error)) { retVal = Event.Error; goto stopTest; }
|
if (e.Contains(Event.Error)) { retVal = Event.Error; goto stopTest; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user