PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I make different buffer for each channel in 6711

I want each channel has its own buffer and send different waveform at the same time .But It sames that I can't make the buffer for each channel.What could I do? My software platform is visul c++6.0.
0 Kudos
Message 1 of 2
(3,021 Views)
Greetings,

The NI 6711 does not support multiple buffers. As is stated in the NI-DAQ help for the WFM_Load() function:

"Data points for the output channels need to be interleaved when you set up the buffer parameter."

Thus, you will need to interleave your channel data.

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(3,021 Views)