A (very) quick search of the forums failed to answer my question.
What do I have to do to allow my tags (created via module (in-memory I think)) to be exported via the OPC-UA server?
A (very) quick search of the forums failed to answer my question.
What do I have to do to allow my tags (created via module (in-memory I think)) to be exported via the OPC-UA server?
How are you creating these tags? Is your module a driver or no?
It creates DB tags internally and then drives them.
I don’t think it was created as a driver.
Well a tag provider and a driver for the UA server are totally different beasts, so you really only have two options:
By driver, do you mean abstractTagDriver? We are using sqlTagManger.
AbstractTagDriver is one option. A driver is anything that implements the Driver interface.
Ok thanks
This might work as well Robert
viewtopic.php?f=88&t=8015
Thanks Kyle.