Professional OPC
Development Tools

logos

Online Forums

Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.

Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.

Do not use the Contact page for technical issues.

Force MonitoredItem to Read/Update on demand (Should be Easy)

More
12 Jan 2018 10:36 #5856 by support
Hello,

to my knowledge there is no "refresh" mechanism. You can use the "Read" as you mentioned, but if you experience blocking, use a second instance of EasyUAClient just for this Read, and set its "Isolated" property to 'true'.

Best regards

Please Log in or Create an account to join the conversation.

More
11 Jan 2018 16:33 #5855 by dataman1
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!

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.049 seconds