|
Re: What does it mean?
You should put code there that is to be executed every program loop. The 'slow loop' in the normal user_routines runs once every 26 milliseconds, or whenever it gets data from the OI. The loop you're looking at runs every internal software loop, which is a lot faster, and independant from the OI.
|