HI,
I need to manage a wide range of registers. Let's tell about 10000 registers in reading/writing.
Is there a way to achieve this? I noticed that in the configuration interface I can specify only a narrow range (1 to 125 in reading and 1 to 123 in writing or similar limits)
Could I use a piece of code instead of configuration settings? For example, invoking the Modbus Library and dynamically arrange the range of the registers?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI,
I need to manage a wide range of registers. Let's tell about 10000 registers in reading/writing.
Is there a way to achieve this? I noticed that in the configuration interface I can specify only a narrow range (1 to 125 in reading and 1 to 123 in writing or similar limits)
Could I use a piece of code instead of configuration settings? For example, invoking the Modbus Library and dynamically arrange the range of the registers?
Thank you
Is there a method to invoke the modbus library to accomplish this?