Bug in tag based script - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12) +--- Thread: Bug in tag based script (/showthread.php?tid=1724) |
Bug in tag based script - Thomas - 15.11.2018 Hello I think I've found a bug in tag script processing. The script is not processed until I reopen and save tag script. Steps: 1. Create new (this is important) event based script called bug_test for tag bug_test. Set it active and "Execute on group read". Click "Save". 2. Open Editor and insert code Code: log('bug test') 3. Choose a random object with datatype 01.1 bit and set tag bug_test to this object 4. From ETS read this object 5. look at the log and you see nothing. You should see "bug test" message. 6. Click bug_test event then click save. Repeat step 4 Now everything is OK. RE: Bug in tag based script - Daniel - 15.11.2018 Did you press save in script editor after step 2 ? RE: Bug in tag based script - Thomas - 15.11.2018 (15.11.2018, 15:44)Daniel. Wrote: Did you press save in script editor after step 2 ? Yes The bug is related to the actual build. It was ok in 2017.06 RE: Bug in tag based script - Erwin van der Zwart - 15.11.2018 Hi Daniel, Recently i already posted that i noticed this also twice in current version 2.3.0, not checked it further yet but could be something is wrong, please test it (: BR, Erwin RE: Bug in tag based script - admin - 16.11.2018 Thanks for bug report, we will fix it in next release. |