Logic Machine Forum
help me ! start up init ! - 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: help me ! start up init ! (/showthread.php?tid=974)



help me ! start up init ! - phongvucba - 01.09.2017

Hi everybody !
I have a little trouble. Hope everybody help please.
My Lm3 has a Start-up (init) script. That part, I understand that every lm3 restart it will execute the command line inside it.
But when we break the power supply for Lm3 (for example to turn off the power supply for it) and turn it back on. This start-up init does not work, meaning that the commands in it do not work!
So how do when lm3 restart can we track when it boot up? (Including the loss of lm3 source it can also be checked)
My Lm3 is a reactor 1. Restart the entire light up and then back to position as before start up.

------------------------------

Example:
In the startup init section, we write:
- init script
grp.write ('0/0/10', true)
So when we turn off the 24V source of lm3, then turn on the 24V power again. Does Lm3 run the script in init init?

------------------------------------------
Through testing, lm3 reactor 1 does not operate the script above  Sad


RE: help me ! start up init ! - admin - 04.09.2017

Try adding os.sleep(10) before any group write telegrams. It's possible that KNX devices are started some short time after LM boots up in case when the whole system is restarted. You can try increasing the sleep delay if it's still not working.