You can develop OPC Historical Data Access (HDA) clients in C# or VB.NET without having to think about the OPC DCOM interface. The OPCHDA.NET client SDK provides classes and methods for the .NET Framework and .NetCore platform. The development of applications for the OPC HDA Server access is simple and efficient.
- A .NET method is provided for each OPC HDA specified function. The data is converted to/from .NET data types. The .Net wrapper functions are highly optimized and work in 32-bit and 64-bit operation.
- Additional methods are included as an upper layer to make application development easier and quicker.
- A test client and several sample clients are supplied in C# and VB source code.
- OPCHDA.NET can be used for stand-alone OPC HDA clients or combined with OPCDA.NET and/or OPCAE.NET for OPC DA / HDA / AE client applications.