LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing continuous data to excel in different columns?

I am aquiring 4 different types of data continuously and I need to put each in a seperate column in excel. What should I do?

(Building these data in 2D array is not an efficient way, is there any other way)

0 Kudos
Message 1 of 12
(4,051 Views)

Writing to a real Excel file using ActiveX is a resource hog.

 

 

 

 

0 Kudos
Message 2 of 12
(4,047 Views)

I am not experienced with ActiveX.

Could I have more detailed explanation.

0 Kudos
Message 3 of 12
(4,044 Views)

ActiveX is technology from Microsoft and it provides a means for LabVIEW (or any other program) to access a program that has implemented it. If you truly need to update an actual Excel file, then ActiveX is what you need to use. The easiest way is to purchase the Report Generation Toolkit.

 

Your question is very ambiguous and needs more details. If you have rows and columns to insert, by definition, that is a 2D array. What do you find so inefficient?

0 Kudos
Message 4 of 12
(4,037 Views)

I had the same question before and I was directed to this webpage

 

http://zone.ni.com/devzone/cda/epd/p/id/1803

 

I think it's very useful

0 Kudos
Message 5 of 12
(4,032 Views)

I am telling you the data are continuously aquired

whihc means the 2D array that will be created will be very huge since my data are aquired in milliseconds

0 Kudos
Message 6 of 12
(4,028 Views)

I am telling you the data are continuously aquired

whihc means the 2D array that will be created will be very huge since my data are aquired in milliseconds

0 Kudos
Message 7 of 12
(4,028 Views)

@ahmadainnn wrote:

I am telling you the data are continuously aquired

whihc means the 2D array that will be created will be very huge since my data are aquired in milliseconds


You tell us that you want to write to Excel and we tell you how to do it.

 

So what is the problem?

 

0 Kudos
Message 8 of 12
(4,021 Views)

why are you talking to me with this tune?

the comment I had was an answer to question

0 Kudos
Message 9 of 12
(4,015 Views)

You are not making any sense. I don't understand what you are asking. If you have a large amount of data, then decimate it or don't save it to Excel.

0 Kudos
Message 10 of 12
(4,005 Views)