ikodan Posted January 25, 2021 Report Share Posted January 25, 2021 Hello, I try to create a macro that clic on a button (with a lot of specificities that is useless to detail here). I'm not a noob, but as the macro need to be spammed, I realised that macro express is a lot laggy, and for each internal macro, there is a delay of at least 200ms before the macro runs. I call "Internal macro", the macros I use to increment to add more variables, for exemple (first line) : https://i.ibb.co/P1LS65v/2021-01-25-102428.jpg I'm using ME pro 4.9. What's the problem with the lag and how to fix it ? I must create a macro per key on keyboard (and 10 keys), but some needs more actions so that's why it need a macro for each, and as far as I know, I can't resume all in one macro that observe what key I press (and anyway I have to load other internal macros that will also lags. Quote Link to comment Share on other sites More sharing options...
acantor Posted January 25, 2021 Report Share Posted January 25, 2021 Are the delays before the "Macro Run" instruction necessary? Quote Link to comment Share on other sites More sharing options...
ikodan Posted January 25, 2021 Author Report Share Posted January 25, 2021 Sure, it's the macro where I store some variables, like a config.ini. Quote Link to comment Share on other sites More sharing options...
ikodan Posted January 25, 2021 Author Report Share Posted January 25, 2021 I had to delete some variables to decrease the lag. How 8 variables can make lag a processor, that's a shame.. Quote Link to comment Share on other sites More sharing options...
acantor Posted January 25, 2021 Report Share Posted January 25, 2021 Many of my Macro Express scripts manipulate variables, and they run fast. Try recreating your macro, but entirely from scratch. Quote Link to comment Share on other sites More sharing options...
ikodan Posted January 25, 2021 Author Report Share Posted January 25, 2021 That's not what I said, the macro run fast but it take time to begin, like 100ms, but that's too much on some situations. Quote Link to comment Share on other sites More sharing options...
acantor Posted January 25, 2021 Report Share Posted January 25, 2021 100 ms is too long? It takes me 10 minutes to wake up in the morning! If your scripts are hotkey activated, try unchecking "Wait for HotKey to be released before activating." But be aware that there may be undesirable side-effects. I find the feature works best when there is a single, unmodified key as activation, e.g., F10 or NumPad / rather than (for example) Ctrl + F10. Quote Link to comment Share on other sites More sharing options...
Samrae Posted February 1, 2021 Report Share Posted February 1, 2021 I would suspect your anti-malware software. At one time Windows Defender delayed the start of macros. That was later fixed. Currently BitDefender causes many delays on my computers. 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.