opcua-client-gui icon indicating copy to clipboard operation
opcua-client-gui copied to clipboard

Is it possible to add search NodeID in opcua-client

Open starrysky1211 opened this issue 5 years ago • 1 comments

I’ve been using this simple opcua-client for a long time and it really helped a lot. Only one question: Is it possible to add a search with node's name for simply get It's path and NodeId? Thanks

starrysky1211 avatar Aug 04 '20 04:08 starrysky1211

it isnot implemented.but thiking about it it should not be difficult. using a script one can do:

with Client(url) as client:
   node = client.get_node(mynodeid)
   path = node.get_path()

oroulet avatar Aug 05 '20 06:08 oroulet