LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

measurement file format

The output of Write To Measurement File.vi is saved as a .txt file, like this:

My question is I want to make it i 6 columns (each test variable in one column), how to make this?

 

无标题.png

0 Kudos
Message 1 of 3
(2,719 Views)
With that VI, the format is what it is. If you want a table try using the write to spreadsheet file function -- also on the file IO palette.

Despite the name, it creates a tab-delimited text file.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 3
(2,707 Views)
And whatever function you use, you need to pass all 6 channels at the same time.
Message 3 of 3
(2,698 Views)