Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Double Buffering on PCI-6713DAQ Card

Hi,
I'm novice to this area. I need to write an application which displays continous signal (analog)data. I need to display 8 channels each containg a byte of data every 10 ms.

Should I go for single buffer or double buffer.

Please help me .

Thank you

Chandra
0 Kudos
Message 1 of 2
(2,861 Views)
Chandra,

If you want to output a set number of updates then stop, you would want to use single buffer.

If you are looking for continuous generation then double buffering will be the preferred method. There are examples of both at:

http://zone.ni.com/devzone/devzone.nsf/webcategories/BF1AC4565B4D356486256797004CBD45?opendocument&node=dz52313_us

They will be a great help in getting you started. I recommend specifically looking at the Double Buffered Waveform Analog Output example in V C++.

Hope this helps.

Kevin R
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,861 Views)