LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving the data to spread sheet.

Hi guys, i just have a simple question about the function "writing to spreadsheet". I have a 16 channel output from the DAQ assist, and i connect this output the the "2D line of the writing to spreadsheet". I do have a a file save at the location i desire. Here is the question, the data i collect is continuous, is there a way that i can only store a controlable number sets of data point in the spreadsheet? The next question would be that is it possible to give a title before each data in the spreadsheet. I.E if i have a 3x3 array. i want to see the following happened in the array" DATA1 DATA2 DATA 3
                                                        5            5           5
                                                       5             5           5" or
                                                
 
                                                   "DATA1     5           5
                                                    DATA2      5          5
                                                    DATA3      5          5"
          
Thank for you time reading my problems,
0 Kudos
Message 1 of 2
(2,525 Views)
1) to store a controlable number sets of data point in the spreadsheet you just need to play with your 2D array of data and remove what you dont want.

2) you can add text by simply creating a string that concatenate whatever text you want with your data. See my example

Nicolas

Message Edited by titi_nicolas on 05-04-2007 11:54 AM

Download All
0 Kudos
Message 2 of 2
(2,515 Views)