From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to name columns in "Write LabView Measurement File" Express VI

Hello, I am inputting two signals into the "Write LabView Measurement File" Express VI, and although the data is recorded correctly, there is no separate header for all the y-values (I only get the X-value column labeled: X_Value), and then there is a "Comment" field right next to it. How do I name these y-value columns so that the header appears alongside the X_Value tag? Thanks.
0 Kudos
Message 1 of 8
(6,209 Views)
Anyone?
0 Kudos
Message 2 of 8
(6,199 Views)
Does this help? Convert the output to a string array then insert you Y values names..
Message 3 of 8
(6,191 Views)
I don't want to read from a LabView measurement file. I'm saving in a file; that's good enough. I just need to save it in headed columns. Any suggestions?

Here's a test of the program with two random data inputs, and a picture of the output.

Message Edited by Doagie on 06-13-2005 01:22 PM

Message Edited by Doagie on 06-13-2005 01:22 PM

Download All
0 Kudos
Message 4 of 8
(6,152 Views)
Sometimes the Experss VI's are harder to work with than Old School VI's. At least for me anyways! See if this is what you are after. It create "data" (4x100) appends a "test title" (omit if you want) then places a header above each column of data. You may have to import into Excel to see the data lined up correctly.
Message 5 of 8
(6,126 Views)
Thanks a bunch! Worked well.
0 Kudos
Message 6 of 8
(6,093 Views)

Does anyone know how to do this with a "write to measurement file" express vi?

0 Kudos
Message 7 of 8
(4,781 Views)
0 Kudos
Message 8 of 8
(4,775 Views)