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.

Async writes

More
29 Mar 2011 10:07 #336 by support
Replied by support on topic Re: Async writes
.... here is some more information:

It is possible to invoke OPC Async Writes with the component – the calls will look, however, as synchronous calls in the API to your application. You can enforce OPC Async Writes by setting component properties as follows:

ClientMode.AllowSynchronousMethod = false;
ClientMode.AllowAsynchronousMethod = true;

Note: The QuickOPC-COM product includes a full notion of async calls in the API, with AsyncOperation objects; the same thing is not currently in QuickOPC.NET, but is considered for next version.

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

More
29 Mar 2011 10:06 #335 by support
Async writes was created by support
<span style="font-family: "Tahoma","sans-serif"; font-size: 10pt">From:<span style="font-family: "Tahoma","sans-serif"; font-size: 10pt"> D.
Sent: Monday, March 28, 2011 9:36 AM
To: Zbynek Zahradnik
Subject: Re-2: EasyOPC .NET

<span style="font-family: "Courier New"; color: black; font-size: 10pt">Dear Mr. Zahradnik,
<span style="font-family: "Courier New"; color: black; font-size: 10pt">[.....] I will come back on you, since the API is quite straightforward, even so I missed the capability to perform async writes - of course I can use the .NET background work capability, but why not make use of the OPC async interface instead.
<span style="font-family: "Courier New"; color: black; font-size: 10pt">
<span style="font-family: "Courier New"; color: black; font-size: 10pt">.....
<span style="font-family: "Courier New"; color: black; font-size: 10pt">D.

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

Moderators: support
Time to create page: 0.050 seconds