【发布时间】:2017-07-21 12:13:35
【问题描述】:
我目前正在开发一个 OPC UA 应用程序以从 OPC 服务器获取数据。我在使用 MonitoredItems 更改项目时获取数据,但我想随时从服务器获取数据,而不仅仅是在值更改时。
有人知道怎么做吗?
我使用的代码来自这里:OPC UA : minimal code that browses the root node of a server
非常感谢
【问题讨论】:
我目前正在开发一个 OPC UA 应用程序以从 OPC 服务器获取数据。我在使用 MonitoredItems 更改项目时获取数据,但我想随时从服务器获取数据,而不仅仅是在值更改时。
有人知道怎么做吗?
我使用的代码来自这里:OPC UA : minimal code that browses the root node of a server
非常感谢
【问题讨论】:
您可以随时针对您感兴趣的值发出 ReadRequest。
【讨论】: