Quote:
Originally Posted by futuredinos
im a rookie and well i think i got the basics down for labview well atleast how to program the jaguars so my question is how to program the joystick buttons to move forward or backwards im sure this is possible but if its not well...please let me know haha thanks 
|
First you should pick Case Structure from the Structures palette. Wire the button to the case selector (the thing with green question mark). When it is true power the motor (you can have a constant like 1 and wire it to Motor Set Output) and when it is false have constant of 0 and wire it to Motor Set Output. Make sure that constants are in the structure!