Explicit parametrization examples #882
-
I'm a very accomplished developer who is new to OPCUA. I've been meating out the workflow here based on reading the OPC UA specs and the examples provided. I've gone through all the client examples, a number of issue reports and discussions here - however I seem to still be missing some critical info on structuring requests. For example: I want to us the
The result of this is something like:
So... I'm not sure if I'm allowed to post the spec here as OPC UA likes to constantly remind us of copy right, but the definition of parameters for this function are on Part 4 page 61 - 5.8.4.2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We provide the a wrapper around that call.
If you really want to call it direct, you can look how get_child works internal. |
Beta Was this translation helpful? Give feedback.
-
Yes look at code in node.py. |
Beta Was this translation helpful? Give feedback.
We provide the a wrapper around that call.
If you really want to call it direct, you can look how get_child works internal.