11-03-2006 01:41 AM
"","NO","Value","Unit"
20061102
20:08:44
,NO. 0, 0.003,mm
,NO. 1, 0.002,mm
,NO. 2, 0.003,mm
,NO. 3, 0.002,mm
,NO. 4, 0.003,mm
,NO. 5, 0.002,mm
20061102
20:09:20
"","Average","Error","X","Y","Ovality"
"","mm","mm","mm","mm","mm"
20061102
20:04:56
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
,25.000 ,0.000,25.001,24.999,0.002
20061102
20:07:15
11-03-2006 02:48 AM
Yes it is possible and you have to do following
1. Read the text file as spreadsheet string in LabVIEW, using 'file read' functions
2. Convert the spreadsheet string to an array of strings using 'array to spreadsheet function', selecting the suitable delimiter
3. From the array of strings, extract out the data of your interest, using suitable array functions
4. Using string to numeric conversion function, convert this extracted data to an array of suitable numeric representation.
5. Display this array on chart or graph
To do this, first convert data from both text files as explained.
Now, use 'build array function' to build a 2 D array where each row/ column corresponds to one plot and plot them on the same graph.
11-03-2006 03:45 AM
11-03-2006 04:01 AM
could you plz attach a sample text file????
Keep it in the same format as given by the third party software that you are using to generate this text file
11-03-2006 04:27 AM
11-03-2006 08:45 AM
11-03-2006 09:21 AM
11-03-2006 11:55 PM
11-07-2006 07:44 AM