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.

Timeout expired for WriteItemValue

More
01 Nov 2013 15:26 #1525 by support
Yes. Either the OPC server itself may report a timeout, but if it does not and still take too long, we make sure that the method returns anyway, after the configurable timeout.

In this case, however, the operation is not cancelled, so it may nor may not complete successfully - it happens after the method call has returned, so your code has no way of knowing.

The default timeouts are quite long: 1 minute.

Best regards

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

More
31 Oct 2013 10:13 #1524 by SILI
If I call WriteItemValue and the timeout EasyDAClient.Timeouts.WriteItem has expired, the function will return, right? Is an OPCException thrown if the value wasn`t written successfully within timout period?

What are the defaults for EasyDAClient.Timeouts.WriteItem/ReadItem?
Should I increase these or other values to ensure that the values can be written or read successfully within timeout?

Thanks for help!

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

Moderators: support
Time to create page: 0.049 seconds