I am still a relatively new programer as this is my second year. I am having a few issues with how to setup controls in LabView. Our robot has two redline motors that we use as shooting and I’d like to use the logitech flight controller joystick main y axis to control speeds and also have button zero run the motors at 100%. I have been looking around online but I can’t find a way to do this.
You will normally open the references (top 4 functions of the posted VI) in Begin.vim and the rest would live in Teleop.vi.
Consider using a Select function or Case Structure to distinguish from the Y axis and the button. These nodes should allow you to send the correct value depending on the conditions that arrive from the joystick.