Register    Login
 

OPC Professionals
At Your Disposal

 
Home
 
Services

Got OPC project?
Need training or consulting?
Contact Us!

 
News and Announcements
Technical Support Forums are now online - Monday, February 22, 2010

We will now use the forums as the main venue for technical support. Also, the web site has been improved in many aspects, and the information made up-to-date.

 read more ...
QuickOPC.NET 5.00 released to production - Saturday, December 19, 2009

Version 5 is a brand new version with interfaces that are tailored to .NET, abandoning the COM automation heritage.

 
OPC Labs attended European OPC Interoperability Workshop 2009 in Nuremberg - Friday, October 02, 2009

This year we have added QuickOPC.NET to the interop portfolio, and have successfully tested it with numerous 3-rd party OPC servers. QuickOPC.NET received the "Self-certified" logo.

 
     
 
Welcome to OPC Labs

OPC Labs, an independent software vendor, develop advanced software based on OPC technology. We provide commercial off-the-shelf automation software, as well as custom programming services and consulting. OPC Labs have developed multiple custom OPC servers for complex protocols, custom clients, and combined client-server tools with computational capabilities. Our flag product, QuickOPC, is a set of OPC client components and toolkits allowing rapid application development using wide range of programming tools and languages.

The company is a voting member of OPC Foundation, and participates actively in its activities. We have special dedication to interoperability, and achieve the highest interoperability rankings. Our vision is to deliver smart, reliable and easy-to-use OPC applications and components: precisely those that you were missing on the market.

About OPC...

 
Services in OPC
  • Server and client development
  • Consulting
  • Custom solutions
  • Trainings
 
Featured Products

QuickOPC is a radically new approach to access OPC data on Microsoft Windows platforms. Forget pages of complicated code and get results with a few lines of code using a programming tool and language of your choice.

OPC Time Monitor - unique measuring and monitoring tool for data provided by OPC servers.

 
Simple QuickOPC Example in Visual Basic (VB.NET) Minimize

The code below (in Visual Basic) reads and displays an item value, using QuickOPC.NET:
' Create EasyOPC-DA component
Dim EasyDAClient As New OpcLabs.EasyOpc.DataAccess.EasyDAClient

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

 
Simple QuickOPC Example in C# Minimize

The code below (in C#) reads and displays an item value, using QuickOPC.NET:
// Create EasyOPC-DA component
var EasyDAClient = new OpcLabs.EasyOpc.DataAccess.EasyDAClient();

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

 
 
 
 
 
 
Home|Services|Products|Purchase|Support|Downloads|Resources|Company|Contact
Copyright 2007-2010 by OPC Labs Terms Of Use Privacy Statement March 9, 2010