How to export tags with OPC-UA

Well a tag provider and a driver for the UA server are totally different beasts, so you really only have two options:

  1. Write a driver module.
  2. I think Kyle Chase created a driver that exposes SQLTags as OPC-UA tags, but I’m not sure if it has been maintained or not. You also need to be careful because you can easily get into a reference loop if you then create SQLTags out of those tags…