10-24-2013 07:33 AM
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.
Solved! Go to Solution.
10-24-2013 07:53 AM
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.
10-24-2013 08:04 AM
My data file format is text (*.lvm).
Do you have some examples ?
Thank you.
10-24-2013 09:23 AM - edited 10-24-2013 09:24 AM
Something like this. I right-clicked on the Read From Text File and configured it to read lines, reading 10 lines at a time.