In the end, I want to have written a VI that acts as an oscilloscope, converts the data onto an intensity plot, and retain the data from the intensity plot on a csv file.
1. actual oscilloscope
2. oscilloscope made from LabVIEW
3. intensity plot (histogram)
4. csv file
my 1 -> 2 is fine. my 3 -> 4 is fine. But there is something wrong when I go from 2 -> 3.
I think the problem lies in the fact that the DAQ's dynamic data takes many many smaples at once, but the intensity plot gathers the data too slowly. So for very 100 samples the DAQ takes in and plots on my oscilloscope graph (the LabVIEW one I made), it only takes into account a few for the intensity plot.

help?