FIRST Robotics Competition Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding More than 4 Joysticks to an FRC LabVIEW Program

You are limited to 4 joysticks.  This year (2014) the Driver Station shows up to six, but that is just to accommodate the TI Launchpad which shows up as two joysticks.  You mention six controllers - if you want to control six motors, that you can do.

0 Kudos
Message 2 of 3
(3,257 Views)

The standard FRC software uses a type def that defines only 4 joystick values. While it may be possible to modify the type def and use additional joysticks, doing so is an advanced use case that could cause unanticipated problems.

If we know more about the type of input you desire we may be able to work out some better alternatives. For example, if the desired input is binary such as forward and backward, the motion could be mapped to existing joystick buttons or use an xbox controller with thumb pad.

Jeff L
National Instruments
0 Kudos
Message 3 of 3
(3,257 Views)