vote up 2 vote down star
1

At my robotics club we are trying to get the multi-threading capability to work on LEGO Mindstorms NXT, but it seems that the threads are interfering with each other and causing the program to stop entirely.

Does anyone know how to correctly implement multi-threading on the NXT visual programming environment.

flag

80% accept rate

2 Answers

vote up 0 vote down

This tutorial on multiple tasks may be what your are looking for: Multiple Tasks

link|flag
vote up 1 vote down

Does anyone know how to correctly implement multi-threading on the NXT visual programming environment?

Yes, lots of people know how to implement multi-threading on the NXT visual programming environment.

Unless you are more specific, though, you aren't going to find out what's wrong with your particular problem. There are lots of gotchas, though.

For instance, if you have two threads inside a loop, the loop will not loop until BOTH threads complete.

There are many others - too many to enumerate here - so start debugging your program piece by piece, and post examples of your 'code' (screenshots?) and then describe what it's doing, and what you want it to do.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.