Logic Machine Forum
Remove"Lock"... - 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: Remove"Lock"... (/showthread.php?tid=390)



Remove"Lock"... - phongvucba - 16.09.2016

Please help me!
I have LM3 reactor 2, the latest Fireware 07/14/2016.
Resistance ports just created, affecting returns are locked (lock) immediately. (In picture)
I have to how to remove Lock here!
Thank everyone!


RE: Remove"Lock"... - admin - 16.09.2016

Looks like it's an issue in latest FW, this will be fixed in RC2. As a temporary solution, create a resident script with 60 seconds sleep time and execute this:

Code:
db:query('UPDATE reactorv2 SET locked=0')
alert('fixed')

Then, reboot your device and lock should be removed.


RE: Remove"Lock"... - phongvucba - 17.09.2016

Thank so much. I will try..Smile