Replies: 2 comments 5 replies
-
This is by design of opc ua. You can not check nodeid before, because the addressspace is dynamic. Also a node can only have one nodeid. So a string nodeid is never the same as a numeric nodeid. |
Beta Was this translation helpful? Give feedback.
-
As a always NodeId != BrowseName. RelativePath would be: Also you can use QualifiedName instead of a string: "2:SerialNumber" is the string format of a QualifiedName. |
Beta Was this translation helpful? Give feedback.
-
I'm pretty confused about the the result of get_Node() or better why it matters or better differs how the NodeId was specified.
In the following I create the NodeId once with numeric values for id and namespace only and the other time I specify the identifier as string.
My questions are:
`
Beta Was this translation helpful? Give feedback.
All reactions