Log in

View Full Version : How to add a button with new FRC Labview


gabrielc97
13-02-2015, 21:23
Previously, you'd be able to unbundle the buttons cluster and give each button a function with case structures. Now, the data is an array. How can I go on to give the button a function?

Alan Anderson
13-02-2015, 21:47
Instead of unbundling the button, you index the array element. Everything else from that point is the same.

Mark McLeod
14-02-2015, 07:45
Here are some examples
http://www.team358.org/files/programming/ControlSystem2015-2019/labview/JoystickExample.png