08-27-2007 05:37 AM
08-27-2007 11:42 AM
08-27-2007 12:26 PM
Yes the acquire input function is most likly the way to go. I have done several apps where the joystick controls motors using a MS sidewinder via USB and the acquire input functions. What joystick/controller are you using
Paul
08-28-2007 12:13 AM
08-28-2007 07:30 AM
See the examples of tcp/ip in the example finder. Esentially, you need to call acquire input for your joystick, flatten this to some string format the client program can understand and do this in a timmed loop, outside the loop open connection with client tcpip and initialize input. after the loop is done (terminating joystick control is ever), close the port and input conection.
Paul
08-29-2007 03:00 AM
Hi,
I tried using the acquire input form the joystick already.. This is what my vi looks lik now.. below... but somehow i was unable to get the signal i wanted when the click the buttons on my joystick, or is it that i can only view my results on the client?
08-30-2007 12:57 PM
08-30-2007 01:09 PM