LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write only specified range of data from 2D array to spreadsheet string?

Solved!
Go to solution

Hello all,

 

My issue today is a simple one, but I can't for the life of me find an answer using search. I have a 2D array of data points (Y values) with their corresponding index numbers. When I run my VI, I get back an array of 10's of thousands of values, but I want to be able to extract only a few hundred values (specifically, one or two periods of a periodic sound wave) at very most to display in a spreadsheet string for later calculations in Excel.

 

I have managed to get the data written to the spreadsheet string easily, but I am stumped as to how to specify the range (using the index values) to allow to be written to the spreadsheet string. I have tried "Delete From Array" but I must be missing some funcionality, because I can't seem to delete all values both above a max index and below the min index specified (in order to just get the values between max and min).

 

Help a newbie out?

 

Appreciated.

0 Kudos
Message 1 of 3
(2,335 Views)
Solution
Accepted by topic author Zed8
Message 2 of 3
(2,331 Views)

... Doy.

 

Thank you. I feel dumb now.

0 Kudos
Message 3 of 3
(2,324 Views)