LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

excel read and write to labview

Hi Hacky

thanks! it helps a lot. but right now i have another question. can a data in time domain that is saved in excel be read back to the labview and perform the FFT waveform?

0 Kudos
Message 11 of 14
(879 Views)

Hi Jack,

its the similar way. Look at the demo ....

When you create (by LV or by Hand) a spreadsheet that contains for example 100 cells of data A1 to A100

you can import this by Read Spreadsheet.vi. You need to transpose the array, if you don´t the arrangement

is expected in rows instead of columns. Just try it with the demo i wrote.

Regards, Hacky

0 Kudos
Message 12 of 14
(875 Views)
thanks..i now know how to retrieve data from excel to labview and graph it.
 
can you suggest what i must do to compair 2 FFT waveform or data and to display result in text e.g. loose spark plug, broken ring etc.
0 Kudos
Message 13 of 14
(868 Views)

Hi Jack,

no good idea on that but:

imagine comparing two real numbers for equality, you cannot do this via ==.

I assume, if the scaling of your x axis is equal in both signal you can easily subtract them. The result is an array with very low values.

Using array minmax you can check for boundaries.

When your scaling on the y axis is really different an you look just for peaks you can normalize both arrays and subtract them.

for more complex tasks you shuld post the question again with a new title for analysis guys.

Regards Hacky

Message 14 of 14
(862 Views)