nxbt
nxbt copied to clipboard
Macro Latency/Causing Inconsistency When Looping
Made a custom macro but I have been looping through and I have found that randomly the marco becomes inconsistent. This then offsets the proceeding inputs. Wondering if there was any way to fix this
@Bartschey I extended the webapp w loop function but suffering from the same issue. Shorter macros will become inconsistent too?
Anyone found a solution for this?
Have this problem too. I'm going to try dive into the actual python api instead of using the macro files and see if that helps with the consistency. Sometimes it'll run consistently for a few hours and other times it'll break several times in a row.
I'm currently giving it lots of room with the timing to try and accommodate the switch loading times but I'm fairly sure the program simply isnt sending the button presses in some cases.
I'll come back and let you guys know if using the api makes any difference.
I have been having similar issues with timing for macros sending commands with latency. It seems to be based on very long macros or a series of macros running one after another. The factors impacting this would be running on a vmware virtual environment through windows, bluetooth interference, and how each instruction. I've only developed for the web interface as a test so far.
Have this problem too. I'm going to try dive into the actual python api instead of using the macro files and see if that helps with the consistency. Sometimes it'll run consistently for a few hours and other times it'll break several times in a row.
I'm currently giving it lots of room with the timing to try and accommodate the switch loading times but I'm fairly sure the program simply isnt sending the button presses in some cases.
I'll come back and let you guys know if using the api makes any difference.
Any luck with that?