Hello, How can i send a request for non-continuous modbus adresses with the different modbus nodes (reading only) ? For example i want to read the following adresses, in one connection: 1400, 1405, 1412. and not the range 1400 to 1412...
I am 100% not a Modbus person... but I think the answer was that it was often faster / more responsive to just read the whole range and filter at the Node-RED side - than to do multiple reads. But of course that depends on how large the range is / how often you need to read, etc etc.