04-01-2008 05:00 PM
04-01-2008 08:18 PM
I think I see what is happening in your data. You have each data point by column so that the data stretches to the right in time rather than down. I didn't catch that when I wrote up the VI.
Put a transpose array function before and after the loop. This will swap row with columns temporarily so that the loop will effectively act on the other dimension.
04-03-2008 07:43 AM
Oh My!!...it works. I set the transpose on the read spreadsheet to true and now it works beautifully. Thanks for everyones help, much appreciated.
Thanks again, Jordan