Update server configuration from client #768
Unanswered
francescobianca
asked this question in
Q&A
Replies: 2 comments 22 replies
-
what error? If you have the rights to create nodes it should work. might be though, because I have not yet seen a server allowing you to do that |
Beta Was this translation helpful? Give feedback.
1 reply
-
opcua-asyncio/asyncua/client/ua_client.py Line 580 in 8631c0a |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the best way to add nodes using an OPC-UA Client?
I have my parent node:
sensors_node = await parent.get_child(["Sensors"])
and i want to add another sensor, something like this:
await sensors_node.add_object(0, id, type)
but from the client this code doesn't work (The same inside the server works).
Any suggestions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions