LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read text file with labview 7 professional

This is my textfile in labview.

how to seperate this data?

0 Kudos
Message 11 of 13
(769 Views)

Separate

 

Read from spreadsheet file.  Use space as a delimiter.  Delete the first X lines of the array since that is all header info.

0 Kudos
Message 12 of 13
(760 Views)
It looks like the data is separated by spaces. The default separator for the Read From Spreadsheet File is a tab so you just have to change the default to get a 2D array. If you have used a function to get the entire file, extract just the data and pass it to the Spreadsheet String to Array.
0 Kudos
Message 13 of 13
(759 Views)