diff --git a/ProductionSystem/Untils/Tool/UxTool.cs b/ProductionSystem/Untils/Tool/UxTool.cs index 899183a..caa8c5f 100644 --- a/ProductionSystem/Untils/Tool/UxTool.cs +++ b/ProductionSystem/Untils/Tool/UxTool.cs @@ -138,7 +138,7 @@ namespace ProductionSystem.Untils.Tool _timer = null; Thread.Sleep(600); var sendMes = GetMsg(0); - for (int i = 0; i < 100; i++) + for (int i = 0; i < 10; i++) { mfSerialInfo.SendMessage(sendMes); } diff --git a/ProductionSystem/Untils/Tool/Uy.cs b/ProductionSystem/Untils/Tool/Uy.cs index a608a04..0bc82c6 100644 --- a/ProductionSystem/Untils/Tool/Uy.cs +++ b/ProductionSystem/Untils/Tool/Uy.cs @@ -143,7 +143,7 @@ namespace ProductionSystem.Untils.Tool _timer = null; Thread.Sleep(600); var sendMes = GetMsg(0); - for (int i = 0; i < 100; i++) + for (int i = 0; i < 10; i++) { mfSerialInfo.SendMessage(sendMes); }