joc-luis / OPCUaClient

Client for OPC UA Server
MIT License
18 stars 8 forks source link

Dot-Seperator hard coded #2

Open bjold opened 1 year ago

bjold commented 1 year ago

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?

joc-luis commented 1 year ago

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

client.Read("Device;Tag1");