Could someone share some example code for how to select an autonomous within the LabView Dashboard so that at competition the autonomous could be chosen before the match instead of having to push code every time we need to do a different autonomous?
The default template has some example code, and the mechanism is described a bit more here http://www.chiefdelphi.com/forums/showthread.php?t=143660.
To add more choices, add them to the list in Begin and add them to the case selector in Auto.
Greg McKaskle