Replies: 2 comments 2 replies
-
This will never return all Nodes of a server, just the Nodes underneath the node you are browsing, according to the default browse parameters. You'll have to provide an example of a case where UaExpert shows different results than Milo. Possibly with Wireshark captures or some other details. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi all, after a double check with the PLC guys, we found some settings wrong on the PLC. Thank you for the support |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a problem with the browseNode method, in the client.
I'm using this method to return all the node of a specific server.
List<? extends UaNode> subNodes = p.getClient().getAddressSpace().browseNodes(server.getNodeId());
Sometimes, it don't return all the node, meanwhile UaExpert is able to do it.
Any idea?
I have this issue using version 0.6.14
Thank you
Andrea
Beta Was this translation helpful? Give feedback.
All reactions