OpcUaHelper
OpcUaHelper copied to clipboard
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏...
using (OpcUaHelper.Forms.FormBrowseServer form = new FormBrowseServer()) { form.ShowDialog(); } 在地址上填上我本地的OPC UA server 地址,点击Connect(我的OPC server是Prosys OPC UA Simulation Server), 出现以下错误,请帮忙看看,谢谢!! System.Reflection.TargetInvocationException HResult=0x80131604 Message=Exception has been thrown by the target of an...
Hello dathlin: 非常感谢你提供的 OPC UA库,对于学习和开发非常有帮助。有一个问题想请教一下 我在使用 UaExpert(一款常用的OPC UA 软件) 作为Opc Ua client 测试时,发现他会提供一个Event View的窗口,具体功能如下: “ This document type can be used to subscribe to events and alarms of the UA...
Hello, is it possible to read a structure UDT Element with this library? I mean with a return type connected to the UDT in the PLC definition?
如题,我使用ReadNoteAttributes() 方法,读取 说明,总是为空值,应该怎么处理
我通过subscription来订阅一个第三方opc ua server(KepserverEX 6.4)上的数据,共10个node, 每个node每隔100ms产生一个值,该值通过函数来生成,是递增的,这样能确保每个周期都有数据 通知到subscription; 但奇怪的是,不管server安装在局域网内的另一台机子上还是本机上,subscription订阅到的数据 都有缺失;作为对照,使用了java编译的另一个ua客户端来订阅数据,收到的数据是齐全的,同时,server本地存储的数据也是齐全的。 所以,我不确定是是不是opc foundation提供的库有问题。不知道您有没有测试过相关的性能。 谢谢解答!
订阅
订阅数据,客户端应该怎么设置订阅刷新的频率?
您好: 在使用OpcUaHelper.Tool查詢variable的時候發現如果opc server的variable太多 會無法讀取,測試了一下超過50個以上就會出現這個狀況 想問一下有沒有什麼解法? 照著說明寫了一個方法去遍歷節點嘗試 > public static void fore(OpcUaClient m_OpcUaClient,string opcid) { try { ReferenceDescription[] references = m_OpcUaClient.BrowseNodeReference(opcid); ReferenceDescription[] reff = m_OpcUaClient.BrowseNodeReference(""); foreach (var item in references) {...
Previous versions worked, but when using the latest tool, there was an "SHA1 signed certificates are not trusted" error when logging in anonymously. What should I do?
Bumps [OPCFoundation.NetStandard.Opc.Ua.Core](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.365.23 to 1.4.368.58. Release notes Sourced from OPCFoundation.NetStandard.Opc.Ua.Core's releases. OPC UA 1.04 Maintenance Update Various security and client reconnect related fixes. What's Changed Improve handling of Variant...
Bumps [OPCFoundation.NetStandard.Opc.Ua.Core](https://github.com/OPCFoundation/UA-.NETStandard) from 1.4.365.23 to 1.4.368.58. Release notes Sourced from OPCFoundation.NetStandard.Opc.Ua.Core's releases. OPC UA 1.04 Maintenance Update Various security and client reconnect related fixes. What's Changed Improve handling of Variant...