Backup include modbus settings - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Backup include modbus settings (/showthread.php?tid=2200) |
Backup include modbus settings - MantasJ - 14.08.2019 Hello, We're using this example: https://openrb.com/e-mail-backup-file-once-a-month-from-lm/ to make our LM backups, but they don't contain modbus settings. Is it possible to integrate these settings in a backup file, or I have to think of a separate way to do this? Thank You. RE: Backup include modbus settings - FatMax - 14.08.2019 Heres a function to enable RTU. Change RTU settings as you please. Call this function in init. You should also set a storage so you know it has been done, so you don't enable RTU each time the device reboots. Code: function enableRTU() |