open62541/tools/nodeset_compiler
2025-04-23 00:48:06 +02:00
..
__init__.py Align CMake and use new parameters for types generator 2017-09-08 20:26:30 +02:00
backend_graphviz.py refactor(tools): Drop python<=3.7 support (#6525) 2024-06-04 13:54:05 +02:00
backend_open62541.py refactor(nc): Consolidate code generation backend 2025-04-23 00:48:06 +02:00
datatypes.py refactor(nc): Remove unused code from nodeset_compiler/datatypes.py 2025-04-23 00:48:06 +02:00
NodeID_NS0_Base.txt feat(server): Add HasInterface during NS0 bootstrap 2020-06-22 15:50:54 +02:00
nodes.py refactor(nc): Use UA_decodeXml to get the value at runtime from the original XML 2025-04-05 13:23:12 +02:00
nodeset_compiler.py refactor(nc): Use UA_decodeXml to get the value at runtime from the original XML 2025-04-05 13:23:12 +02:00
nodeset.py refactor(nc): Use UA_decodeXml to get the value at runtime from the original XML 2025-04-05 13:23:12 +02:00
opaque_type_mapping.py feat(nc): support new subtypes of String 2022-06-21 07:37:29 +02:00
README.md Fix(doc): Documentation spelling fixes (#4472) 2021-06-14 21:50:36 +02:00
type_parser.py feat(core): Add xmlEncodingId field to UA_DataType 2025-04-05 13:23:12 +02:00

open62541 nodeset Compiler

The nodeset compiler is a collection of Python scripts that can parse OPC UA XML Namespace definition files and transform them into a class representation. This facilitates both reprinting the namespace in a different non-XML format (such as C-Code or DOT) and analysis of the namespace structure.

The initial implementation has been contributed by a research project of the chair for Process Control Systems Engineering of the TU Dresden. It was not strictly speaking created as a C generator, but could be easily modified to fulfill this role for open62541. Later on it was extended and improved by the core developers of open62541.

Documentation

Usage documentation and How-Tos can be found on the webpage: https://open62541.org/doc/current/nodeset_compiler.html