diff --git a/BPASmartClient.CustomResource/BPASmartClient.CustomResource.csproj b/BPASmartClient.CustomResource/BPASmartClient.CustomResource.csproj
index becbdc01..21014f94 100644
--- a/BPASmartClient.CustomResource/BPASmartClient.CustomResource.csproj
+++ b/BPASmartClient.CustomResource/BPASmartClient.CustomResource.csproj
@@ -22,6 +22,9 @@
+
+
+
@@ -223,6 +226,9 @@
+
+
+
diff --git a/BPASmartClient.CustomResource/Image/AGV/AGV小车.png b/BPASmartClient.CustomResource/Image/AGV/AGV小车.png
new file mode 100644
index 00000000..4b51b829
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/AGV/AGV小车.png differ
diff --git a/BPASmartClient.CustomResource/Image/AGV/AGV炒锅.png b/BPASmartClient.CustomResource/Image/AGV/AGV炒锅.png
new file mode 100644
index 00000000..81c8bdc0
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/AGV/AGV炒锅.png differ
diff --git a/BPASmartClient.CustomResource/Image/AGV/agv.png b/BPASmartClient.CustomResource/Image/AGV/agv.png
new file mode 100644
index 00000000..816e71ef
Binary files /dev/null and b/BPASmartClient.CustomResource/Image/AGV/agv.png differ
diff --git a/BPASmartClient.CustomResource/Themes/MyStyle.xaml b/BPASmartClient.CustomResource/Themes/MyStyle.xaml
index 535552ab..acdc7f56 100644
--- a/BPASmartClient.CustomResource/Themes/MyStyle.xaml
+++ b/BPASmartClient.CustomResource/Themes/MyStyle.xaml
@@ -172,6 +172,13 @@
+
diff --git a/BPASmartClient.Helper/ThreadManage.cs b/BPASmartClient.Helper/ThreadManage.cs
index 47598773..479efa1a 100644
--- a/BPASmartClient.Helper/ThreadManage.cs
+++ b/BPASmartClient.Helper/ThreadManage.cs
@@ -32,10 +32,6 @@ namespace BPASmartClient.Helper
if (CancellationTokenSources.ContainsKey(guid + key))
{
CancellationTokenSources[guid + key]?.Cancel();
- if (key.Equals("MainTask"))
- {
- ActionManage.GetInstance.Send("FryPotDosingMainTaskExit");
- }
ActionManage.GetInstance.Register(ExitCallback, guid + key);
}
else
diff --git a/FryPot_DosingSystem/AGV/WhichCart.cs b/FryPot_DosingSystem/AGV/WhichCart.cs
index eb915f41..6e84b46a 100644
--- a/FryPot_DosingSystem/AGV/WhichCart.cs
+++ b/FryPot_DosingSystem/AGV/WhichCart.cs
@@ -59,7 +59,8 @@ namespace FryPot_DosingSystem.AGV
public enum IsBool
{
Yes,
- No
+ No,
+ OnllYes
}
///
/// 是否运行
diff --git a/FryPot_DosingSystem/Control/DosingLogicControl.cs b/FryPot_DosingSystem/Control/DosingLogicControl.cs
index c4c3a4af..9ac1d5fb 100644
--- a/FryPot_DosingSystem/Control/DosingLogicControl.cs
+++ b/FryPot_DosingSystem/Control/DosingLogicControl.cs
@@ -84,9 +84,9 @@ namespace FryPot_DosingSystem.Control
bool LThreeErrorRecipe;//线体3错误配方标识
#endregion
#region agv临时变量
- bool agvArriveUpLoad = false;//agv是否到达线体1装料位置
- bool agvArriveLTwoUpLoad = false;//agv是否到达线体2装料位置
- bool agvArriveLThreeUpLoad = false;//agv是否到达线体3装料位置
+ bool agvArriveUpLoad = false;//agv是否到达线体1上料位置
+ bool agvArriveLTwoUpLoad = false;//agv是否到达线体2上料位置
+ bool agvArriveLThreeUpLoad = false;//agv是否到达线体3上料位置
bool agvArriveUnLoad = false;//线体1 agv是否到达炒锅送料位置
bool LTwoagvArriveUnLoad = false;//线体2 agv是否到达炒锅送料位置
@@ -218,15 +218,15 @@ namespace FryPot_DosingSystem.Control
globalVar = new GlobalVariable();
hardWareStatusModel = HardWareStatusViewModel.GetInstance;
ActionManage.GetInstance.Register(new Action