Stop Backflow Valve added, used in FlyingStartMassCollection method, ver.2.4.248.
This commit is contained in:
+3
-3
@@ -153,11 +153,11 @@ namespace TBF.BenchControl.TestMethods.FlyingStartMassCollection
|
||||
}
|
||||
|
||||
|
||||
if (outPath.StartValve != null)
|
||||
if (benchPath.StopBFValve != null)
|
||||
{
|
||||
State.Create("FlyingStartMassCollection : Opening the start/stop valve")
|
||||
State.Create("FlyingStartMassCollection : Opening the stop backflow valve")
|
||||
.AddOperation(checkUiOp)
|
||||
.AddOperation(StateMachine.ControlBoard.SetValvesOp(outPath.StartValve, null))
|
||||
.AddOperation(StateMachine.ControlBoard.SetValvesOp(benchPath.StopBFValve, null))
|
||||
.AddOperation(StateMachine.ControlBoard.UpdateTankWeightOp())
|
||||
.EnterState();
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user