Question about Objects/MyObject/MyVariable from example #966
GronbergInfo
started this conversation in
General
Replies: 1 comment 6 replies
-
that looks strange! you usually only have one root node... what did you expect? kind of not understand your question!? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi have this on a plc with opc ua enabled.
Would Objects be "root", MyObject = "Python" and MyVariable = "ManualEnabled" ?
When i run from the example:
_logger.info("Children of root are: %r", await client.nodes.root.get_children())
The result i get is:
INFO:asyncua:Children of root are: [Node(NodeId(Identifier=85, NamespaceIndex=0, NodeIdType=<NodeIdType.TwoByte: 0>)), Node(NodeId(Identifier=86, NamespaceIndex=0, NodeIdType=<NodeIdType.TwoByte: 0>)), Node(NodeId(Identifier=87, NamespaceIndex=0, NodeIdType=<NodeIdType.TwoByte: 0>))]
Beta Was this translation helpful? Give feedback.
All reactions