TigerLord Posted February 13, 2006 Report Share Posted February 13, 2006 Hi There ! I have a basic macro that I want to loop every minute, but it seems every loop adds a delay, which means the macro doesnt loop every minute or so and everytime the delay is more noticeable. I used the technique in the FAQ with the set variable integer and calling another value for that same integer. Anybody has an idea ? I put a 60 seconds delay right before the repeat end command. thanks for the help! Quote Link to comment Share on other sites More sharing options...
kevin Posted February 13, 2006 Report Share Posted February 13, 2006 You could try to create a scheduled macro that activates every 10 minutes. To increase the accuracy you may want to change the Timer Interval from every 10 seconds to every 1 seconds. Click Options, Preferences, Scheduler and set the value under Timer Interval. Doing this, however, uses more CPU cycles. This technique will be more accurate than a simple delay. However, it is not 100% accurate. Quote Link to comment Share on other sites More sharing options...
TigerLord Posted February 14, 2006 Author Report Share Posted February 14, 2006 Is there a way to start a schedualed macro with a shortkey? I made a schedualed macro to play every 1minute with timer check interval at 1 second, and it seems it will play the macro once and then that's it... Any idea? Quote Link to comment Share on other sites More sharing options...
kevin Posted February 14, 2006 Report Share Posted February 14, 2006 You can have a scheduled macro will play over and over by making sure the Indefinitely box is checked. Macro Express 3 will only run one macro at a time. If another macro is running when a Scheduled macro is supposed to activate, then it will be queued up for later. You can run a Scheduled macro via a shortkey by having multiple macro activations. You can start the timer for a Scheduled macro by creating it and then leaving it disabled in your macro file. Then create another macro that uses the Macro Enable to enable your Scheduled macro. At some point you will want to use the Macro Disable command to disable the Scheduled macro or it will run automatically the next time you start Macro Express. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.