![]() |
emergency function - 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: emergency function (/showthread.php?tid=5782) |
emergency function - Fahd - 09.12.2024 Hi, Can I run a schedule from a script? I have some old KNX-DALI gateways that do not have an emergency function, so I need to create one myself. The groups are controlled only by LM5 schedules. When the emergency function is activated by a knx object, I plan to set the DALI groups to 100%, disable the schedules, and then re-enable the schedules and run them when the emergency function is deactivated RE: emergency function - Daniel - 09.12.2024 Why don't you just use additional event script to add your condition. Scheduler will write to your event object and the event will write to your the emergency function based on your conditions. RE: emergency function - Fahd - 10.12.2024 (09.12.2024, 14:20)Daniel Wrote: Why don't you just use additional event script to add your condition. Scheduler will write to your event object and the event will write to your the emergency function based on your conditions. The other way it will need just one event.script under 1bit object of the emergency value.. |