 Pahee
		
			Pahee
		
		
		
		
		
		
		
		
	
			07-31-2009 01:51 AM
Hi Friends,
I have a file, the screen shot is being attached with this mail, what I need is, I want to read this file and plot it in a graph
(In the file in between both values there is a tap specifier)
Could you please provide a sample labview program for that?
Thank you,
Best Regards,
Rathan
Solved! Go to Solution.
 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			07-31-2009 02:16 AM
You can read the file using "read from spreadsheet file", select "transpose=true".
It is not clear how you want to graph the data.
Do you want to graph both columns vs. line number? ---> use a waveform graph.
Is one column X and the other Y? ---> Use an xy graph.
Please attach an actual datafile instead of a picture.
 
					
				
		
 muks
		
			muks
		
		
		
		
		
		
		
		
	
			07-31-2009 02:35 AM
07-31-2009 02:42 AM
I need that as a XY graph, First coloumn in Y Axis and second coloumn in X axis. Sample file is being attached with this mail
Thank you,
Regards,
Rathan
 
					
				
		
 muks
		
			muks
		
		
		
		
		
		
		
		
	
			07-31-2009 02:49 AM
 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			07-31-2009 03:02 AM - edited 07-31-2009 03:03 AM
Your delimiter is "two consecutive tabs". Here's a quick way to graph the file.

07-31-2009 03:17 AM
Thanks, but it is not displaying the X axis values,
3.456479        62
3.496479        63
3.548417        64
3.600560        65
3.654539        66
3.710559        67
3.779641        68
3.847804        69
3.926171        70
4.003211        71
4.075558        72
4.150557        73
4.222394        74
4.296883        75
Such as this 62,63,64 and so on.Why is that?. I want these values should be displayed , How to display these values? or else do we need to use some other graph format for this?
Thanks,
Regards,
Rathan
 
					
				
		
 muks
		
			muks
		
		
		
		
		
		
		
		
	
			07-31-2009 03:20 AM
07-31-2009 03:37 AM
 
					
				
		
 muks
		
			muks
		
		
		
		
		
		
		
		
	
			07-31-2009 05:16 AM
Thanks altenbach.