From 1c14a9511606175b196e5816fc3b3e6cf7287dc8 Mon Sep 17 00:00:00 2001 From: lxw Date: Thu, 20 Jun 2024 13:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3plc=20=E7=A7=BB=E4=BB=93?= =?UTF-8?q?=E7=82=B9=E4=B8=A4=E6=AC=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Plc/Client/PlcMgr.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Service/Plc/Client/PlcMgr.cs b/Service/Plc/Client/PlcMgr.cs index 024b232..fab9b8c 100644 --- a/Service/Plc/Client/PlcMgr.cs +++ b/Service/Plc/Client/PlcMgr.cs @@ -183,6 +183,7 @@ public class PlcMgr { if (PlcClient != null) { + ResetPlc(); return PlcToHostData.TaskType.Value == taskNo; }