Expilitly identify each element of a server #1550
-
Is there a way to identify each element of a server explicitly? Display names and node ids are repetitive. I'm just wondering if I need to implement this myself or if there is something like an uid or specific attribute each element carries. |
Beta Was this translation helpful? Give feedback.
Answered by
AndreasHeine
Oct 1, 2024
Replies: 1 comment 5 replies
-
NodeIds are unique. But in the browse tree it possible that a node is referenced(linked) by multiple other nodes. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it depends on the used hierarchical reference...
a node can be referenced multiple times so it will appear multiple times!
X:Sensor -> 3:SignalSet has a child X:Temperature (ProcessValueType)
X:Temperature is also referenced under X:Monitoring!
so if you crawl the X:MyMachine it will find it twice as long as you dont apply filter to the browse where you can specify the references you want the BrowseResult for!