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 > writeregisters for INT
#4
You might have wrong register address or multiple scripts try to access RS-485 bus at the same time. You should really use profiles.

To debug your problem log both return values:
Code:
res, err = mb:writeregisters(11410, 130)
log ("Result1 = ", res, err)
Reply


Messages In This Thread
Modbus > writeregisters for INT - by SigmaTec - 08.11.2018, 08:58
RE: Modbus > writeregisters for INT - by admin - 08.11.2018, 15:00

Forum Jump: