Using load_data_type_definitions with multiple servers #1277
-
We are trying to connect to multiple PLC's to combine some data in a python script. The problem we are facing is that this will cost too much time. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
schroeder-
Apr 11, 2023
Replies: 1 comment 3 replies
-
If they have the same nodeids and namespaces, for there datatypes, you only need to call load_data_type_definitions, once. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently this is not possible. Either you use the multiprocess module to isolate your clients or you propose a pr for a client depended solution.