This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Modbus multiple registers - Too many data
#1
I've found that there is so limit when I try read the multiple registers. When the number is more than 125 then instead of data there is the info that there is too many data.

Is there a possibility to take more data by one request?

Sometimes useful addresses are very far from them and this is not only about of amount addresses but much more about that I want take all data by one request.
Done is better than perfect
Reply
#2
It's limited by ModBus standard:
max_read_bits = 2000
max_write_bits = 1968
max_read_registers = 125
max_write_registers = 123
Reply
#3
Thanks for answerWink
Done is better than perfect
Reply


Forum Jump: