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.
- Forum
- Discussions
- QuickOPC-Classic in COM
- Reading, Writing, Subscriptions, Property Access
- com_exception: Description: Write not completed.
com_exception: Description: Write not completed.
Please Log in or Create an account to join the conversation.
Right now I have this installed under a trial license. Let me guess that the trial allows the connection for about 30 minutes? It is consistently failing after what seems to be 30 minutes. I can confirm this is the case with the licensed version that I have.
Thanks for your help. Every project that I work on for customers I'm recommending this com object for development. It really is a great product you have here.
Please Log in or Create an account to join the conversation.
Your code should be handling COM exceptions from calls to QuickOPC methods (except those with "Multiple" in their name). Any error reported by the target OPC server would be a COM exception as well, and you cannot rule them out, so the code should not crash in this case.
Please Log in or Create an account to join the conversation.
exception 'com_exception' with message 'Error [0x800706be] The remote procedure call failed. ...
This is happening when trying to write to one opc item.
I'll keep you updated if I notice anything else.
Please Log in or Create an account to join the conversation.
Best regards
Please Log in or Create an account to join the conversation.
Thanks, I'll test this one out and let you know.
-Doug
Please Log in or Create an account to join the conversation.
The build number is on the first page of the installation wizard.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Forum
- Discussions
- QuickOPC-Classic in COM
- Reading, Writing, Subscriptions, Property Access
- com_exception: Description: Write not completed.