Page 1 of 1

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

Posted: 29 Nov 2012, 00:38
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 interpret it?
Same is the case with Datatype, Access-level, User-Access-level attributes. [img width=496]http://www.unified-automation.com/image ... ibute2.JPG[/img]

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

Posted: 07 Dec 2012, 11:40
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

Best Regards,
Unified Automation Support Team

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

Posted: 07 Dec 2012, 15:05
by maahir
Thanx, that helps alot!