LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving data under xls

Hello,

I now have a VI that works and tells me
the value of different probes. Is there an
easy waz I could write the data versus
time in an xls sheet in order to work with
it ? Thanks,

FdB
0 Kudos
Message 1 of 5
(2,963 Views)

I have taken the vi that I gave you before and added the extra bits to save the file to a file format compatible with xls. All this is a tab-delimited text file with an .xls extension. This means when you double click on the text file excel will open it up.

Hopefully this demonstrates one method to do what you want.

David

0 Kudos
Message 2 of 5
(2,959 Views)
Tremendous, I'll tty it and tell
you if it worked.

Cheers, LdB
0 Kudos
Message 3 of 5
(2,954 Views)
Hi,

I looked at the vi you sent me but I didn't manage to
use it correctly. Last time you didn't actually send me
a vi but you redirected me to the picotech website,
where i got it. How can I use bot together ?

FdB
0 Kudos
Message 4 of 5
(2,944 Views)
 
My apologies for the mistaken identity.
 
Take a look at the examples shipped with labview to get an idea on how to structure your program. Search NI Example Finder with the words temperature and logger to see relevant examples.
 
As a start you could replace the random number function with the example Pico vi just to try it out. From here you could decide to change the for-loop to a while-loop.
 
David
Message 5 of 5
(2,934 Views)