From 28c6969c3ec7706c5d0cb7c65b0d1f045e68961b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=84=8F=20=E5=BD=AD?= <2417589739@qq.com> Date: Mon, 25 Apr 2022 09:41:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E5=8D=A1=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HBLConsole.Communication/ConnectHelper.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HBLConsole.Communication/ConnectHelper.cs b/HBLConsole.Communication/ConnectHelper.cs index 89cd5f5..4500d81 100644 --- a/HBLConsole.Communication/ConnectHelper.cs +++ b/HBLConsole.Communication/ConnectHelper.cs @@ -51,6 +51,12 @@ namespace HBLConsole.Communication LebaiHelper.GetInstance.Connect(tcp.IP); } break; + case EDeviceType.JAKA: + //if (item.Device is ModbusTcp tcp) + //{ + // LebaiHelper.GetInstance.Connect(tcp.IP); + //} + break; default: break; }