OPCUaClient
OPCUaClient copied to clipboard
Dot-Seperator hard coded
Hi Luis, Thanks for your great work on this project. It is very easy to use. But I ran into the problem that the Dot-Seperator is hardcoded in your classes. I have a situation where the node-id is seperated by semicolon and so i cannot use your methods.
Any ideas to fix this?
The address of the tag is something like this "Device;Tag1"?
client.Read("Device;Tag1");