Skip to content

Commit

Permalink
feat(tools): Add LADS companion specification
Browse files Browse the repository at this point in the history
  • Loading branch information
m-obi authored Nov 15, 2024
1 parent 9215d38 commit fc63dfe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/nodeset_injector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,17 @@ foreach(MODEL ${UA_INFORMATION_MODEL_AUTOLOAD})
DEPENDS "di"
DEPENDS "irdi"
)
elseif(MODEL STREQUAL "LADS")
ua_generate_nodeset_and_datatypes(
NAME "${NODESET_NAME}"
FILE_CSV "${UA_NODESET_DIR}/${MODEL}/Opc.Ua.${MODEL}.NodeIds.csv"
FILE_NS "${UA_NODESET_DIR}/${MODEL}/Opc.Ua.${MODEL}.NodeSet2.xml"
INTERNAL
AUTOLOAD
DEPENDS "di"
DEPENDS "amb"
DEPENDS "machinery"
)
else()
MESSAGE(WARNING "The specified nodeset '${MODEL}' is not supported or is misspelled.")
endif()
Expand Down

0 comments on commit fc63dfe

Please sign in to comment.