Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI-6025E TO USB-6218 OEM

Hello?
 
I'm working on code converting work from PCI-6025E to USB-6218 OEM. The source code was written for PCI-6025E. This must be re-written for USB-6218 OEM.
 
I wonder whether DAQmx 8.7.1 supports USB-6218 OEM for Visual C++ 6.0
And how can I convert it for USB-6218 OEM?
 
Is additional function like HIdD_GetHidGuid() required to hook the USB driver?  
 
Thanks,
I'm converting DAQ to DAQmx..from Parkoz.com
0 Kudos
Message 1 of 3
(6,690 Views)

Hello anarkie,

The DAQmx 8.7.1 driver supports the USB-6218 OEM DAQ device.  The driver also provides the capability to transfer data over the USB bus,

so no additional functions such as the HIdD_GetHidGuid() would be required.  To convert your Visual C++ code to work with the USB-6218, you

must first install the new DAQ device and make sure that your code reflects the device name of the USB-6218 OEM.  You must also make sure

that parameters, such as sampling rate, are appropriate for the USB-6218 OEM.

 

Best wishes,

Wallace F.

National Instruments
Applications Engineer
0 Kudos
Message 2 of 3
(6,660 Views)

Oh, thanks so much!

I was wondering why no one answered! Thanks man!

I'm converting DAQ to DAQmx..from Parkoz.com
0 Kudos
Message 3 of 3
(6,648 Views)