Open ghost opened 4 years ago
The uri gets encoded and does not convert spaces correctly. using (var client = new UaClient(new Uri("opcda://RSLinx Remote OPC Server"))) { client.Connect(); }
using (var client = new UaClient(new Uri("opcda://RSLinx Remote OPC Server"))) { client.Connect(); }
I don't know if this helps - or if it's purely a DA thing. But it might.
https://github.com/hylasoft-usa/h-opc/issues/82#issue-328652728
The uri gets encoded and does not convert spaces correctly.
using (var client = new UaClient(new Uri("opcda://RSLinx Remote OPC Server"))) { client.Connect(); }