LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Just a little probleme with Labview 8.0 and Excel [URGENT]

Hello
 
I made a VI who just read the A3 cell from an Excel file. I've got 3 errors and i don't know how to resolve it
If you can take a look to my VI, thank you.
I'm using labview 8.0
 
0 Kudos
Message 1 of 6
(2,816 Views)
Hi Deufos,
see this example. I wrote it a long time ago, so it could be that it is not the best programming style, i´m sorry for that.

Hope it helps.
Mike
0 Kudos
Message 2 of 6
(2,799 Views)
If you are talking about the VI errors. LabVIEW will give you basic descriptions of what's wrong.

1.  Variant to data has an unwired terminal (variant).  You must wire it up.
2.  Invoke node generally requires the reference to be wired.  In this case, the workbooks reference you get just to the left from the Excel Application.
3.  Your case structure has nothing wired to the selector (the ? symbol on the left hand side).  It is required to be wired.
0 Kudos
Message 3 of 6
(2,786 Views)
Real thanks ! objectif complete  yeaahhhhh
Now, i must draw a curbe from points who are in an Excel file, is there any exemple ? or if you have any suggestion, say it.
Thanks again !
0 Kudos
Message 4 of 6
(2,769 Views)
Open the Example Finder (Help -> Find Examples), and search for examples on using charts and graphs.
0 Kudos
Message 5 of 6
(2,758 Views)
Hi Deufos,
do you mean a cube?Smiley Happy
You can use the "Picture Functions" vi´s.
 
Mike
0 Kudos
Message 6 of 6
(2,757 Views)