From 3afb9700d3f816758589fc62df0607c1f272286c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?liming=20=E8=94=A1?= Date: Mon, 3 Aug 2026 20:11:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E8=BF=9B=E7=AB=99=E3=80=81=E5=87=BA=E7=AB=99=E7=9A=84?= =?UTF-8?q?=E6=80=BB=E8=80=97=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JinYuan.ControlCenter/ControlCenter_Plc.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JinYuan.ControlCenter/ControlCenter_Plc.cs b/JinYuan.ControlCenter/ControlCenter_Plc.cs index 3f665e0..5882474 100644 --- a/JinYuan.ControlCenter/ControlCenter_Plc.cs +++ b/JinYuan.ControlCenter/ControlCenter_Plc.cs @@ -587,7 +587,7 @@ namespace JinYuan.ControlCenters sw2.Stop(); ////输出上料数据处理耗时: CommonMethods.AddDataMonitorLog(0, $"外观检测进站共耗时:{sw2.Elapsed.TotalMilliseconds}ms"); - + LoggerHelp.WriteInfo($"外观检测进站共耗时:{sw2.Elapsed.TotalMilliseconds}ms"); } } @@ -2269,6 +2269,7 @@ namespace JinYuan.ControlCenters sw2.Stop(); ////输出下料数据处理耗时: CommonMethods.AddDataMonitorLog(0, $"外观检测出站共耗时:{sw2.Elapsed.TotalMilliseconds}ms"); + LoggerHelp.WriteInfo($"外观检测进站共耗时:{sw2.Elapsed.TotalMilliseconds}ms"); } } ///