Hello,
I hope somebody can help me with this, since it's been some time since my last Labview experience.
I got some logfiles from a accelerometer(text files) and have to produce graph's from that file. Attached below is one small file. The files will become large as there is a high logging frequency(10 Hz) approx 3,5 mb in one hour. I manage to do this in Excel but the row limitation sets the limit to about 65556 or something rows. and there is some amount of manual work involved in the process.
From the small file attached i get the first column into a graph with the "Read From Measurement File" function. But I can't get it to display the other columns. I also get the log into an one dimensional array where one line of the log-file fits into one cell(With Read from text file). Where do i go from there to producing separate graphs?