Jump to content
Macro Express Forums

Loop Problem


TigerLord

Recommended Posts

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! :D

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...