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.

Create Simple OPC DA client as .NET DLL

More
17 Jan 2022 15:39 #10548 by support
Hello,
thank you for your interest in our products.

You probably just need to reference OpcLabs.EasyOpcClassic.dll assembly. See:
opclabs.doc-that.com/files/onlinedocs/QuickOpc/Latest/User%2...the%20Assemblies%20(.NET).html

and then instantiate like "var client = new EasyDAClient();" and use the API.

There are many examples in the C# and VB.NET solutions that come with product that are just simple console apps and are doing it in this way.

I hope this helps. Let me know if you need further help.

Best regards

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

More
17 Jan 2022 15:23 #10547 by JImJImJIm
Hello,
I have used the sample .NET forms demo project EasyOpcNetDemo and it does what I want i.e. just basic read / write.
I will be using the OPC server name and tags from static variables, so no browsing etc.
The demo project declares easyDAClient1 on the form, so how do I declare without a form. I.e what references, using etc do I need to get started?
Is there another demo?

Regards

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

Moderators: support
Time to create page: 0.053 seconds