07-28-2009 10:56 AM - edited 07-28-2009 10:57 AM
Hi i am new to lab view and have a location on a graph at a number on the xaxis in the waveform graph. i would like to graph 2 blocks of data after my desired location how can i go about by doing that.
the orginal location is in time....but not real time. and i roughly need about 50 miliseconds of graphed data after my desired location starting point.
Solved! Go to Solution.
07-28-2009 11:56 AM
Hello,
I guess you can do this by extracting the portion of your array from where you want to plot the data. You can use either "delete from array" or "split array" functions for this purpose. I can be more specific if you explain what you are plotting and how often you want to plot it.
Best Regards,
Nitzy...
07-28-2009 12:05 PM
Hi,
Check this out and let me know, whether it is of any use....
Regards,
Nitzy...
07-28-2009 12:08 PM
Hi,
Check this out and let me know, whether it is of any use....
Regards,
Nitzy...
07-28-2009 01:44 PM
ok, so i have a series of data with multile low cusp in the waveform graph. i am able to graph he data as a whole. now i would like to strickly focus on the areas with the cusp one at a time. and i would like to graph 50 miliseconds of of the data after the cusp. and then eventually do a FFT on the resulting data. and average all of the cusp/w the ffts together.
Ps. im looking into your prefious vi to see if it might work. thanx