LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read an excel sheet and selected two columns like A and C will plot as a XY Graph (X as a A column and Y as a C column)

hi sir i am read excel sheet using labview ,but unable to plot the selected colomns,so its needfull ,please find any body to sollution to the problem .i i already did some part ,it is take  too much delay

0 Kudos
Message 1 of 3
(2,876 Views)

You need to attach all the files in the project not just the project file itself. 

 

 

For more information and some sample VI's and tool kits, you can go to the excel board




Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 3
(2,843 Views)

shambhulinga a écrit :

hi sir i am read excel sheet using labview ,but unable to plot the selected colomns,so its needfull ,please find any body to sollution to the problem .i i already did some part ,it is take  too much delay


First, you are not reading an Excel sheet but a text file (a csv file is a text file). From the listing of the function used (from the lvproj file) you are using the Read From Spreadsheet function, this function will return a 2D array. Use the Index Array function to extract the x and y value columns. Bundle them (using the Bundle function) and wire the output to your XY-Graph.

 

Ben64

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