Enhance Modbus Batching and Register Length Support
a
adikumbhar350@gmail.com
I am using SIO-16TC devices, each with 16 sequential input registers (512–527). Currently, I need to read each register individually, but it would be very helpful if the system could batch Modbus requests so that all registers from one device can be read in a single request.
Requested features:
Batching support : Allow one Modbus read request per device when registers are sequential (e.g., 512–527).
Increased register length :– Please increase the maximum “Length (Number of registers)” limit up to 25 to support devices with larger blocks of registers.
Output formatting : Option to display all channel values of one device in a single row for clarity, for example:
Device1: CH0=27.9, CH1=28.0, CH2=27.8,....
Device2: CH0=27.9, CH1=28.0, CH2=27.8,....