19.08.2020, 07:42
This command will reboot the controller. Make sure you don't create infinite reboot loop.
Add some delay before the command in scheduler script to make sure it won't run again after reboot.
Normally this is not needed.
Add some delay before the command in scheduler script to make sure it won't run again after reboot.
Code:
os.execute("reboot")
Normally this is not needed.
------------------------------
Ctrl+F5
Ctrl+F5