KWD há 3 meses atrás
pai
commit
2d0ccfa948
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      TeamAAS-VM/Core/Management.cs

+ 3 - 3
TeamAAS-VM/Core/Management.cs

@@ -3094,14 +3094,14 @@ namespace TeamAAS_VP.Core
                                                 }
                                                 //resultIndex = 2;
                                             }
+                                            data = gapDict.Copy();
+                                            data.Add("AssyPressure1", assypress);
+                                            SendTaskMessage($"Gap1:{gapDict["Gap1"]},Gap2:{gapDict["Gap2"]},Gap3:{gapDict["Gap3"]},Gap4:{gapDict["Gap4"]},Gap5:{gapDict["Gap5"]},Gap6:{gapDict["Gap6"]},组装压力:{assypress}", MessageLevel.Info);
                                         }
                                         catch (Exception ex)
                                         {
 
                                         }
-                                        data = gapDict.Copy();
-                                        data.Add("AssyPressure1", assypress);
-                                        SendTaskMessage($"Gap1:{gapDict["Gap1"]},Gap2:{gapDict["Gap2"]},Gap3:{gapDict["Gap3"]},Gap4:{gapDict["Gap4"]},Gap5:{gapDict["Gap5"]},Gap6:{gapDict["Gap6"]},组装压力:{assypress}", MessageLevel.Info);
                                         #region CSV数据
                                         bool assyPresRes;
                                         if (currentPressure[0] >= currentProduct.GlobalParamEx.AssemblyPressure.PressureDownLimit && currentPressure[0] <= currentProduct.GlobalParamEx.AssemblyPressure.PressureUpLimit)