Hello;
To acquire data on a point by point basis will limit the sampling rate to how fast the OS can handle your process.
To speed up that rate, you will need to use buffering. That technique allows one to acquire data as fast as the hardware limit is, and store those points in a buffer.
You didn't tell what programming language you are using, but regardless the language, there are good examples showing how to program a buffered acquisition with your board (C:\Program Files\National Instruments\NI-DAQ\examples\ or in Labview Search Examples->I/O Interfaces->Data Acquisition->Analog Input->Continuous Analog Input).
Hope this helps.
Filipe A.
Applications Engineer
National Instruments