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: 

Read from measurement file reading

Solved!
Go to solution

Hello every one...

Iam struggling about one logic it seems simple but unable to find solution hope u all to help me..coming to the problem is iam having an .lvm format file it contains two columns so i would like to read coloumns individually in indicators so i designed that but doesnt works..iam attatche two files plese check it...the .lvm file should plese locate in G drive of u r computer..

          Thank u to all...

Download All
0 Kudos
Message 1 of 4
(2,932 Views)

Hi hanumesh,

i have seen your code.in the second index array you are incrementing the row and index array2 column is set to1 .if you create an array over there you can observe that index array2 column to 1 is empty so instead set index array 2 column to 0 .Then index array 2 also reads some data.

Venugopal
0 Kudos
Message 2 of 4
(2,910 Views)

thank u...so what is the way to read data individually

0 Kudos
Message 3 of 4
(2,905 Views)
Solution
Accepted by hanumeshbujji

i found the reason for this bug..simple just save the file without header then both coloumns we can see...header is the problem

0 Kudos
Message 4 of 4
(2,839 Views)