joc-luis/OPCUaClient

Dot-Seperator hard coded

Opened this issue · 1 comments

bjold commented

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");