Logic Machine Forum
LM reboot by script - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: LM reboot by script (/showthread.php?tid=1101)



LM reboot by script - AlexLV - 22.11.2017

Hello,

is possible somehow make LM reboot as example one time by night using script? Found out sometimes visu not working or not showing correct status, after rebooting all is fine. I using LM 3 Reactor with latest firmware for now.

Alex


RE: LM reboot by script - morak - 22.11.2017

(22.11.2017, 08:43)AlexLV Wrote: Hello,

is possible somehow make LM reboot as example one time by night using script? Found out sometimes visu not working or not showing correct status, after rebooting all is fine. I using LM 3 Reactor with latest firmware for now.

Alex

Hi
You can do it via

Code:
os.execute("reboot")
But if I were you I would try to understand why you have this issue


RE: LM reboot by script - AlexLV - 22.11.2017

Morak,

big thanks, will try to implement this reboot function to my project and later will check why something is not working as needed.