Hello,
I've written a VI for NXT, using the NXT Toolkit, which contains too while loops, which are intended to run in parallel.
The first loop drives and steers motors B and C depending on ultrasonic sensor readings and
the second loop does some collision detection using the touch sensor.
The first loop works fine, but the second one seems to be execute never or at all only very
sporadically.
I've already done the following this to fix this with NO success:
- Give loop execution priorities, by using NXT delays in the loop
- Move each loop into a separate subVI and built a main VI, which only
calls both subVIs.
Both methods yielded no success. How can I accomplish parallel execution of
both loops ? See attached VI for details.
Thank you very much !!
Markus
Message Edited by markus_71 on 01-06-2007 07:07 AM