Search code examples
labviewjoystick

why am I not able to receive data inputs from my USB joystick in labview?


The following Labview code:

enter image description here

does not receive any data from my USB Saitek X52 joystick. I am not able to figure out why.

Is there something I am missing?


Solution

  • Some advice, move the 'Init Joystick' out the while loop, is there an error returned?
    What input method have you used, does the read data return an error?