LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i save a 1-d array of waveforms in excel

Solved!
Go to solution

How can i save a 1-d array of waveforms in excel. The array is coming from a vi that reads and graphs a wav. file

0 Kudos
Message 1 of 5
(3,224 Views)

Is your data type is numeric?

Try this one!

You can save with date and time.

 

 

 

 

KRAZE4LV

You can pay by Kudo!

 

0 Kudos
Message 2 of 5
(3,215 Views)
Solution
Accepted by topic author navident

Hi Navident,

                    Before Creating the excel sheet keep in mind, you can not configure Excel to exceed the limit of 65,536 rows and 256 columns in Microsoft Office Excel 2003. I hope ths one will help for u

.

 

Excel.JPG

 

 

Siva

Sivaraj M.S
CLA
Message 3 of 5
(3,214 Views)

Hi,

 

the problem is that what I would like to saved in a excel is a sampling I'm doing... The problem comes because I have a function that save it, but only the samples showed in the graph (for example, 1 to 100). 

The total of smaples are 6096, so I don't know how to save all at once.

 

If somebody could helps me, I will be so thankful!

 

Thanks!! 

0 Kudos
Message 4 of 5
(3,133 Views)

Hi mlop,

 

I would need to know a little more about how your program is put together to say for sure, but it sounds like you are saving to the file outside of a loop and the data you are passing outside of the loop is only the last 100 samples.  You could either write to the excel file inside of the loop or make sure that you pass all of the data outside of the loop.

 

Have a great day,

 

Chris V

Applications Engineer
National Instruments
0 Kudos
Message 5 of 5
(3,106 Views)