Is there a way of get values of a nodes list at once? #1199
Answered
by
AndreasHeine
MatheusDemoner
asked this question in
Q&A
-
Hi, i'm new in OPC-UA and need to get a list of nodes from a server. Currently i'm using the node.get_value() method with a async for loop. But my question is if has a way of getting all the values at once. Thanks, and congratulations for the amazing lib. |
Beta Was this translation helpful? Give feedback.
Answered by
AndreasHeine
Feb 8, 2023
Replies: 1 comment 2 replies
-
sure! opcua-asyncio/asyncua/client/client.py Line 803 in 2fcbbe9 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MatheusDemoner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sure!
opcua-asyncio/asyncua/client/client.py
Line 803 in 2fcbbe9