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 mappings automation
#4
5. Run this once:
Code:
db:query('DELETE FROM modbus_mapping')

6. You can send reload signal to Modbus daemon after making changes to the modbus_mapping DB table:
Code:
pid = os.checkproc('gs-modbus')
if pid then
  os.kill(pid, signal.SIGUSR1)
end
Reply


Messages In This Thread
Modbus mappings automation - by pawel200388 - 21.07.2025, 09:54
RE: Modbus mappings automation - by admin - 21.07.2025, 10:04
RE: Modbus mappings automation - by admin - 21.07.2025, 12:54

Forum Jump: