08-17-2005 06:43 AM
08-18-2005 05:09 AM
08-18-2005 08:31 AM
23 Million DBLs are about 180 MB which, as far as I know, have to be continuous, because of the way LV allocates memory.
What you can try to is simulate this yourself, by initializing arrays to the full size and then replacing elements within them and using Array Subset to extract the information you need into XY graphs (not charts). You can use a slide and property nodes to simulate the scroll bar. My computer (an olf P3 laptop with 512MB) started getting slow at a single array with 10 million elements. Yours, with multiple arrays, should probably fare better.
I used this VI to test this (I modified it a bit by adding an Array Subset so I wouldn't plot all the data).
08-18-2005 08:36 AM
08-19-2005 08:03 AM
Check out the tutorial for dealing with large data sets in LabVIEW (Managing Large Data Sets in LabVIEW). It includes some tips you need to know, as well as a decimation routine that will probably solve your display problem.