Replies: 1 comment
-
https://github.com/AndreasHeine/opcua-tutorial/blob/main/client/read.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am aware that there is the great function read_values() but it returns only the value of each node.
It also exsists the function read_data_value() it returns the DataValue (Value + StatusCode + Timestamps) for one node.
It does not exsist a function read_data_values() which returns the value and timestamp for multiple nodes at once?
Or is there another best practice solution to get value and timestamp for multiple nodes at once?
Beta Was this translation helpful? Give feedback.
All reactions