I currently add items to the EasyUAClient by using SubscribeMultipleMonitoredItems(). Everything works fine except I would like to periodically do a refresh on all of the values. I have tried doing a ReadMultiple() with all the same items, but the problem is that it will hang the uaclient until it is completed.
Is there any way to force the monitored items to refresh the values on demand? I wasn't sure if there was a parameter to change that would cause a refresh? I know I can do a unsubscribe/resubscribe to achieve want I want, but thought I would ask if there is another mechanism.
Thanks for all your help!
Is there any way to force the monitored items to refresh the values on demand? I wasn't sure if there was a parameter to change that would cause a refresh? I know I can do a unsubscribe/resubscribe to achieve want I want, but thought I would ask if there is another mechanism.
Thanks for all your help!