Bugs in sequences fixed: Missing CheckUiOp

This commit is contained in:
Milan Hanajik
2014-09-26 17:48:55 +02:00
parent 26620f1fd1
commit 1c34946a6b
7 changed files with 20 additions and 24 deletions
@@ -27,11 +27,9 @@ namespace TBF.BenchControl.TestMethods.ReferenceFlowmeterCalibration
{
Elde.ControlBoardDev cBrd = StateMachine.ControlBoard;
/// Operations running in more then one state
checkUiOp = new Operations.CheckUIOp(true);
IList<Event> e; /// Events from currently running operations
Event retVal = Event.Done;
IList<Event> e = new List<Event>(); /// Events from currently running operations
Event retVal = Event.Done;
checkUiOp = new Operations.CheckUIOp(true); /// Runs in more then one state
ltrPerRefPulse = outPath.FlowMeter.LtrPerPulse; /// [ltr/pulse], nominal flow in [m3/h]