wxw
2024-08-28 ec899ee7e9ead5152bd9b4c2dedd75c79cab6fb0
Admin.NET/WCS.Application/PLC/PLCUtil.cs
@@ -80,6 +80,9 @@
            case PLCDataTypeEnum.Double:
                result = _client.ReadDouble(address);
                break;
            case PLCDataTypeEnum.String:
                result = _client.ReadString(address);
                break;
            default:
                result = new IoTClient.Result<object>();
                break;