Log in

View Full Version : Autonomous Selector LabView Dashboard


2386programming
12-02-2016, 16:50
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?

Greg McKaskle
12-02-2016, 23:47
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