Browse Path Prefixed Integers: Are they assigned by NodeClass type? #1419
-
Hey folks, I'm trying to understand the Object/Variable structure of a server so that I can get node IDs by their browse path in a python function (which I'm already doing but I want to try to minimise issues with my code). I've noticed that the BrowseName of an Object is often in the following hierarchical structure:
And, I'm using the following code to get my node IDs:
Is it possible to do away with the prefixed integers altogether? For example:
If not, then how is the prefixed integer (i.e., the 0 or 2) assigned? Is it a matter of server setup?
EDIT: I asked far too many questions here. I've struck through the extra questions, and for now I'll read up more on namespaces. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey ho, this prefixed integers are the namespaceindex of your node. They are neccesarry to identify the correct namespace of your nodes. https://documentation.unified-automation.com/uasdkcpp/1.7.4/html/L2UaAdrSpaceConceptNamespaces.html |
Beta Was this translation helpful? Give feedback.
Hey ho,
this prefixed integers are the namespaceindex of your node. They are neccesarry to identify the correct namespace of your nodes.
https://documentation.unified-automation.com/uasdkcpp/1.7.4/html/L2UaAdrSpaceConceptNamespaces.html