-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modbus registers #35
Comments
Hi @geduxas Thank you for the updated list of registers. I should have figured it out that I could query for more registers at the same time. I even do that when querying for the current date and time. 🤦 I'm sure I can find this out by googling or testing but do know if there is a limit to how many registers we can get at the same time? I will look in to this when I have some time. Thank you again for the info! |
I think it's depends to solis logger/inverter memory buffer.. i think by test you could find it.. for while tried to get 20bits, without any problem's. |
If you interested here is modbus registers which i got.
_Without Control Grid-Tied EN 2021.5.26_RS485_MODBUS.pdf
Also for modbus optimisation, it's possilbe to get bigger chunks of data from modbus at once, and after that stripe it to variables.
What to know about modbus, you are requesting address and length of data, so by doing this way at it is now you make request for each bit of value that why it take match more time and delay.
The text was updated successfully, but these errors were encountered: