Unable to read multiple Modbus Register using Modbus Serial Port

I am trying to read Modbus data over Serial RS485 Port. The device has 242 registers in float format. I am able to read only first 99 registers using Modbus Read. Please help me how to read all registers in one go. I can read all registers in other apps like kepware opc server.
Thanks

You can't read that many in one go due to modbus protocol limitations.

You will need to read them in 3 goes. And you should do that sequentially (one after the other)

Hi Steve,

Thanks for your suggestion, it works using Sequence.
Thanks and have a nice day !

Kind Regards
Onkar

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.