|
Prev: PSK simulation exercise
Next: front panel is frozes
From: JoeLabView on 6 May 2008 21:40 It sounds like the problem resides in the architecture... It should be relatively quick. I would not do it in chunks. Can you post your code?
From: appforce on 7 May 2008 02:10 Hello, Here is the VI. <a href="http://www.benchu.com/plugin2.vi" target="_blank">Plots V</a><a href="http://www.benchu.com/plugin2.vi" target="_blank">I</a> Is there any way to get a chunk of data and plot these data first and then get another chunk of data, plot the data, and still hold the previous data on the plot? Thanks for the help.
From: parthabe on 7 May 2008 03:10 Please post your txt file also.
From: appforce on 7 May 2008 03:40 Here is the text file: <a href="http://benchu.com/raw_data_cur_192_168_0_107.rar" target="_blank">Text File</a> Thanks
From: parthabe on 7 May 2008 03:40
appforce wrote: Is there any way to get a chunk of data and plot these data first and then get another chunk of data, plot the data, and still hold the previous data on the plot? If you want to hold the history data for a plot, you have to use the Waveform Chart instead of the Waveform Graph, because the former has the property called History Data while the latter does not. :smileyhappy: Hope it helps... |