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 TCP/IP slaves and unique Widgets association in visualization or mosaic
#5
You are missing function return value assignment to a variable. And the modbus TCP connect part seems wrong there.

Code:
function checktcp(ip, port)
local settings, res
settings = tostring(ip) .. ':' .. tostring(port)
res = db:getone('SELECT active FROM modbus_devices WHERE proto="tcp" AND settings=?', settings)
return toboolean(res)
end

--Test the DB info of the modbus TCP
res = checktcp('192.168.0.10','502')
log(res)
Reply


Messages In This Thread
RE: Modbus TCP/IP slaves and unique Widgets association in visualization or mosaic - by admin - 29.03.2019, 14:43

Forum Jump: