Batch Connection Signal

Good Chinese New Year, everyone!
I’m curious about a question, how do I automatically go about connecting to the server-simulation signals, I need to make a connection of about 2000 tags, it’s not a suitable job to do manually, is there any way to go about making a connection, using python or .net?

Hello @BAD,
you could have a look at this post by @Este:

Its build for Beckhoff ADS but maybe you can make s.th. of it.

1 Like

The connectivity core has full .NET API, which can be used to configure the server connections, variable groups, and variable pairings.
See the IConnectivityCore page in the .NET help file for code examples.

2 Likes