Register    Login
 
OPC Professionals
At Your Disposal
 
 
ProductsQuickOPC.NET
 

 
Links: Related Pages
 
Links: Related Services Maximize
 
Links: Related Products
 
Links: Related Resources
 
Catalog Listings
 
QuickOPC.NET

Are you having difficulties incorporating the OPC data into your solution? Need to do it quickly and in quality? If so, QuickOPC.NET comes to the rescue.

QuickOPC.NET is a set of components that simplify the task of integrating OPC into applications. Reading a value from OPC Data Access server, or writing a data value can be achieved in just one or two lines of code.

QuickOPC.NET is a radically new approach to access OPC data. Traditionally, OPC programming required complicated code, no matter whether you use OPC custom or automation interfaces. OPC Server objects must be instantiated, OPC Group objects must be created and manipulated, OPC Items must be added and managed properly, and subscriptions must be established and maintained. Too many lines of error-prone code must be written to achieve a simple goal – reading or writing a value.

The components can be used from various languages and environments. The available examples show how the components can be used from C#, Visual Basic.NET, and managed C++. Windows Forms, ASP.NET pages, Windows services, console applications, and WPF applications are all supported. The development tool we have targeted primarily is Visual Studio 2008 and 2010.

  • New: QuickOPC now allows development of OPC Alarms and Events clients.
  • New: QuickOPC can now connect to OPC UA (Universal Architecture) servers.
  • New: QuickOPC.NET now fully supports Visual Studio 2010, and .NET Framework 4.
  • New: QuickOPC.NET now supports 64-bit development.
 
Software Download

You can download the product from the Downloads page.

The downloaded software runs with a trial license, and can be upgraded to full version by simply adding a commercial license, without reinstallation.

 

If you are using a development tool that is not .NET-based, and supports COM Automation, check out QuickOPC-COM instead. You can also buy QuickOPC Combo with license to both QuickOPC.NET and QuickOPC-COM.

QuickOPC Editions

 
Key Features (OPC "Classic" Products)
  • Specifications: OPC Data Access 1.0, 2.0 and 3.0, OPC Alarms and Events 1.10 and earlier, OPC Universal Architecture (through UA COM Proxy - included).
  • Tested for compliance with standards and interoperability.
  • Supports operating systems from Windows XP, Windows Server 2003 to Windows Vista, Windows 7 and Windows Server 2008 R2.
  • Multi-threaded, non-blocking design for high performance.
  • Internal messaging layer provides isolation between OPC communications and the custom client code, resulting in high resiliency.
  • Automatically connects to and disconnects from OPC Servers.
  • Automatically adds, removes and maintains OPC groups and items.
  • Conserves resources behind-the-scenes by automatically disposing of objects that are not being used.
  • No limits to number of connections, subscriptions, or tags.
  • Automatic server status checking, detection of connection problems and server failures, and automatic reconnects.
  • Maintains client state and reconstructs the internal state of OPC server after reconnection.
  • Supports all flavors of OPC synchronous and asynchronous reads and writes, subscriptions, browsing, and property access.
  • Multiple independent OPC server connections.
  • Intelligent OPC Group parameter optimization.

Leaflet

 
Simple QuickOPC Example in C# Minimize

The code below (in C#) reads and displays an item value, using QuickOPC.NET:
// Read item value and display it in a message box
MessageBox.Show(EasyDAClient.DefaultInstance.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.DefaultInstance.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 same code simplicity is maintained in other programming languages. Here are the corresponding examples in Visual Basic (VB.NET).

 
QuickOPC-COM and QuickOPC.NET Documentation

All downloadable and online documentation is available from the QuickOPC-Classic Documentation page.

 
Price List

Currency:     The total item price is the sum of the selected choices and options.

 

  
 
 
 
 
 

 
 
 
 
Home|Services|Products|Purchase|Downloads|Support|Resources|Company|Contact
Copyright 2007-2011 by OPC Labs Terms Of Use Privacy Statement February 4, 2012