12-02-2011 09:25 AM
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?
12-02-2011 09:33 AM
You can use the Write to Spreadsheet File or the lower level Write to Text File.