hylasoft-usa / h-opc

OPC client made simpler, for UA and DA
MIT License
300 stars 145 forks source link

Unable to browse servers with spaces in the name. #92

Open ghost opened 4 years ago

ghost commented 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(); }

Nubber99 commented 4 years ago

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