bool UsesCameras() added to IDataEntry and DataEntry components, DataEntry.StandardCamera added.

This commit is contained in:
Milan Hanajik
2017-07-27 16:37:58 +03:00
parent 62cb5cdba7
commit 3a38ca6b61
32 changed files with 7206 additions and 4 deletions
@@ -310,10 +310,10 @@ namespace TBF.BenchControl.TestMethods.FixedStartMassCollection
temperature_set:
//------------------------------------------------
//-----------------------------------------------------------------
Bridge.OnActivity(this, Strings.Stopping_flow_for_the_fixed_start);
//------------------------------------------------
State.Create(string.Format("{0}({1}) : Closing the start/stop valve before the fixed start test", test.Method, test.Name))
//-----------------------------------------------------------------
State.Create(string.Format("{0}({1}) : Closing the start/stop valve before the fixed start test", test.Method, test.Name))
.AddOperation(checkUiOp)
.AddOperation(StateMachine.ControlBoard.SetValvesOp(null, outPath.StartValve))
.AddOperation(heatMetersPath == null ? null : heatMetersPath.TMeterRefWarm1.ReadTempOp(ref TempRefHi1))