Professional OPC
Development Tools

logos

header

Featured Product: QuickOPC

With QuickOPC, you can forget pages of complicated code and get results with a few lines of code using a programming tool and language of your choice. Benefits...

The simple code below (in C# language) reads and displays an item value, using QuickOPC in .NET:

// Read item value and display it in a message box 
MessageBox.Show(EasyDAClient.SharedInstance.ReadItemValue(
"", "OPCLabs.KitServer.2", "Demo.Single").ToString());

The code below subscribes to changes of an item, and displays the value with each change:

// The callback is a lambda expression that displays the value 
EasyDAClient.SharedInstance.SubscribeItem(
    "", "OPCLabs.KitServer.2", "Demo.Single", 1000,
    (_, args) => Console.WriteLine(args.Vtq.Value));

No other product can do this in such a clear and concise code, in a single statement! The programming is straightforward, and the developer can focus on getting the work done and not on fighting the intricacies of OPC protocols.

The same code simplicity is maintained in other programming languages. Click the link to explore the corresponding examples in Visual Basic (VB.NET).

OPC Certification

CertificationLogo-Certified-Small-Compressed-ProgressiveQuickOPC (by the means of its Connectivity Explorer application) is certified for compliance by OPC Foundation Certification Testing Laboratory. For OPC Unified Architecture, it is the first product of its kind (.NET-based client toolkit) that has been awarded this certification.

General 11 topics

This category is view-only. We use it to convey information to our user base and broader community.
Category
Last Post

Announcements 11 topics

Contains topics of interest that relate to support forums, including *** RULES FOR FORUM POSTS ***.
Re: Rules for forum posts
by support
22 Nov 2019 15:13

Discussions 2056 topics

Registered users may post here, the discussion are publicly viewable. Use this category to obtain technical support.
Category
Last Post
Please post your suggestions and wishes here, for all our products.

Tools 16 topics

Tool applications that ship with our products or separately.
Re: Update to Version 2020.2
by support
20 Feb 2024 17:43

Excel Connector 15 topics

With the Excel Connector, you can set up a communication link between Excel and any OPC server. It is possible to subscribe to and view real-time data, and also write the data back.

OPC Classic, OPC XML and OPC UA servers are supported. No programming, macros or add-ins are necessary.

PicoOPC 3 topics

Provides support for PicoOPC minimalistic OPC library.
Provides support for QuickOPC-Classic in .NET-based tools. This category is meant for OPC "Classic" (COM/DCOM based) specifications - currently, OPC-DA and OPC-A&E are supported.
Re: Tag Value Trigger
by support
02 Aug 2024 06:47
Provides support for QuickOPC-Classic in COM-based tools. This category is meant for OPC "Classic" (COM/DCOM based) specifications - currently, OPC-DA and OPC-A&E are supported.

QuickOPC-UA in .NET 550 topics

Provides support for QuickOPC-UA (for OPC Unified Architecture) in .NET-based tools.

QuickOPC-UA in COM 204 topics

Provides support for QuickOPC-UA (for OPC Unified Architecture) in COM-based tools.

Platform-specific 16 topics

For questions and issues that relate to specific development or runtime platforms.

QuickOPC in Python No topics

OPC client and subscriber development in Python with QuickOPC toolkit.
No topics

Members

  • Total users online: 0 Members and 590 Guests Online

Statistics

  • Total Messages: 12044
  • Total Sections: 2
  • Today Open: 0
  • Today Total Answer: 0
  • Total Subjects: 2067
  • Total Categories: 50
  • Yesterday Open: 0
  • Yesterday Total Answer: 0
  • Total Users: 2242
  • Latest Member: zaloudek
Time to create page: 0.051 seconds