11-21-2008
07:20 AM
- last edited on
07-10-2024
02:14 PM
by
Content Cleaner
Hello everyone,
As I use large data files (500MB) and need to be able to view them in graphs, I was reading this arcticle about Managing Large Data Sets, and found the GLV_GigaLabVIEWMemoryStoreAndBrowse.vi example in the "Fast Data Display with Decimation" section of it. It is exactly what I need, but, of course, with my data... So, how could I rearrange this file to be able to see not it's own data, but the data I acquired with the TDMS Writer (1D array of waveform data)?
Thanks,
Rafael
11-24-2008 07:37 AM
There are several options, but I would recommend using the already existing file as your data buffer. This will replace the internal data structures (queue or functional global) for the main data, not the decimated preview. I would do it as follows:
11-25-2008 12:38 AM
Thanks DFGray, I'll try to change it now.