LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

NidaqMx

Hello,
Some years ago I have installed an application that acquire 11 analog
signals at every ten seconds and display it and store etc..
Unfortunately this application has been written in CVI 6 using easyio
function nidaqAISingleScanOp ("daq::1!(0:10)", 0.0, 0.0, adcReads[mean]);
and actually we need to change the analog input board using a new one
(pci-6220) that support NIDAQmx and NOT old DAQ functionality.
Does it exist a "wrapper"for CVI6/NiDAQmx or I have to rebuild (and
rewrite) the application using CVI7.1 ?
Thanks in advance
Raffaele
0 Kudos
Message 1 of 2
(3,027 Views)

Hello Raffaele,

There is no wrapper for NI-DAQmx that will allow you to make the same function calls so you will need to rewrite the DAQ portion of your application.  It is recommended that you use CVI 7.x with NI-DAQmx. 

Thanks,

Laura

0 Kudos
Message 2 of 2
(3,002 Views)