I'm currently working with a Siemens PLC 1513 with OPCUA server and node-red-contrib-opcua:0.2.279 for communication. I'm interesed writting a ExtensionObject datatype variable that I can currently read but not write.
I'm able to write variables inside that Object individually but I'd like to write all data just in a single request.
Has anybody ever achieved this write action? Is it even supported?