LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save measurements vi

The following VI is a short version of a larger VI where I have two "double [64 bit real]" inputs (DBL wires) that I am trying to save into the same file. Here I just substituted them with two random value generators. What I'm getting so far is both measurements saved on the same column in a spreadsheet, but I'm trying to separate them into two columns to do further analysis in Excel. Do you have any suggestions?
 
Thanks in advance,
 
Valls
0 Kudos
Message 1 of 3
(2,766 Views)
Instead of using Build Array and Convert To Dynamic Data join your two data items using the Merge Signals function on the Express --> Signal Manipulation pallette.
 
Allen
0 Kudos
Message 2 of 3
(2,762 Views)
Great! Thanks!
0 Kudos
Message 3 of 3
(2,754 Views)