How to unregister the server from the OPC UA LDS

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
Arumugam
Sr. Member
Sr. Member
Posts: 13
Joined: 21 Jun 2016, 19:48

How to unregister the server from the OPC UA LDS

Post by Arumugam »

Exchange & registering the server with LDS is working when calling /install or explicitly by ApplicationInstance.Default.Install(true). But after shutdown/closing the server it is not unregistering automatically from the Local server. Should i need to call the unregister manually? or is any other properties/flag need to be configured?

Below is my registration settings in my configuration

<DiscoveryRegistration>
<Enabled>true</Enabled>
<RegistrationInterval>2</RegistrationInterval>
</DiscoveryRegistration>

I am using UA .NET SDK v3.02 (licensed) & OPC UA LDS v1.03 validated in UaExpert v1.5.1 for the testing.

Thanks for the help.

Post Reply