I'm using the PCI-6534 board with the 32MB of on-board buffer. How do I best maximize use of this buffer (programming in C, using NIDAQ), acquiring data to it and then dumping it, without having to make a huge buffer in the computer's memory also? There aren't any particular NIDAQ commands for handling this buffer, nor are there any good application notes. I need to acquire 32MB of parallel data, basically filling the on-board buffer once and dumping it. Am I correct in assuming that if I use double buffering, that the board will fill the on-board buffer and then dump it out as it can?