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.

Topic Timeout

More
03 Nov 2011 11:39 #596 by support
Replied by support on topic Re: Topic Timeout
This can only appear with either ReadItemValue or ReadMultipleItemValues methods. These functions need a valid value from the OPC server, that is, a value that has Good or at least Uncertain quality. The error means that the OPC server has provided a Value-Quality-Timestamp that has a Bad quality (and therefore no valid value with it), and has not supplied anything better (Uncertain or Good) during the timeout period. The methods attempt to wait, but cannot wait forever.
With ReadItem or ReadMultipleItems methods, the component returns whatever Value-Quality-Timestamp is provided by the server, i.e. does not attempt to wait for the Good or Uncertain quality.
Which method to use depends on the needs of the application. If, for example, you need to sum up two numbers that you read from the OPC server, and use the result of that computations for some further processing, there is no point doing it until you actually obtain the valid values for the computation. So, in this case, you would use ReadMultipleItemValues. If, in a different scenario, you need to display the current status of some tag on the screen, you may want to indicate which quality it has, and in this case you would simply use ReadMultipleItems, without waiting for a valid value.

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

More
03 Nov 2011 07:52 #593 by owe@eurosys.se
Topic Timeout was created by owe@eurosys.se
Hi!
I 've gotten the following message 4 times today. What does it indicate. Problem in the OPC server?
I've got a timeout set to 15 seconds.
Topic not updated with quality that is not bad (timeout).

>Regards Owe

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

Moderators: support
Time to create page: 0.049 seconds