-
|
Hi there, I am trying to implement a feature I saw in a OPC-UA server that I could not find in python-asyncua. The goal is to have an object that returns the values of its children variables, so that the variable's values can be retrieved either directly, or grouped in this object. I don't know the details of the OPC-UA server running that, but I could access it and got the following: Any suggestions on how to mimic that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
|
sounds like ExposeItsArray https://reference.opcfoundation.org/v104/Core/docs/Part5/8.4.1/ |
Beta Was this translation helpful? Give feedback.
-
|
What about Binary Encoding? https://reference.opcfoundation.org/v104/Core/docs/Part6/7.4.4/ |
Beta Was this translation helpful? Give feedback.
What about Binary Encoding? https://reference.opcfoundation.org/v104/Core/docs/Part6/7.4.4/
Do we have it on asyncua?