Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Infinite and interleaved waveform generation from file using WFM_From_Disk

I'm using Visual C++ and NI-6731
Is it possible to use interleaved waveform generation from disk using the WFM_From_Disk function? I read about one that couldn't output to more than one channel using that function. Also, is it possible to generate a infinite waveform using WFM_From_Disk?
0 Kudos
Message 1 of 2
(2,346 Views)
Hi,
Sorry for the delay in the response.
WFM_From_Disk indeed stores data in interleaved form. So while plotting, you have to separate the elements accordingly.

In order to read the data multiple number of times, you have to set the "endPt" parameter to 0 and the iterations to greater than one.

Sincerely,
Sastry V.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,346 Views)