Reconnect existing OPC UA-Server with .net

Hy,

has somebody does a reconnection from an existing OPC Server with .net-Api after open a vcmx with the connection saved?

image

I would be happy for any suggestion or reference in official VC-help for doing this. :slight_smile:

Thx & Regards
Feature

There isn’t any documented API for this in VC 4.3.0.
You can get started by adding reference to VisualComponents.Connectivity.Core.dll and then [Import] or IoC.Get<IConnectivityCore>() :wink:

1 Like

Hy,

that’s the reason I couldn’t find it! :wink:

Thank you I will have a look into…

Regards
Feature

FYI: The Connectivity feature’s .NET API now has reference documentation in the VC 4.3.1 release. This API allows full configuration of the Connectivity feature by creating server connections, variable groups, and variable pairs. The API for creating custom Connection plugins is also included.
See the IConnectivityCore topic for some code examples.

1 Like