01/23/2024
Hi,
Is there a definition/specification for DataType Identifiers outside the standard data types (namespace index = 0)? We are working with a B&R PLC where we create custom enums, such as 'eRoles' (User, Supervisor, Admin). In this case, the Identifier for this data type is 170 (namespace index = 6). Complex data types, for example, have the identifier 100160. Are these value ranges specified anywhere? The goal is to infer the data type based on the Identifier on the client side.
Thanks in advance.
05/30/2017
In OPC UA NodeIds are always scoped by the NamespaceUri and the meaning of Ids with that scope are defined by the authority that defined the NamespaceUris.
NamespaceUri authorities may be companion specifications, vendors or individual servers.
The index 6 references to an index in the NamespaceArray that contains the NamespaceUri.
1 Guest(s)