Browse Source

思泰克添加自动切换工单

yhluo 3 months ago
parent
commit
061bddc5b7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      UAS_MES_BG/FunctionCode/Make/Make_ParseLog.cs

+ 3 - 1
UAS_MES_BG/FunctionCode/Make/Make_ParseLog.cs

@@ -127,7 +127,9 @@ namespace UAS_MES_NEW.Make
                 case 1:
                     currFileType = "csv";
                     equiType = "SPI";
-                    SPITimer.Stop();
+
+                    SPITimer_Tick(null, null);
+                    SPITimer.Start();
                     break;
                 case 2:
                     currFileType = "txt";