LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating graph from a logfile

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?
 
 
 
 
 
0 Kudos
Message 1 of 4
(2,832 Views)
Try this. I suspect part of the problem with the Read From Measurement File is the delimiter in your file. In the one you posted, it has a doube or triple space instead of the much more common tab or comma. I left the x axis alone because it seems the dt in in the file is 1 second which the default for the x axis in a graph.
0 Kudos
Message 2 of 4
(2,811 Views)
Thank you for your response.
 
Can you save this file with compatibility for previous versions(or post some screenshots)? my 8.0 refuses to open this 8.2.1 file.
 
Yes there is no delimiter other than that each column have a "fixed" amount of chars.
 
 
0 Kudos
Message 3 of 4
(2,802 Views)
Here it is as 8.0.
0 Kudos
Message 4 of 4
(2,796 Views)