LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Titling Excel Columns in Write to Measurement

I am new to LabVIEW so please bear with me. 

 

I am trying to name the columns in the excel spreadsheet that is generated when running our VI. It is essentially some thermocouples, a torque transducer, a flow meter, a pressure sensor, and an efficiency calculation that is all part of a syngas fueled engine test stand. I have read things about using the dynamic attributes but the names do not seem to stick, even when I name the different channels when the dynamic attributes express VI is unwired.

 

Any help or suggestions are greatly appreciated.

0 Kudos
Message 1 of 3
(1,848 Views)

Hi, 

 

This Link has an example of how to name spreadsheet columns. Let me know if this helps.

 

All the Best,

 

Noah B. 

Applications Engineer

National Instruments

http://www.ni.com/support

 

Noah B.
Technical Support Engineering
National Instruments
0 Kudos
Message 2 of 3
(1,816 Views)

Stop using Express VI's and Dynamic Data! 

 

Use the "Write Delimited Spreadsheet vi" and the proper data type

 

Write your column headers to your file first, they are just a row of strings

 

Then write the rows of numeric data as you need

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 3
(1,811 Views)