05-24-2006 03:18 AM
06-08-2006 05:28 AM
Hi,
You can use Waveform Graph instead of Chart to show all data points at the same time. However, showing a large graph or large set of datapoints in the web browser user interface is not recommended because it takes lot of resources. It also steals limited memory of RT. If you have to show all data points at the same time I recomend you to create a host application for that: RT takes care of data acquisition, and host application saves the data and provides reasonable user interface.
Vesa K / NI Finland
06-08-2006 06:50 AM
06-08-2006 07:34 AM
Hi,
One of the easiest way to do that is Sample Compression Express VI. You just specify the reduction factor to calculate the mean value. For instance: You have 100k points of raw data as an input, reduction factor is 100 -> You will get 1000 points of averaged data.
Thanks,
Vesa K