Quote:
Originally Posted by Alan Anderson
You want the robot to move at one speed and direction for a while, then change to move at another speed and direction? The sample Autonomous Independent does exactly that. It uses a clever trick to make things happen in sequence: chaining the error out of one VI to the error in of the next. The Delay and Feed VI takes care of the timing, and the dataflow inherent in LabVIEW takes care of the sequencing.
|
It's odd, for some reason our Autonomous VI that was written already doesn't do the delay. I'm not sure why, but will be looking into it. If you have any thoughts it would be hugely appreciated.