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.

Demo example

More
14 Nov 2015 10:25 #3660 by support
Replied by support on topic Demo example
You are right. Thanks for pointing this out, we will update the document to reflect it.

It has worked as described in the document in an earlier version, but the ReadItemValue has since been re-implemented as an extension method, and therefore the additional "Imports" or "using" is now necessary.

Best regards
The following user(s) said Thank You: pvs

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

More
14 Nov 2015 09:16 #3657 by pvs
Replied by pvs on topic Demo example
I solved the problem by adding the line
Imports OpcLabs.EasyOpc.DataAccess
at the code.

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

More
13 Nov 2015 12:54 #3656 by support
Replied by support on topic Demo example
Have you also referenced the assembly EasyOpcClassicExtensions?

Best regards

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

More
13 Nov 2015 12:27 #3655 by pvs
Demo example was created by pvs
I used the example from the Getting Sterted manual, but I received a error message:

textBox1.Text = easyDAClient1.ReadItemValue("", "OPCLabs.KitServer.2","Demo.Single").ToString();
ReadItemValue is not a member of the easyDAClient.
The application knows easyDAClient1, but not the method.

What did I do wrong?

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

Moderators: support
Time to create page: 0.055 seconds