Hello, I am importing variables into Node-RED from an Allen-Bradley PLC using the node-red-contrib-cip-ethernet-ip node.
I am trying to import a BOOL array, but it seems to be limited to a capacity of 32 bits. I am receiving the following error: 'Tag bit index must be between 0 and 31, received 32'
Is there a way to import the entire array at once? Also, I would like to import my UDT variables more efficiently. Currently, I have to add them one by one by manually specifying the structure of each variable within the UDT. Is there a better way to handle UDTs?
Node-RED version: v4.1.4
Node.js version: v24.13.0
node-red-contrib-cip-ethernet-ip version: 1.1.3