03-12-2007 10:46 AM
03-13-2007 02:19 PM
03-14-2007 06:15 AM
Hi,
the option of averaging is probably the easiest to implement. The main point being that unless you have a screen resolution 691,200,000 pixels wide, then there's no point trying to plot every single point. Don't forget aswell that if you pass a large amount of data to an object on the screen, then you're increasing the amount of memory used at once (e.g. 1.3GB of data in memory, and then plotting it will add another 1.3GB of memory requirement if it were possible since the plot will hold a copy of the data)
Another option would be to upload sections of the file into a graph depending on where a scroll bar or spinner is positioned so you could have an easy to view version too (effectively a zoom in)
Thanks
Sacha Emery
National Instruments (UK)