LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I replace "AI Waveform (scaled array)" with a newer subroutine?

I'm dealing with a program that references AI Waveform scaled array, which I understand is a Labview 6 vi which can be supported by installing older drivers. My question is, is there an updated version of this function in 2009 that I can swap out and completely stop depending on this older scaled array function?

 

 

Thanks in advance,

 

 

Justin

0 Kudos
Message 1 of 4
(2,755 Views)
If your DAQ card is supported, you can start using the DAQmx functions. This will require a complete rewrite since the DAQmx functions are not a one - to one replacement.
0 Kudos
Message 2 of 4
(2,742 Views)
I guess more specifically, is there an equivalent subroutine that would offer the same functionality as this older scaled array waveform function?
0 Kudos
Message 3 of 4
(2,720 Views)
DAQmx Read.
0 Kudos
Message 4 of 4
(2,713 Views)