LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using a USB joystick on a Mac with LabVIEW 8.2

Has anybody know of a method to use a joystick or it's buttons, on a Mac OS 10.4 using LabVIEW 8.2?  The joystick/mouse/keyboard VIs implemented in LabVIEW only work in the Windows version.
0 Kudos
Message 1 of 2
(2,855 Views)
Hi,
 
The Input Device Control VIs are not supported on Mac OS as they make call to shared library (dll) only available on Windows. One option will be to develop a shared library on MAC (framework) to communicate with the input device and then call it in LabVIEW using the Call Library Function node.
 
Tunde
0 Kudos
Message 2 of 2
(2,821 Views)