Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure a header from Write LabView Measurement File express vi?

I am using a Write Labview Measurement File express vi in my application, and I have been having files with headers that contain a lot of unuseful numbers.  I want to reconfigure this vi in order to get rid of those numbers and to make some other changes.  Is there any one can tell me how to modify the header in this vi. Thanks a lot! 
0 Kudos
Message 1 of 2
(2,958 Views)
BWANG,
 
I might suggest using the regular file I/O VIs if you want to change how the data is stored, rather than trying to change how the LabVIEW measurement file is created.  An easy VI to use is the Write to Spreadsheet File VI.  If you want a little more control I might suggest looking at the Write to Text File.vi (Help >> Find Examples, search for "File").  Hope this helps!

Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 2 of 2
(2,942 Views)