Hi everyone,
For a project, I’d like to read multiple values simultaneously from an OPC UA server.
To do this, I’m using the node-red-contrib-opcua-client package. Usually, I use the subscribe option of the OPC UA node to read values, but in this case I need all the values to be read at the same moment.
How would it be possible to achieve this? Would the readmultiple option of the OPC UA node allow this?