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.
Read sync or async
- A proper behavior of the QuickOPC component. In this case, the error messages describe pretty well what has happened, and the troubleshooting would be to analyze what has happened to the server, i.e. why is it not giving the responses it should.
- Or, as with any software, it can be some kind of a problem inside the component, that just manifests itself with these errors.
The way to tell which is the case would be to place OPC Analyzer in between the client and the server. If you, however, suspect that the problem might be related to the settings you/we have mentioned (sync/async, and automatic subscriptions), I'd rather suggest to modify the settings first, and see if it helps.
Please Log in or Create an account to join the conversation.
We are using version 5.23.494.1
Any ideas regarding the errors below?
other error
Please Log in or Create an account to join the conversation.
can you please provide 1) the product version&build number with which you are seeing the problem, and 2) what precisely are the symptoms of "it crashes".
To your questions:
- Even if you do not explicitly subscribe, the component may subscribe internally, in order to optimize further reads. This can be disabled: www.opclabs.com/forum/reading-writing-subscriptions-property...scriptions-made-with-opc-reads .
- By default, both sync and async reads are allowed, and the async is preferred. This means that by default, whenever the target OPC server support async reads AND the component succeeds in establishing the callback interface with the server, async is used. You can switch to sync-only by setting (on EasyDAClient object) the InstanceParameters.Mode.AllowAsynchronousMethod property to 'false'.
Location of some of the parameters mentioned above depends on the product version.
Best regards,
Please Log in or Create an account to join the conversation.
We have some problems with using opclabs .net with readitemvalue every x minutes. After some days it crashes.
As the items are not subscribed, we need to know if it is a sync or async read, and what other parameters are used in opclabs dll.
Can you provide us some info regarding this issue.
Tks in advance!
Please Log in or Create an account to join the conversation.