send value to bus every 15 minutes - 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: send value to bus every 15 minutes (/showthread.php?tid=3512) |
send value to bus every 15 minutes - streilkx - 16.08.2021 Hello, could you help me with a script that writes the value 1 for the object 2/4/21 on the bus every 15 minutes. Thanks for help! RE: send value to bus every 15 minutes - CristianAgata - 16.08.2021 (16.08.2021, 15:57)streilkx Wrote: Hello, Use a schedule script in minute set 00,15,30,45. Other set *. grp.write('2/4/21',1) |