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.

Order of operations in IEasyUAClient.WriteMultiple

More
09 Apr 2025 19:53 #13545 by support
Hello.

In most cases, the current implementation will issue a single OPC Write call in which the arguments are ordered in the same way your code has specified, but this behavior should be considered an implementation detail and *is not guaranteed*, intentionally.

More about non-guarantees:  kb.opclabs.com/Non-guarantees

If you need ordered Write-s, you should issue separate calls, in that order. 

Best regards
 

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

More
09 Apr 2025 19:21 #13544 by aris
Does
Code:
IEasyUAClient.WriteMultiple(requests)
ensure that the write operations are performed in the same order as they appear in the
Code:
requests
array, or does it only guarantee that the results are returned in the same order as the requests?

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

Moderators: supportvaclav.zaloudek
Time to create page: 0.128 seconds