LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write a couple of strings and few fractional values to the same measurment file

I would like to write couple of strings and some measurement values in  the same measurment file.
 
Say for example:
 
First time the program runs, it performs a test and at the end of the test when user presses save it would save following line which is a mixture of strings and fractional values
 
1. UGS-544343     000000BSWS56    10.9  1.2   3.4   12.9    1.9   1.2  23.5  23.4   4.5  23.5   54.5
 
Next time test is run for a different measurement then it would append the existing file and would have second set of values added to the file.
1. UGS-544343     000000BSWS56    10.9  1.2   3.4   12.9    1.9   1.2  23.5  23.4   4.5  23.5   54.5
2. UGS-948393     0000008SUS99       1.9   9.2   9.4   32.9    1.0   1.9  28.5  13.4   9.5  29.5   59.5
 
and so forth. I would also like to have all values tab limited.
 
Can anyone help me on this?


Message Edited by Mapatel on 06-25-2008 05:02 AM

Message Edited by Mapatel on 06-25-2008 05:02 AM
0 Kudos
Message 1 of 4
(2,634 Views)

Hi Mapatel,

you can use the "Write to Spreadsheet File" function. Use the string instance and connect "true" to the append input.

Mike

0 Kudos
Message 2 of 4
(2,619 Views)

How about this?

Albert



Message Edited by albertm on 06-25-2008 10:59 AM
Download All
0 Kudos
Message 3 of 4
(2,618 Views)
Thanks Albert and Mike. Its working now.
0 Kudos
Message 4 of 4
(2,612 Views)