01-09-2014 06:55 PM
we want to do something like this but with a joystick and labview 2012 without using NXT: http://www.youtube.com/watch?v=xpKRf923z3k
01-10-2014 09:40 AM
What have you done so far? Are you using the joystickAcquire function?
01-10-2014 09:51 AM
What joystick? Windows or Mac? (I probably can't help with Mac). What have you done so far?
01-10-2014 11:40 AM
Hi carlosm27,
In the Connectivity Palette LabVIEW has VIs to initialize input devices like a Joystick, Keyboard or mouse. You can use this VIs directly in your project. I Share with you a link with information about that and a reference to LabVIEW examples.
http://zone.ni.com/reference/en-XX/help/371361K-01/glang/input_device_control_vis/
There it is an example using this VIs
http://www.ni.com/example/30510/en/
Also you can use the NI-VISA driver to control different devices with their own drivers. Here is an example
https://decibel.ni.com/content/docs/DOC-3466
Its important to know what kind of joystick you are using, the LabVIEW license and your Operative System.
Hope this information Helps you
Regards!