Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 6.1 drivers for USB-6501digital I/O

Does anyone have LabVIEW 6.1 Call Library Functions written for controlling the USB-6501 board?
Thanks.
0 Kudos
Message 1 of 4
(3,185 Views)
Hi,
 
Unfortunately, the USB-6501 is not supported in LabVIEW 6.1. The USB-6501 uses the DAQmx driver, which will only supports LabVIEW 7.x and later. Here is the link to a website with driver and operating system compatibility for USB devices: Data Acquisition (DAQ) Installation/Configuration Troubleshooter. However, if you choose to upgrade to a newer version of LabVIEW, then you can download the DAQmx driver free: Current DAQ Drivers Download.
 
Regards,
Hal L.
0 Kudos
Message 2 of 4
(3,175 Views)
Okay, but can't drivers be written by doing a Call Library Function w/in LabVIEW?
0 Kudos
Message 3 of 4
(3,170 Views)

Hi,

The call library function can be used to call dll's, including those for drivers. However, using these call library functions to try to incorporate DAQmx in LabVIEW 6.x is not supported. Some of the functions might work, but you could run into problems with others. I recommend using LabVIEW 7.x or newer with the DAQmx driver and your USB-6501. This is the simplest solution to your problem.

Regards,
Hal L.

0 Kudos
Message 4 of 4
(3,152 Views)