08-21-2006 11:09 AM
08-21-2006 11:21 AM
05-30-2007 08:34 AM
05-31-2007 02:11 AM
Could you please be a bit more clearer??
Or probably attach a vi or snap shot of block diagram, to illustrate what you are doing
05-31-2007 02:42 AM
05-31-2007 04:42 AM
Look at the modified version of you vi.
Collect the acquired data points (from each iteration of your 'for' loop) into shift register and plot it as shown
And, are you trying to convert the 2D array to a waveform plot by bundling the timing information??
Is this why you are using bundle function and passing the 'start/centre' and 'sweep frequency' values to it as 'x0' and 'del x' values respectively??
05-31-2007 05:03 AM
05-31-2007 05:40 AM
Which version of LabVIEW are you using??
I have tried to save if for LabVIEW 7.1 and attached it along with this post.
Let me know if this works
If not, find attached a pic of the vi with modifications in 'False' case.
Just incorporate them in both the cases
05-31-2007 07:43 AM
06-01-2007 12:01 AM - edited 06-01-2007 12:01 AM
The X scale max value is not a right measure of number of samples acquired.
To find out if the of samples acquired per sec = the sampling rate specified, Use an 'array size' function on acquired data ( ps: ensure that data is in array format)
Message Edited by devchander on 06-01-2007 12:13 AM