LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save data to file at a slower sampling rate

I tried your example and I still got all the values.  It basically copied the whole first row and removed the second.  There must be something I'm missing
Thanks
Jordan
0 Kudos
Message 11 of 13
(593 Views)

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.

0 Kudos
Message 12 of 13
(586 Views)

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

0 Kudos
Message 13 of 13
(567 Views)