Can I connect to an existing server instance? #575
-
If I had a server that was already created on a machine, with objects and variables defined, can I search and access this server instance on that machine? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There is a tool for discovery services in tools.py to find servers in your network (tbh: I never used that so far), but if this is your only server on the machine, you can get access as normal (via endpoint). See our example. If you got a connection, you can browse the node and execute write_value() (keep in mind, to use variants, instead of normal numbers/strings.). |
Beta Was this translation helpful? Give feedback.
There is a tool for discovery services in tools.py to find servers in your network (tbh: I never used that so far), but if this is your only server on the machine, you can get access as normal (via endpoint). See our example.
If you got a connection, you can browse the node and execute write_value() (keep in mind, to use variants, instead of normal numbers/strings.).