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; }