LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

yes i mean ASC|| code. well my problem is that i have 12 colums as text file

yes i mean ASC|| code. well my problem is that i have 12 colums as text file with two header lines.
i would like to read this text file by removing 2 header lines and i want to display these 12 columns
in a matrix and then convert the data of this matrix to
32 bit floating point. please give me an example.
thanks
0 Kudos
Message 1 of 3
(2,543 Views)
This post is in reference to the following one:

how do we read ASC 11 data and convert it into 32 bit floating point binary.

Zvezdana S.
0 Kudos
Message 2 of 3
(2,543 Views)
In response to your previous question, JRA and I both pointed you to examples that ship with LabView: Write to Text File.vi and Read From Text File.vi. They do something very similar to what you are describing. To skip the two line header, just call the Read File function twice before you enter the loop.
Please look at those examples. If there's something there you don't understand, ask about it in detail.
0 Kudos
Message 3 of 3
(2,543 Views)