Log in

View Full Version : Time loops


Shrubadub
19-02-2011, 17:36
How do you make the robot drive forward for like 5 secs in auto without using a gyro or an accelerator. :confused:

stormyweathers
19-02-2011, 17:52
you could make a while loop, and a timer.
set the break condition to be equal to 5, and output the timer (in seconds) to check the break condition.
You can check out the framework auto ind VI to see how to make the timer properly

Shrubadub
19-02-2011, 18:30
Thank you very much