It should be relatively easy to read in a file produced by Ian's program. He is saving your data in a "spreadsheet" format, which just means (in this case) that the values are saved to a text file, each value seperated by a "delimiter" (in this case the 'Tab' character). The file can be read back in using the LabVIEW "read from spreadsheet file" vi, which will return an array of your original data. This array can be used however you need.
P.M.
PutnamCertified LabVIEW Developer
Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5

LabVIEW Champion