Hi Evan,
Cool..that is what i am confused about. Thanks a lot.
Thanks for your attachment. I will test it out later.
But this brings another question to my mind. When you have 2 dimensions in the Initialise Array VI and you need to wire the # of elements in each dimension, which indicates the row and which the column? If the top dimension entry is wired with 10 and bottom is 2, is the array a (10x2 => 10 rows with 2 columns in each row) or (2x10 => 2 rows with 10 columns each row).
One other question, if i were to pass a 2D array (2 set of data combined to form this 2D array) to both a waveform chart and a waveform graph and my purpose is to plot 2 different lines in each, should my array be in the format of (2x10) or (10x2)?
I also found that when i pass a 1D array of 100 elements to both, waveform graph plots all the 100 elements but the chart only plots 1 point. Is it got to do with the history buffer in the chart?
Thanks again.
wee