LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

formatting the write to meaurement file

I would like to format the write to measurement file.vi  in such a way so that I get the format as shown in the attached datalogger.txt. I am currently getting lot of unnecessary information as shown in data.xls file.

Any help is appreciated.

Mozill
Download All
0 Kudos
Message 1 of 3
(3,028 Views)
I suggest that you use the "Write to Spreadsheet File" function instead.
Message 2 of 3
(3,011 Views)
Hi Mozill,
 
The best solution for you will be to use the Write to Text File VI in combination with the Concatenate String VI (both located in the Strings pallette). You can use the Tab constant between different strings on the same row At the end of each line simply add the "End of Line" constant and during the next iteration of your loop you will start at a new line. Open up example finder in LabVIEW by to Help»Find Examples 
Then search for "text" and look at the Write to Text File VI.
 
 
 
Hope this helps!

Message Edited by Kalin T on 04-16-2007 11:43 AM

Kalin T.
Download All
0 Kudos
Message 3 of 3
(2,985 Views)