05-18-2007 05:29 PM
05-19-2007 10:42 AM
05-20-2007 10:26 PM
05-21-2007 01:55 AM
05-21-2007 08:25 AM
05-21-2007 08:49 AM
This example shows why I don't like to use dynamic data. It hides the actual data types being used. Though you did not include some of the subVIs, it looks like all of you data is scalars. You can do like DFGray suggests and convert the scalars to dynamic data and apply a channel name to them individually, or convert all of your dynamic data types to scalars and not use the Express VI Write Measurement File. As I said, you can use the lower level file functions to create the file and write the header before the while loop starts and then use a Write Text File to append new lines. A Format Into String could be used to format the data.
05-21-2007 08:56 AM
05-21-2007 09:11 AM
05-22-2007 02:17 PM