Register    Login
 
Professional OPC Development Tools
And Services
 
 
ProductsQuickOPC.NETVB.NET
 
 
Links: Related Pages
 
Links: Related Services Maximize
 
Links: Related Products
 
Links: Related Resources
 
Catalog Listings
 
QuickOPC.NET in Visual Basic (VB.NET)

QuickOPC.NET will make it easy for you to integrate OPC client functionality into your Visual Basic.NET solution (VB6 users click here). Reading a value from OPC Data Access server, or writing a data value can be achieved in just one or two lines of code. You can also set up subscriptions and receive event notifications about data changes.

Component interfaces hide the complexities of OPC, are designed specifically with .NET and Visual Basic.NET developer in mind, making you feel right at home when referencing and using them.

The components can be used from various environments: Windows Forms, ASP.NET pages, console applications, Windows services, and WPF applications are all supported. The development tool we have targeted primarily is Visual Studio 2008 and 2010.

  • New: QuickOPC can now connect to OPC UA (Unified Architecture) servers.
  • New: QuickOPC.NET now fully supports Visual Studio 2010, and .NET Framework 4.
  • New: QuickOPC.NET now supports 64-bit development.

QuickOPC.NET Price List

 
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.

 

Not looking for VB.NET, but rather "classic" Visual Basic (VB6)? Have a look at QuickOPC-COM instead.

QuickOPC Editions

 
Simple QuickOPC Example in Visual Basic (VB.NET)

The code below (in Visual Basic language) 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"))

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,
    Sub(sender, args) Console.WriteLine(args.Vtq.Value))

No other product can do this in such a clear and concise code, in a single statement!

 
Key Features (OPC "Classic" Products) Minimize
  • Specifications: OPC Data Access 1.0, 2.0 and 3.0, OPC Alarms and Events 1.10 and earlier, OPC Unified Architecture (through UA COM Proxy - included).
  • Tested for compliance with OPC protocol 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

 
 
 
 
 

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