LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reading measurement file at 10 lines instead of each line

Solved!
Go to solution

Hi.

I have dilema.

I have a large measurement file with 1ms rate and many columns. So one line, one milisecond.

Now, i don't need this great resolution, i only need data at 40 ms. 

How can i do that ?

 

Thanks.

0 Kudos
Message 1 of 4
(2,218 Views)

What is your data file format?

 

The easiest way would to read as many lines as you need and just index off the first line.  Then the next time you read, the file pointer should be at the next line you care about.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(2,209 Views)

My data file format is text (*.lvm).

Do you have some examples ?

 

Thank you.

 

 

 

0 Kudos
Message 3 of 4
(2,202 Views)
Solution
Accepted by topic author dsasorin

Something like this.  I right-clicked on the Read From Text File and configured it to read lines, reading 10 lines at a time.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(2,189 Views)