Search found 4 matches

by cyril21
Saturday 03 July 2021 18:16
Forum: Show your projects
Topic: DzBasic - Another simple script system
Replies: 6
Views: 1786

Re: DzBasic - Another simple script system

Hello,
Not with this script. But it could be possible to add this function in a next version.
Take a look here instead: viewtopic.php?f=59&t=36400
by cyril21
Wednesday 19 May 2021 22:30
Forum: Show your projects
Topic: DzBasic - Another simple script system
Replies: 6
Views: 1786

Re: DzBasic - Another simple script system

Hello, Thanks again for your comments. What I see in dzbasic.lua is that it still interprets all description strings. Do I overlook something? In fact it scans the devices but does not interpret the strings. A list of devices is stored in a persistent variable. I just released a new version which I ...
by cyril21
Sunday 09 May 2021 23:24
Forum: Show your projects
Topic: DzBasic - Another simple script system
Replies: 6
Views: 1786

Re: DzBasic - Another simple script system

Hello, Thank you for your reply and your tests. I was unable to reproduce your results with 24 devices . But I'm not sure to have the appropriate method to test the performance (I used os.clock command). I did make some improvements (ex: only devices with code are scanned), and I will continue my ...
by cyril21
Thursday 06 May 2021 22:37
Forum: Show your projects
Topic: DzBasic - Another simple script system
Replies: 6
Views: 1786

DzBasic - Another simple script system

Hello all, I share with you a project that I am developing in lua/dzvents. This is another scripting system. The code (a basic like language) is put in the description field of the device (see screenshot below). It is interpreted every minute and every time the device is triggered. Have a look here ...