node-red-contrib-opcua icon indicating copy to clipboard operation
node-red-contrib-opcua copied to clipboard

Sending Description Attribute when adding variable

Open AndreSchm opened this issue 2 years ago • 2 comments

Is it possible to set the Description attribute when adding a variable to the address space? I tried something like msg.payload = { "opcuaCommand": "addVariable" }; msg.topic = 'ns=1;s=MyTestInt;datatype=UInt32;description=test' but without any effect.

AndreSchm avatar Nov 22 '22 10:11 AndreSchm

Yes, it will need just a small code to make it possible, next version.

mikakaraila avatar Nov 28 '22 18:11 mikakaraila

I added feature to both addFolder and addVariable.

addFolder, description: MyTestFolder image

addVariable, decription: MyVariableX image

mikakaraila avatar Dec 04 '22 07:12 mikakaraila

Thank you very much 👍

AndreSchm avatar Dec 09 '22 09:12 AndreSchm