We are trying to programme our robot autonomously using Modkit however when we try to run the programme the following comes up on the display, ‘exceeded time limit by 3 secs’. Has anyone any experience with this problem and how to solve it. Thanks
I don’t recall why we saw this, but we have. I think it happens because the program is taking too long to execute one of it’s commands.
My suggestion:
- Make a copy of the program
- In the copy, delete some stuff out of the program, download it, and see if it works
- Repeat #2 until it works.
- Look closer at the last thing you deleted, and see if it was correct (what you meant to do)