Logic Machine Forum
best way to power off a LM ? - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: best way to power off a LM ? (/showthread.php?tid=2584)



best way to power off a LM ? - SigmaTec - 15.04.2020

Hi all,

what is the best way to properly stop an LM before turning off its power supply? 

It sometimes happens that when I cut the 24V, the LM offers me scripts that do not contain the latest modifications: I find myself in earlier versions without understanding why !

Very strange...

Take care of yourself.


RE: best way to power off a LM ? - Erwin van der Zwart - 15.04.2020

Hi,

Best way is via system -> system -> shutdown.

The controller has fixed save interval to store data permanently to the sd card, so changes between power cut and last save interval can result to lost changes.

If you change scripts the you might want to press the button “sync project data“ in the right bottom corner to force a SD card save..

BR,

Erwin


RE: best way to power off a LM ? - SigmaTec - 16.04.2020

Hi Erwin,

very clear ! Thank you.

Best regards from France.


RE: best way to power off a LM ? - SigmaTec - 30.06.2020

Hi all,

is really the Lua command os.execute(powerOff) equivalent to a shutdown of the LM ?

Best regards.


RE: best way to power off a LM ? - admin - 30.06.2020

os.execute('poweroff')


RE: best way to power off a LM ? - SigmaTec - 30.06.2020

Ok, thank's Admin.