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.

Energy monitor/ 3-Phase Power / Modbus Profile EMU Professional 3/5 TCP/IP
#5
Which firmware version are you using? You can also try reading from a script (change IP as needed) and post what you get in Logs tab:
Code:
require('luamodbus')
mb = luamodbus.tcp()
mb:open('192.168.0.1', 502)
mb:connect()

-- mb:setslave(1)

r1, r2, r3, r4 = mb:readregisters(4201, 4)
log(r1, r2, r3, r4)
Reply


Messages In This Thread
RE: Modbus Profile EMU Professional 3/5 TCP/IP - by admin - 10.09.2020, 05:12

Forum Jump: