LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to write a large amount of measured results with "write to spreadsheet " function in an Excel file?!

Solved!
Go to solution

I am going to measure more than 100,000 sampls and I have to write it in an document. I would like to use Excel to present it much more easier but the problem is here that excel can have just 60,000 samples. also using text file is not desired one.

 

do you have any solution that helps me ?!?!

0 Kudos
Message 1 of 11
(3,138 Views)

Hello!

I wonder! Why don't you use tookit report?

You can write data in a table and then write to excel by tookit report!

 

0 Kudos
Message 2 of 11
(3,123 Views)
Solution
Accepted by topic author worldviol

Excel 2007 gives you 1M rows. Can you update your version of Excel?

PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 3 of 11
(3,108 Views)

What makes it "easier" in terms of it being in Excel? You said you have more than 100,000 samples. Are you doing something with that data in Excel? For example, are you creating graphs?

0 Kudos
Message 4 of 11
(3,097 Views)

thanks for reply, according to ur advice I already tried but I just got confused. would you please tell me how to do it in detail ?!

 

 

0 Kudos
Message 5 of 11
(3,091 Views)

YEs, I have to present in an graph. kind of measurement's result presentation to find  charactristics.

0 Kudos
Message 6 of 11
(3,089 Views)

thanks for reply, according to ur advice I already tried but I just got confused. would you please tell me how to do it in detail ?!

0 Kudos
Message 7 of 11
(3,086 Views)

Tried what and got confused about what? What details are you asking about?

0 Kudos
Message 8 of 11
(3,079 Views)

Do you have to have the graphs in Excel?  Would a png file work?  If so, then you could create the graph in LabVIEW and then export the graph image to a png file.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 9 of 11
(3,078 Views)

<fullDisclosure> I am a National Instruments employee.  But I was an industrial physicist for 12 years before coming to National Instruments. </fullDisclosure>

 

I find Excel to be difficult to work with when you have more than about 2000 points.  With 100,000, you are way over that limit.  Before I joined NI, I would have used Mathematica to do analysis and plotting of that sort of data.  But LabVIEW will do it very easily, as well.  Other NI software which can help are DIAdem or the report generation toolkit (as mentioned above).  For specific types of analysis, you can also check out Wikipedia's list of open source analysis programs.

0 Kudos
Message 10 of 11
(3,047 Views)