Logic Machine Forum
[Bug report] event scripts execution - 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: [Bug report] event scripts execution (/showthread.php?tid=1295)



[Bug report] event scripts execution - Bitver - 17.03.2018

Script 1
Code:
grp.write('1/0/0', true)
grp.write('1/0/1', true)

Script event '1/0/0'
Code:
log('1/0/0')

Script event '1/0/1'
Code:
log('1/0/1')

What I do:
 Run Script 1.
What I see in log: (first script running only)
 string '1/0/0'
What should be in log: (all scripts running)
 string '1/0/0'
 string '1/0/1'


RE: [Bug report] event scripts execution - Erwin van der Zwart - 17.03.2018

lHi,

Well i’m pretty sure there is no bug otherwise we would known this for sure as your sample is used on every project.

Are you sure you have enabled all your scripts? (press F5 to refresh to be sure), are your objects both boolean? Are there errors in the error tab?

BR,

Erwin


RE: [Bug report] event scripts execution - Bitver - 17.03.2018

As http://4n.lv:7999/ doesn't work and I've left that house where bug is presented I can't tell you details until monday. Sorry.

BR


RE: [Bug report] event scripts execution - admin - 17.03.2018

Is object 1/0/1 defined in your project? Write will not work if data type is not known.


RE: [Bug report] event scripts execution - Bitver - 22.03.2018

Thank you for help.
I had troubles with logic inside script.
Admin can delete thread because of my mistake.