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.

LM Modbus Integration with Daikin D3 Net
#3
Reading multiple registers can also be done via a script. Use mbproxy as suggested earlier.
Code:
-- read 10 registers starting with address 5374
res = { mb:readregisters(5374, 10) }

-- read ok
if res[ 1 ] then
  log(res)
end
Reply


Messages In This Thread
RE: LM Modbus Integration with Daikin D3 Net - by admin - 11.10.2023, 12:29

Forum Jump: