I am wondering if anybody knows how to create an array of UINT16 in the Kvd's nodes.json. In the Kvd manual I found little information on arrays. It's supposed to be aruint16 array of unsigned int (16 bit) , but the syntax below not work. I imagine the length of the array needs to be defined, I just don't know how to. { "address": "Folder/TagName", "type": "aruint16", "metadata": { "nodeClass": "Variable", "description": "Description" }
... View more