Page 1 of 1

Numeric NodeID

Posted: 08 Oct 2012, 15:32
by sjoyce
It seems that with the automatically generated code only the root of an object instance gets a numeric NodeID. All the children get String ID's.

Is it possible to get UaModeler to generate numeric ID's for all nodes?

UaModeler 1.1.0
c++ sdk 1.3.1

Re:Numeric NodeID

Posted: 11 Oct 2012, 09:57
by Support Team
With the UaModeler 1.1.0 and C++ SDK 1.3.1 Templates it is not possible to generate numeric NodeIds for all nodes.
For instances the constructors of the types are called. Here the NodeIds of the children are build as String NodeIds from the parent NodeId and the browse name of the child.
The TypeNodes and InstanceDeclarations have numeric NodeIds.

In C++ SDK 1.4 we will have an XML importer for the XML files created by the UaModeler. Here you would have the same identifiers and identifier types as created in the UaModeler.