We want to be able to set a switch on the dashboard so we could switch between autonomous can someone help me with this? Any help will be gratefull.::rtm:: ::rtm:: I will be waiting.
The simplest method is to use a combo box on the front panel (which would allow for multiple autonomous selections and an easy/interaction drop down menu), right click on “Edit Items”, and then input your items/values. Then in the block diagram, wire the combo box into a smart dashboard write value vi and name the variable (all of this in Loop 1 of the dashboard project). In your autonomous vi, read the value of the variable in using the smart dashboard read value (make sure to use the same name of the variable) and then wire that into a case structure and program your autonomous actions in the case structure.