Logic Machine Forum
Help needed importing helpers - 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 needed importing helpers (/showthread.php?tid=1070)



Help needed importing helpers - prostar - 29.10.2017

I want to import some helpers, but I'm missingĀ the option in the Tools menu on my LMĀ (Logic Machine -> Scripting -> Tools -> ...).
I have seen the menu in screenshot (so I'm definitely looking in the right place), but on my LM I see not 'helper' options at all.
Running LM5 Reactor Dimmer Power on version 20170620.

Who knows why or can help me out?


RE: Help needed importing helpers - admin - 30.10.2017

This feature has been removed.


RE: Help needed importing helpers - prostar - 30.10.2017

(30.10.2017, 07:17)admin Wrote: This feature has been removed.

Has it been replaced by something else? The helpers are provided by my distributor and are part of a 'script' package that I paid for ...


RE: Help needed importing helpers - pepe - 16.09.2021

(30.10.2017, 07:17)admin Wrote: This feature has been removed.
hello
can this feature be reinserted?


RE: Help needed importing helpers - admin - 16.09.2021

You can replace helpers via a script:
Code:
io.writefile('/www/scada/resources/helpers.js', [[
put helpers code here
]])



RE: Help needed importing helpers - pepe - 16.09.2021

(16.09.2021, 12:46)admin Wrote: You can replace helpers via a script:
Code:
io.writefile('/www/scada/resources/helpers.js', [[
put helpers code here
]])
big thx