I am assuming your problems is getting the data out of the file in the right format? Here is what I would do.
1. Read in the whole file
2. Convert to an array with a line for each element
3. Feed the whole array into a while loop
4. Divide the counter in the loop by the size of the array and use the remainder from this function to pull out an element of the array. This will let you run continuously
5. Use a string function to pull out your three numbers.
I have added code to your vi for you to look at. Use it if you can, delete it if you can't.
You can acknowledge me if you want.
Randall Pursley
Electronics Engineer
National Institutes of Health
Center for Information Technology
Division of Computational Biosciences
BTW, where does your name RODAWG come from?
Randall Pursley