X10 Community Forum

🖥️ActiveHome Pro => Plug-ins => Smart Macros => Topic started by: bebop on December 02, 2004, 09:16:12 PM

Title: How to stop macro
Post by: bebop on December 02, 2004, 09:16:12 PM
I think I created an endless loop problem by
creating a macro to turn on a lamp based on
conditions and triggered by a timer ( just
to check it out ). The timer has no stop
time so I suspect once it starts the macro
it keeps running it until something tells it
to stop. But what stops it?
Title: Re: How to stop macro
Post by: Tuicemen on December 03, 2004, 01:06:15 PM
The way I understand it a macro stops after
it runs once unless you have your trigger
run from another macro which is started
inside the original one. the timer only
sends a "on" or "off" signal once unless you
have the repeat box checked.
If you suspect you have a loop go to "Tools"
then "Purge Delayed Macros" this will stop
all running macros