02-14-2007 11:11 AM
02-14-2007 11:36 AM
02-20-2007 10:10 AM
02-20-2007 05:40 PM
Hi Mozill,
I noticed in your case statements for the repetitive measurements (cases 2 & 3) that you are doing multiple serial writes, but not multiple serial reads. You need to have a read for every write in your code for it to get the data you'd like. I hope this helps!
03-02-2007 05:30 PM
03-05-2007 10:43 PM
Hi Mozill,
It looks as though the data that you'd like to write to an excel file is one-dimensional, in which case, you might not need to use the "Write Waveform to File" vi. You could simply try "Write to Spreadsheet File" vi. This will accept both 1-D and 2-D data but is ideal for recording a long array of data.
If you'd like to write multiple arrays of data to one excel file, you will first need to combine the data into one 2-D array. You can then wire this to the Write to Excel File vi where it will record multiple columns of data.
Cheers,
Emilie Elizabeth
Applications Engineer
03-06-2007 12:11 AM
03-06-2007 07:30 PM
03-06-2007 07:31 PM
03-07-2007 09:32 AM
Hello Mozill,
You might try simply transposing the 2-D array before you wire it to the Write to Spreadsheet vi.
Cheers,
Emilie Elizabeth
Applications Engineer