diff --git a/IoTGateway/IoTGateway.csproj b/IoTGateway/IoTGateway.csproj index bd09b13..17e1757 100644 --- a/IoTGateway/IoTGateway.csproj +++ b/IoTGateway/IoTGateway.csproj @@ -5,9 +5,12 @@ true InProcess zh-Hans,en + false + true true Linux True + diff --git a/Plugins/Drivers/OPC.DaClient/DeviceDaClient.cs b/Plugins/Drivers/OPC.DaClient/DeviceDaClient.cs index e204fa3..ccafe79 100644 --- a/Plugins/Drivers/OPC.DaClient/DeviceDaClient.cs +++ b/Plugins/Drivers/OPC.DaClient/DeviceDaClient.cs @@ -158,6 +158,7 @@ namespace OPC.DaClient break; case DataTypeEnum.AsciiString: case DataTypeEnum.Utf8String: + case DataTypeEnum.Any: ret.Value = dataValue; break; default: diff --git a/drivers/net6.0/OPC.DaClient.dll b/drivers/net6.0/OPC.DaClient.dll index 9ee3f73..2f3ce61 100644 Binary files a/drivers/net6.0/OPC.DaClient.dll and b/drivers/net6.0/OPC.DaClient.dll differ diff --git a/drivers/net6.0/OPC.DaClient.pdb b/drivers/net6.0/OPC.DaClient.pdb index 1353ae6..69fb8f9 100644 Binary files a/drivers/net6.0/OPC.DaClient.pdb and b/drivers/net6.0/OPC.DaClient.pdb differ