Skip to content

OPC DA/AE/HDA Client Solution and OPC DA/AE Server Solution

License

Notifications You must be signed in to change notification settings

technosoftware-gmbh/opcdaaehda-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPC DA/AE/HDA Solution

OPC DA/AE/HDA Client Solution

The OPC DA/AE/HDA Client Solution offers a fast and easy access to the OPC Classic Client technology. Develop OPC DA, OPC AE and OPC HDA compliant Clients with C# targeting

  • .NET 8.0,
  • .NET 7.0,
  • .NET 6.0

For backward compatibility we also provide

  • .NET 4.8,

support.

The OPC DA/AE/HDA Client Solution .NET API defines classes which can be used to implement an OPC client capable to access OPC servers supporting different specifications with the same API. These classes manage client side state information; provide higher level abstractions for OPC tasks such as managing sessions and subscriptions or saving and restoring connection information for later use. The lower level API’s for OPC DA, OPC AE and OPC HDA defines classes which can be used to access OPC specification specific methods and properties.

Important

OPC DA/AE/HDA uses (D)COM technology from Windows. Therefore only Windows is supported.

Online Help

We provide an online help for the current version: OPC DA/AE/HDA Client Solution NET Online Help

Getting started

Simple Examples using the source code

Examples can be found in the solution OpcDaAeHdaWorkshopClients.sln.

Advanced Examples using the source code

Examples can be found in the solution OpcDaAeHdaSampleClients.sln.

OPC DA/AE Server Solution

The OPC DA/AE Server Solution offers a fast and easy access to the OPC Data Access (DA) and OPC Alarms&Events (AE) technology. Develop OPC DA 2.05a, 3.00 00 and OPC AE 1.00, 1.10 compliant Servers with with Visual Studio 2022 C++ and either

  • generating one server executable without the use of any DLLs.
  • generating a .NET 4.8 assembly. This results in a generic server executable plus a .NET 4.8 assembly.

The developer can concentrate on his application and servers can be developed fast and easily without the need to spend a lot of time learning how to implement the OPC specifications. The server API is easy to use and many OPC specific functions, e.g. creating a group or adding an item to a group are handled by the framework. Even the complex asynchronous read/write handling is handled by the framework.

The “Framework” includes all OPC DA 2.05a, 3.00 and OPC AE 1.00, 1.10 handling and ensures the OPC compliance. It is implemented as a generic C++ based executable.

The “Server API” defines easy to use interface functions required for developing OPC DA/AE compliant servers. The OPC server is supplied as an EXE file with full C++ source code and the application adaptation part in 1 file. This imposes some limitations on the adaptation possibilities but makes the adaptation much easier and quicker. By using this API OPC servers can be easily implemented by adapting just a few functions, e.g. there are only 5 functions that have to be implemented for an OPC DA Server. The functions handle the configuration of the server and the read/write functionality of items.

The OPC DA/AE Server Solution offers unique features for performance and functionality improvements of the developed OPC Server like Event Driven Mode for Device Access; Dynamic address space with items added when they are first accessed by a client and removed when they are no longer in use; Item browsing can be implemented to browse the cache or the device/database.

Online Help

We provide an online help for the current version:

Licenses

TECHNOSOFTWARE provides different licenses depending on the component and on the ownership of a purchased license of the user of the sources. A single ZIP file or a single repository can contain multiple components where the sources have different license models. The valid license is in the header of each source file.

See LICENSE.md for more details.

Get Perpetual License without Support

The OPC Classic Bundle One-time fee for lifetime SCLA 1.0 license is available at

Get Support for the Solution under GPL 3.0 or SCLA 1.0

Support for the Solution under the GPL 3.0 or SCLA 1.0 is available as a paid service. Options available are:

  • OPC DA/AE/HDA Support Subscriptions with 1 month, 6 months or 12 months periods.
  • Support Email Incident handling a single question or a very specific issue about one of Technosoftware GmbH’s solutions.
  • Support or Consulting Hour can involve application design or OPC related issues such as compatibility issues between server and clients, access problems due to Windows security settings, programming issues or design questions.

Please be aware that there is no obligation that Technosoftware will provide free maintenance, support or training.

Contribution

Technosoftware has no plans to add features and fixes will only be done if time allows it.

Therefore we strongly encourage community participation and contribution to this project. First, please fork the repository and commit your changes there. Once happy with your changes you can generate a 'pull request'.

You must agree to the contributor license agreement before we can accept your changes. The CLA and "I AGREE" button is automatically displayed when you perform the pull request. You can preview CLA here.