open62541 software Documentation

Below you will find brief information for OPC UA software. It is an open source and free implementation of OPC UA (OPC Unified Architecture) written in the common subset of the C99 and C++98 languages. The library is usable with all major compilers and provides the necessary tools to implement dedicated OPC UA clients and servers, or to integrate OPC UA-based communication into existing applications. open62541 library is platform independent. All platform-specific functionality is implemented via exchangeable plugins. Plugin implementations are provided for the major operating systems.

PDF
Document
OPC UA software Documentation | Manualzz

Advertisement

Advertisement

/

Advertisement

Key features

  • open source and free

  • written in C99 and C++98

  • platform independent

  • exchangeable plugins

  • supports Micro Embedded Device Server Profile

Frequently asked questions

It is an open source and free implementation of OPC UA (OPC Unified Architecture) written in the common subset of the C99 and C++98 languages.

It includes features like open source and free, written in C99 and C++98, platform independent, exchangeable plugins and supports Micro Embedded Device Server Profile.

open62541 is licensed under the Mozilla Public License v2.0. The plugins, as well as the server and client examples are in the public domain (CC0 license).

User questions

W M

Robert W.

How to obtain the data type in the system?

The UA_findDataType function can be used to obtain the data type if the NodeId of the type is known. This function returns the data type description for the type's identifier or NULL if no matching data type is found. Builtin data types can be accessed as UA_TYPES[UA_TYPES_XXX], where XXX is the name of the data type.

Preparing document for printing…
0%