Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing to Excel

I have three frequency outputs, I'm trying to record them in Excel.  I have managed to get one number in Excel, but how do I get it to record data over time?

 

Thanks

0 Kudos
Message 1 of 4
(4,060 Views)

Hi ree,

which programming language do you use? You can first build an array of values in your program and write it at ones to excel.

 

Hope it helps.

Mike 

0 Kudos
Message 2 of 4
(4,053 Views)

I'm using LabVIEW, my optical sensors are linked to displays of min, max and mean times.  I have connected an output that can be opened in Excel, but I only get one set of numbers, how do I get it to record over time?

 

Thanks

 

Robert

0 Kudos
Message 3 of 4
(4,047 Views)

Hi Robert,

build an array of your values and write it from time to time to your file. If you mean a "real" excel file, then see this thread, otherwise you can use the "Write To Spreadsheet File" function to write your data.

 

Mike 

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