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 @@
-
+
-
+
@@ -60,13 +60,14 @@
-
+
-
+
+
@@ -81,9 +82,9 @@
-
+
-
+
@@ -97,13 +98,14 @@
-
+
-
+
+
@@ -116,9 +118,9 @@
-
+
-
+
@@ -132,13 +134,14 @@
-
+
-
+
+
diff --git a/SmartClient.sln b/SmartClient.sln
index d4c6d340..740fe85b 100644
--- a/SmartClient.sln
+++ b/SmartClient.sln
@@ -120,8 +120,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPASmartClient.MilkWithTea"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPASmartClient.KHKJ", "BPASmartClient.KHKJ\BPASmartClient.KHKJ.csproj", "{C0060FB3-7AEA-4D14-ADCE-DB78D3665D5B}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPASmartClient.KHKJ", "BPASmartClient.KHKJ\BPASmartClient.KHKJ.csproj", "{C0060FB3-7AEA-4D14-ADCE-DB78D3665D5B}"
-EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPASmartClient.MorkTM", "BPASmartClient.MorkTM\BPASmartClient.MorkTM.csproj", "{1612F583-D328-45C6-8BB1-5D41B8F1D216}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BPASmartClient.Nfc", "BPASmartClient.Nfc\BPASmartClient.Nfc.csproj", "{42D35B7C-764C-4692-AA85-9B343A0F5B7F}"