Register    Login
 

OPC Professionals
At Your Disposal

 
Home
 
Services

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

 
News and Announcements
New version of OPC Server for IEC 62056-21 Protocol released - Wednesday, July 28, 2010

We have released version 2.01 of this OPC Server (more info...). There is now a free trial for this server, which is available on demand. Also, a new datasheet summarizes the technical information about the server and its features.

 read more ...
QuickOPC-COM 5.00 released to production - Wednesday, March 17, 2010

This is a brand new versions for customers who use COM automation development tools. We have back-ported the improvements made while developing QuickOPC.NET 5.00 into the COM product, so that the associated customer base can benefit from them too.

 
     
 
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|Downloads|Support|Resources|Company|Contact
Copyright 2007-2010 by OPC Labs Terms Of Use Privacy Statement September 3, 2010