Get all nodes from sever. #1543
Unanswered
Yoshibeatsu
asked this question in
Q&A
Replies: 2 comments 9 replies
-
You got a timeout because trying to get all nodes does not make any sense. Try to search the net, you are not the first one to try |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm not certain weather this approach is what your looking for but I'm using the following recursive function to loop through all elements of a server to display them as a Treeview
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, it might be not common practice but i need to get all the opc nodes from one server. I couldn't find an example which is getting all the nodes and also is using certificates and user login as well. I'm quite new to programming especially python. The nodes are in folders and sub sub folders. So I think i need to make a recursive search ...
I tried already to develop something in C# with the libary by the opc foundation. It worked on my develop system but ran into a timeout after a while on a real opc server....
Thank you guys in advance
Beta Was this translation helpful? Give feedback.
All reactions