opcua-client-gui
opcua-client-gui copied to clipboard
Is it possible to add search NodeID in opcua-client
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
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()