From efe41a59c9c04128ecaec1775c889378ad250937 Mon Sep 17 00:00:00 2001 From: HCL <1625932291@qq.com> Date: Thu, 13 Jul 2023 12:57:31 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"1.=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E6=98=BE=E7=A4=BAPLC=E8=BF=9E=E6=8E=A5=E5=A4=B1=E8=B4=A5LOG""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 25b27772d32267e85d401b613e0fcfdac1efc645. --- MECF.Framework.RT.EquipmentLibrary/Devices/TcAds.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MECF.Framework.RT.EquipmentLibrary/Devices/TcAds.cs b/MECF.Framework.RT.EquipmentLibrary/Devices/TcAds.cs index ee05542..30e4bc5 100644 --- a/MECF.Framework.RT.EquipmentLibrary/Devices/TcAds.cs +++ b/MECF.Framework.RT.EquipmentLibrary/Devices/TcAds.cs @@ -303,7 +303,7 @@ namespace Aitex.Core.RT.Device.Devices { //if (!_isCommunicationError) //EV.PostInfoLog("PLC", $"Communication error with Siemens PLC , {write.Message}"); - LOG.Write($"PLC Communication error with Siemens PLC , {write.Message}"); + //LOG.Write($"PLC Communication error with Siemens PLC , {write.Message}"); //_isCommunicationError = true; } return write.IsSuccess;