diff --git a/FryPot_DosingSystem/Control/DosingLogicControl.cs b/FryPot_DosingSystem/Control/DosingLogicControl.cs index 8d1d2f76..be36d8dc 100644 --- a/FryPot_DosingSystem/Control/DosingLogicControl.cs +++ b/FryPot_DosingSystem/Control/DosingLogicControl.cs @@ -1211,15 +1211,21 @@ namespace FryPot_DosingSystem.Control { ThreadManage.GetInstance().StopTask("空桶清洗任务线程", new Action(() => { + globalVar.rollerLineOne.StationEight = 0; globalVar.rollerLineOne.EmptyRollerNums.Clear(); + globalVar.rollerLineOne.EmptyRollerNums.Add(108); globalVar.rollerLineOne.IsEpmtyBefore = false; - // globalVar.rollerLineOne.CanRun = true; + // globalVar.rollerLineOne.CanRun = true; + globalVar.rollerLineTwo.StationEight = 0; globalVar.rollerLineTwo.EmptyRollerNums.Clear(); + globalVar.rollerLineTwo.EmptyRollerNums.Add(208); globalVar.rollerLineTwo.IsEpmtyBefore = false; //globalVar.rollerLineTwo.CanRun = true; + globalVar.rollerLineThree.StationEight = 0; globalVar.rollerLineThree.EmptyRollerNums.Clear(); + globalVar.rollerLineThree.EmptyRollerNums.Add(308); globalVar.rollerLineThree.IsEpmtyBefore = false; //globalVar.rollerLineThree.CanRun = true; diff --git a/FryPot_DosingSystem/Control/GlobalVariable.cs b/FryPot_DosingSystem/Control/GlobalVariable.cs index 99242997..eb444f1e 100644 --- a/FryPot_DosingSystem/Control/GlobalVariable.cs +++ b/FryPot_DosingSystem/Control/GlobalVariable.cs @@ -267,7 +267,7 @@ namespace FryPot_DosingSystem.Control /// /// 线体1上所有空桶的编号集合 /// - public List EmptyRollerNums { get; set; } = new List() {108}; + public List EmptyRollerNums { get; set; } = new List(); } /// /// 滚筒线2相关变量 @@ -336,7 +336,7 @@ namespace FryPot_DosingSystem.Control /// /// 线体2上所有空桶的编号集合 /// - public List EmptyRollerNums { get; set; }=new List() { 208}; + public List EmptyRollerNums { get; set; } = new List(); } /// /// 滚筒线3相关变量 diff --git a/FryPot_DosingSystem/View/DebugView.xaml b/FryPot_DosingSystem/View/DebugView.xaml index a4601294..5e29cf2e 100644 --- a/FryPot_DosingSystem/View/DebugView.xaml +++ b/FryPot_DosingSystem/View/DebugView.xaml @@ -39,11 +39,11 @@ - + - +