GTMoraes
Member
Hey,
I'm trying to make a simple alarm setup to work together with another program. It monitors one value to run a keystroke script and other value to run another keystroke script.
However, when the first alarm is triggered and stays at the alarm value, it keeps launching the keystroke script over and over, and if I set an interval long enough, it'll cause a reasonable delay when it genuinely needs to run the script again.
Same thing with the second value.
Could there be a radio button for "trigger alarm only once, when criteria is met"?
I was thinking in something like this:
- alarm for >=75°C (example)
- below 75°C does nothing
- at 75°C or higher, it triggers the alarm once.
- if it goes below 75°C, it does nothing
- when it reaches 75°C or higher again, it runs the alarm once, no delays.
Thanks
I'm trying to make a simple alarm setup to work together with another program. It monitors one value to run a keystroke script and other value to run another keystroke script.
However, when the first alarm is triggered and stays at the alarm value, it keeps launching the keystroke script over and over, and if I set an interval long enough, it'll cause a reasonable delay when it genuinely needs to run the script again.
Same thing with the second value.
Could there be a radio button for "trigger alarm only once, when criteria is met"?
I was thinking in something like this:
- alarm for >=75°C (example)
- below 75°C does nothing
- at 75°C or higher, it triggers the alarm once.
- if it goes below 75°C, it does nothing
- when it reaches 75°C or higher again, it runs the alarm once, no delays.
Thanks