UA_NodeId

This PLC data type maps the node "NodeId" [i=17]: reference.opcfoundation.org
This built-in data type consists of three elements (namespace index, ID type, identifier) that uniquely identify a node within a server.

Syntax

{attribute 'pack_mode' := '1'}
TYPE UA_NodeId :
STRUCT
    xml : UA_String;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

xml

Tc3_OpcUa.UA_String

Complete NodeId encoded as a string
e.g. ns=5;i=1234