OPCUaClient icon indicating copy to clipboard operation
OPCUaClient copied to clipboard

Dot-Seperator hard coded

Open bjold opened this issue 2 years ago • 1 comments

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?

bjold avatar Mar 14 '23 06:03 bjold

The address of the tag is something like this "Device;Tag1"?

client.Read("Device;Tag1");

joc-luis avatar Mar 18 '23 04:03 joc-luis