From d77a9ee29584231b1ddcbd2bc3c91e2d044d36a2 Mon Sep 17 00:00:00 2001 From: wangyueyang <645583145@qq.com> Date: Tue, 17 Sep 2024 22:41:27 +0800 Subject: [PATCH] =?UTF-8?q?plc=E8=B6=85=E6=97=B6=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Plc/Client/ClientMgr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/Plc/Client/ClientMgr.cs b/Service/Plc/Client/ClientMgr.cs index c801dfd..d1ae38b 100644 --- a/Service/Plc/Client/ClientMgr.cs +++ b/Service/Plc/Client/ClientMgr.cs @@ -51,7 +51,7 @@ public static class ClientMgr // client.SendAuth(); }; //ip - PlcClient.InitBootstrap(netInfo.NetAddr, int.Parse(netInfo.NetPort), 30, 30, 30); + PlcClient.InitBootstrap(netInfo.NetAddr, int.Parse(netInfo.NetPort), 30, 0, 0); /*Task.Run(() => {*/