OpcUaHelper icon indicating copy to clipboard operation
OpcUaHelper copied to clipboard

一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏...

Results 55 OpcUaHelper issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [OPCFoundation.NetStandard.Opc.Ua](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.365.23 to 1.4.368.58. Release notes Sourced from OPCFoundation.NetStandard.Opc.Ua's releases. OPC UA 1.04 Maintenance Update Various security and client reconnect related fixes. What's Changed Improve handling of Variant...

dependencies

Bumps [OPCFoundation.NetStandard.Opc.Ua](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.365.23 to 1.4.368.58. Release notes Sourced from OPCFoundation.NetStandard.Opc.Ua's releases. OPC UA 1.04 Maintenance Update Various security and client reconnect related fixes. What's Changed Improve handling of Variant...

dependencies

Bumps [OPCFoundation.NetStandard.Opc.Ua](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.365.23 to 1.4.368.58. Release notes Sourced from OPCFoundation.NetStandard.Opc.Ua's releases. OPC UA 1.04 Maintenance Update Various security and client reconnect related fixes. What's Changed Improve handling of Variant...

dependencies

Bumps [OPCFoundation.NetStandard.Opc.Ua](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.365.23 to 1.4.368.58. Release notes Sourced from OPCFoundation.NetStandard.Opc.Ua's releases. OPC UA 1.04 Maintenance Update Various security and client reconnect related fixes. What's Changed Improve handling of Variant...

dependencies

获取子节点过多会陷入死循环,OpcUaHelper.FormUtils第487行: ‘revisedContiuationPoints = continuationPoints;’ 应该改为: ‘continuationPoints = revisedContiuationPoints’

使用该API订阅服务器大约20个节点,信号类型为byte,在回调函数的notification判断不为空的前提下,变化的value仍然偶发 为空,导致我没有正确获取服务器信号,如图 ![image](https://user-images.githubusercontent.com/77435774/145995235-1cb8c431-3285-4b75-9619-c069d0033bf7.png)

![image](https://user-images.githubusercontent.com/66012782/145745718-d55afbda-b221-4204-8b8d-b2bc8b0373b8.png)