Skip to content

Reduce amount of requests made to transducers

This MR aims to reduce the amount of requests made to transductors when performing a data collection/data rescue. This is made through the addition of request compression, up to a limit of 100 registers due to modbus limits. If a memory block greater than the limit is requested, the request will be split in the least amount of requests possible. The request is decompressed and responses are created as usual. PresetMultipleRegisters requests are not compressed.

Edited by Guilherme Guy

Merge request reports