Page 1 of 1

How to unregister the server from the OPC UA LDS

Posted: 17 Oct 2019, 18:51
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.