|
Re: periodic tasks in autonomous independent
Unless you do something to prevent parallelism, LV is all about the parallelism. During Autonomous, the Auto Independent VI is running its code, the vision code is parallel and the loop is running -- the code within may be disabled. The periodic tasks are always running, even when disabled. Robot Main is running. Start Communications is running.
Greg McKaskle
|