PumpFM,pumpTandem test parameter Power replaced by parameter Entities.Test.PumpPower,

all changes done except of UI changes (which can be done in more different ways)
This commit is contained in:
Milan Hanajik
2015-01-17 04:52:42 +01:00
parent a0fb8000f0
commit d3532a2796
20 changed files with 21 additions and 285 deletions
@@ -100,8 +100,8 @@ namespace TBF.BenchControl.TestMethods.FlyingStartCollectionMethod
//------------------------------------------------
Bridge.OnActivity(this, Strings.Setting_the_flow);
//------------------------------------------------
foreach (var pump in PumpsWithFM) pump.TurnOnDfltPower();
State.Create("FlyingStartCollectionMethod : Starting the pump")
if (inPath.Pump is GenericDevices.IPumpFM) (inPath.Pump as GenericDevices.IPumpFM).TurnOn(test.PumpPower);
State.Create("FlyingStartCollectionMethod : Starting the pump")
.AddOperation(checkUiOp)
.AddOperation(cBrd.SetValvesOp(inPath.Pump, null))
.EnterState();