From 3ea526e5542318b22083a927c2d9e1478b3ac5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=AB=E9=94=84=E5=A4=B4?= Date: Tue, 16 Apr 2024 15:33:14 +0800 Subject: [PATCH] 11 --- ProductionSystem/Untils/Tool/UxTool.cs | 2 +- ProductionSystem/Untils/Tool/Uy.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }