Skip to content

w1xbcai/opc-daae-server-sdk-dll

This branch is up to date with simple555a/opc-daae-server-sdk-dll:master.

Repository files navigation

OPC DA/AE Server SDK DLL

Introduction

The OPC DA/AE Server SDK DLL 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 any compiler capable of generating Windows DLL’s.

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 SDK DLL 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.

Licenses & Pricing

The OPC DA/AE Server SDK DLL follows a dual-license:

Binaries

The OPC DA/AE Server SDK DLL is licensed under the MIT License. A very liberal license that encourages both commercial and non-commercial use. This version features:

  • Can be used for commercial purposes.
  • Full featured without limitations or restrictions.
  • There are no separate runtime fees or royalties needed.

Not available for this version are:

  • Warranty of any kind. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  • Technical Support. See section Commercial Support for more information on how to get support.
  • Updates and fixes.

Source Code

The OPC DA/AE Server SDK DLL source code is available under a commercial source code license. There are no separate runtime fees or royalties.

Our Source Code License Agreement (https://technosoftware.com/documents/Source_License_Agreement.pdf) allows the use of the OPC DA/AE Server SDK DLL source code to develop software on and for all supported operating system and hardware platforms.

Commercial Support

Purchase commercial suppourt via https://technosoftware.com/product/standard-support/ for a single Standard Support request (two hours support time budget, five business days maximum initial response time, although we usually answer within one to two business days) for EUR 390,00 from Technosoftware GmbH.

After completing the purchase, please use our HelpDesk at https://technosoftware.com/my-account/support/ to submit your request.

By purchasing support, you agree to our Support Service Agreement at https://technosoftware.com/documents/Support_Services_Agreement.pdf

About

OPC DA/AE Server SDK DLL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.5%
  • C 12.3%
  • Visual Basic .NET 0.2%