Is there any manual or document for numeric identifiers of Node's attributes?

Questions regarding the use of the Java SDK for Server or Client development or integration into customer products ...

Moderator: uasdkjava

Post Reply
maahir
Jr. Member
Jr. Member
Posts: 3
Joined: 20 Oct 2012, 06:53

Is there any manual or document for numeric identifiers of Node's attributes?

Post by maahir »

Hello,
I am using UA sdk java bundle. In Console client,after connecting to opc.tcp://demo.ascolab.com:4841, when i read the node-class attribute of a node, it gives me a numeric value like this "Value: 2". A screenshot is given .How can i know about the node-class attribute of that node with this value?
Is there a manual or document to interperate it?
Same is the case with Datatype, Access-level, User-Accesslevel attributes. [img width=496]http://www.unified-automation.com/image ... ibute2.JPG[/img]

User avatar
Support Team
Hero Member
Hero Member
Posts: 3068
Joined: 18 Mar 2011, 15:09

Re: Is there any manual or document for numeric identifiers

Post by Support Team »

Hi,

The identifiers are specified in a CSV file with the following syntax:
, ,

Where the SymbolName is either the BrowseName of a Type Node or the BrowsePath for an Instance Node that appears in the specification and the Identifier is numeric value for the NodeId.

The BrowsePath for an instance Node is constructed by appending the BrowseName of the instance Node to BrowseName for the containing instance or type. A '_' character is used to separate each BrowseName in the path.

The NamespaceUri for all NodeIds defined by OPC UA is http://opcfoundation.org/UA/

The CSV associated with version 1.02 of the OPC UA standard can be found here:
http://www.opcfoundation.org/UA/schemas ... odeIds.csv

Post Reply