LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

customize file output

Say I want to create a custom template for exporting data from LabVIEW.  Currently I am using DAQmx and using the write to measurement file vi.  This is not allowing me to customize what goes in each column and so forth.  Is there an easier way for me to achieve this.  I need a custom format so that I can scope / analyze the results later.  I have also tried creating a string without success


Message Edited by HereWeGo on 08-11-2008 12:44 PM
0 Kudos
Message 1 of 5
(2,495 Views)
Hi HereWeGo,
try the "Write to Spreadsheet File" function. You can create your own array and write it to a file.

Hope it helps.
Mike
0 Kudos
Message 2 of 5
(2,489 Views)
Thanks Mike,I'm new to this software. Is there a way to insert heading information and a column for time using this spreadsheet vi?  I currently have my data output wired to the 2D data input
0 Kudos
Message 3 of 5
(2,481 Views)
Hi HereWeGo,
you can use the array functions to build what you need.
Mike


Message Edited by MikeS81 on 08-11-2008 08:21 PM
0 Kudos
Message 4 of 5
(2,473 Views)
Hi HereWeGo,

An Applications Engineer at NI created an example to insert information into a spreadsheet file with header information which is posted on this discussion forum.

Hope this helps!


Warm regards,
Karunya R
National Instruments
Applications Engineer
0 Kudos
Message 5 of 5
(2,445 Views)