OPC Client - Sample program
If it is a development language that supports COM, the OPC client application can be developed.
We introduce the sample program of the main tool.
VB.NET
If you access to OPC Server from .NET, the wrapper which exchanges COM and .NET is needed. It introduces the method of using RCW(Runtime Callable Wrapper) and the method of using the new automation wrapper.
(detail)
C#.NET
This introduces the method to access the OPC server by using RCW(Runtime Callable Wrapper).
(detail)
TAKEBISHI Simple API library(DxpSimpleAPI)
This introduces the method to access the OPC server by using RCW(Runtime Callable Wrapper) and TAKEBISHI Simple API library in VC# and VB.NET.
(detail)
EXCEL
A simple OPC client can be developed by using Excel. This introduces the VBA sample accessed the automation interface.
(detail)
Visual Basic 6.0
VB6.0 is accessed to the OPC server via the automation wrapper of OPC. It is possible to describe it by a simple code.
(detail)
Visual C/C++

This introduces the method to access the OPC server by using the custom interface of OPC. The custom interface is used by with a lot of package products.
(detail)
*The function is recommended to be verified enough when using it because our company does neither any operation guarantee nor the support for the sample code and each explanation.
*These sample programs are downloadable from
here.