LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Generate Excel XY Scatter Smooth Chart in LabVIEW?

Hi all

 

First of all i am a beginner. We can plot the XY Scatter Smooth graph in excel using Report Generation toolkit but how can we generate that in labVIEW? In my application maximum we use only 5 points to plot a graph. From the graph we want to find the X value for a fixed Y value. Manually how i do is i will create an XY Scatter smooth graph in excel and will find the Y value. If we plot this 5 point in LabVIEW it will not be smooth curve and i tried many curve fitting subVI's for making it smooth. But we cannot generate the plot exactly that of excel. Is there any way to read the chart from excel?

 

Please help me.

 

Thanks & Regards

Rajesh R. Nair

Rajesh Raghavan Nair

Certified LabVIEW Architect
Certified Teststand Architect
0 Kudos
Message 1 of 2
(3,276 Views)

Rajesh, I believe I may have what you are looking for. I have some images of the code I have made that generates a XY scatter smooth graph in excel based on a two dimensional array of X and Y points.

 

The Code:

Code.JPG

The Result in Excel:

Result.JPG

 

Please let me know if this is what you are looking for,

                                                                                Shadow Court Shadowfeld Shadow Court

0 Kudos
Message 2 of 2
(3,254 Views)