I am currently working on a OPC UA application to get data form a OPC server. I get data when an item has changed using MonitoredItems, but I would like to get the data from the server at any time, not only when the values change.
Does someone know how to do that ?
The code I am using comes from here : OPC UA : minimal code that browses the root node of a server
Thanks a lot