generate alert when exceeding a certain time - 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: generate alert when exceeding a certain time (/showthread.php?tid=3845) |
generate alert when exceeding a certain time - davidchispas - 02.02.2022 Hello, I am looking for an example to send an alert email when a 1-bit object exceeds a time of 5 continuous minutes. RE: generate alert when exceeding a certain time - admin - 02.02.2022 You can use this examples to get the running time of any object: https://forum.logicmachine.net/showthread.php?tid=3769 To send a notification only once per event use this: https://forum.logicmachine.net/showthread.php?tid=1116&pid=6634#pid6634 |