From 8d623ae8fa3ada24a154a9df70ba6f3d2bbea558 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Thu, 27 Jul 2017 15:31:15 +0300 Subject: [PATCH] FirstStartMassCollectionSeq changes in progress --- .../FixedStartMassCollection/FixedStartMassCollectionSeq.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TestBenchFramework/BenchControl/TestMethods/FixedStartMassCollection/FixedStartMassCollectionSeq.cs b/TestBenchFramework/BenchControl/TestMethods/FixedStartMassCollection/FixedStartMassCollectionSeq.cs index cf2ffe983..8d184919d 100644 --- a/TestBenchFramework/BenchControl/TestMethods/FixedStartMassCollection/FixedStartMassCollectionSeq.cs +++ b/TestBenchFramework/BenchControl/TestMethods/FixedStartMassCollection/FixedStartMassCollectionSeq.cs @@ -374,8 +374,14 @@ namespace TBF.BenchControl.TestMethods.FixedStartMassCollection /// GenericDevices.IHasWMStatesForm dataEntryCmpnt = TbfComponents.FindComponent(StateMachine.Procedure.DataEntry) as GenericDevices.IHasWMStatesForm; + if (dataEntryCmpnt != null) { + if (dataEntryCmpnt is GenericDevices.IDataEntry && (dataEntryCmpnt as GenericDevices.IDataEntry).UsesCameras()) + { + + } + Bridge.OnActivity(this, Strings.Enter_water_meter_data); State.Create(string.Format("{0}({1}) : Entering begin-state", test.Method, test.Name)) .AddOperation((dataEntryCmpnt as GenericDevices.IHasWMStatesForm).ShowTestStartFormOp())