LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

which vi ist best to save data for later usage in GNU R?

Hi,

I want to save values of several instuments every 10 ms into a file (mydata.csv) and evaluate the data with GNU R.

GNU R can read .csv files and use first line as names and # lines as comment.

 

mydata.csv should look like this:

# Date: 2002-12-23

# Voltage of ABC

# Comment: Used new probes

time, TAB voltage, TAB temperature

12, TAB 23, TAB 43

34, TAB 43, TAB 556

 

is there a vi that can create such file?

================================
system: Win7 and debian stable
0 Kudos
Message 1 of 2
(1,964 Views)

You can use the Write to Spreadsheet File or the lower level Write to Text File.

0 Kudos
Message 2 of 2
(1,962 Views)