Page 1 of 1

how to build multi-server

Posted: 11 Nov 2019, 03:36
by qingmeng
Hi Team.

Now I just use this SDK to create a UA server, that work well.
And I want to create another server at the same time, the first server is active. But failed.
I find the reason, since I just create the first one server by the INI file, and in this file, the setting for URL is "ServerUri=urn:[NodeName]:UnifiedAutomation:MCDUaServerCpp".
And when recreate the second server, this server uri is used.
So how can I changed this by my code instead of the INI file

thanks,