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.

AHU MODBUS TCP VALUE
#2
Hi,

First of all you have not set a port on the Modbus TCP connection:
Code:
mb:open('192.168.201.53', 502)
Try also:
Code:
tfvalue, ffvalue = mb:readregisters(55, 2)

log(tfvalue,ffvalue)
If that does not work try changing 55 to 54

BR,

Erwin
Reply


Messages In This Thread
AHU MODBUS TCP VALUE - by Elmyran - 01.11.2018, 19:42
RE: AHU MODBUS TCP VALUE - by Erwin van der Zwart - 01.11.2018, 20:49
RE: AHU MODBUS TCP VALUE - by CHOUAIBOU - 01.11.2018, 21:10
RE: AHU MODBUS TCP VALUE - by admin - 02.11.2018, 08:17

Forum Jump: