"Dashboard Main.vi" TabControl Enum items do not match the Tabs on the driver station

Dashboard Main.vi
The enum used to retrieve the control references on the ‘Basic’ and ‘Custom’ tab of the Driver Station are not correct. Missing ‘Camera’ and ‘Commands’ which causes ‘Basic’ and ‘Custom’ to reference the wrong tabs.

The Enum Items should match the Driver Station Tabs

Add ‘Camera’ and ‘Commands’
AddCamera.png
To make ‘Basic’ and ‘Custom’ line up correct.

This will allow the renaming of the controls on the Basic tab to work!
The code below shows how to give controls on the
Basic tab more specific names. You can set
Button Names, LED Names, Slider Names,
and String Names.


AddCamera.png



AddCamera.png