09-10-2008 11:38 AM
09-10-2008 11:42 AM
09-10-2008 11:51 AM
09-10-2008 12:07 PM
I have not opened your attachment, yet.
Before doing so, you will need to decide if you want to write to:
a) a measurement file
b) a regular text file, or
c) MS Excel Spreadsheet
The method to write to the above are quite different. Please decide and let us know..
R
09-10-2008 12:11 PM
09-10-2008 01:25 PM
First, your Write to Measurement File creates a text file with the lvm extension. This can be opened just fine in Excel. Second, you have it outside the while loop. By doing this, you are only passing the results from the very last iteration of the loop. So, move it inside the loop. If you want the user to be able to select the file, you can place a file control on the block diagram or let the Write to Measurement File prompt the user and then use a shift register for the selected file name. Otherwise the user will get prompted every iteration.
You have a lot of other options for saving the data. Most of the others will be faster and more flexible than the Write to Measurement File. Look through the shipping examples.
09-10-2008 01:59 PM
09-16-2008 10:45 AM