X10 Community Forum

🖥️ActiveHome Pro => ActiveHome Pro General => Topic started by: smatofu on March 03, 2021, 08:44:22 AM

Title: Flag operations slow
Post by: smatofu on March 03, 2021, 08:44:22 AM
Hi,

I am trying to reduce execution time on my macros. To my surprise, flag operations (checking flag condition, setting a flag, and clearing the flag) added around 5 seconds to my macro. 5 seconds for flag operations seems like an extremely long time, something from 1970s.

Am I missing anything?

Thanks,
Stan
Title: Re: Flag operations slow
Post by: smatofu on March 03, 2021, 05:08:04 PM
Mystery solved!

Somehow, unintentionally, the "Run macro from PC" was activated. After I switched back to "Run macro from interface", the macro runs as fast as expected.