OPC Historian .NET Server Toolkit Reference
Overview
Send comments on this topic.

Glossary Item Box

The HDANSrv OPC HDA server toolkit consists of two parts:
    - The generic OPC HDA V1.2 compliant COM server
    - The .NET assemblies with the application specific database access handling

The customization is split into two layers:
    - Base layer with the basic data handling that fits most applications
    - Database access that handles the application specific database and content structure 

The two customization .Net assemblies are supplied as a C# and VB.Net code for a database with the data in text files, a file for each item.
The sample implementation is tested for OPC HDA V1.2 compliance and can be used as the base for custom servers.
Some implementations may only require changes in the database access layer, not influencing the OPC HDA compliant data handling.
More complex implementation and performance optimizations may require changes in the data handling code. Such changes must be done in a way to maintain the standard compliancy.

 

Specifications:

  • OPC HDA V1.2 compliant sample implementation
  • All mandatory and some optional OPC HDA features supported
  • The Professional Edition supports all mandatory and optional features
  • Annotations , Update and Playback is NOT supported in the standard edition.
  • Free threaded Server
  • .Net customization assembly
    • Visual Basic .Net
    • C# .Net

  • Test Client
  • Full Source code supplied
  • Documentation as Windows help file and as Help2 for integration into Visual Studio Help

 

 

Copyright ©2004-2019 Advosol Inc. All Rights Reserved.