LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

need a help in report generation toolkit Programming

Solved!
Go to solution
Hello Everyone...
I have programmed using report generation toolkit... I can see table with all values in excel sheet but i cant see graph beside it... So anyone can help me in this... I have read report generation tool kit tutorials all parts according to that only did changes but still wont able to see to graph...
I am attaching my .vi file
Pallavi
0 Kudos
Message 1 of 6
(2,861 Views)

Could you poplulate some data in your example?

 

Thanks

Dan Shangraw, P.E.


   

0 Kudos
Message 2 of 6
(2,841 Views)

Hello pals,

 

I'm can't see all the problem because i ,don't have excel installed here. But you got two mistakes. Disconnect "Name" terminal from "excel get data"and "excel easy graph". That's not the terminal for the sheet name.

Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 3 of 6
(2,840 Views)

pals,

 

You have couple of minor errors in your vi.  The first is that you wired up a string constant 'PSD' to the 'name'  input of 'Excel Get Data.vi'.  In this case the 'name' input refers to a named range which does not exist in the worksheet.  Thus an error is generated and no data is retrieved from the worksheet.  Since you are specifiying the start and end points, you don't need to connect anything to this input.

 

Second problem is that the string constant '01' you connect to the 'worksheet' terminal on 'Excel Easy Graph.vi' does not match the name of an existing worksheet in the workbook.

 

Third problem is that 'name' input on 'Excel Easy Graph.vi' again refers to a named range not found on this worksheet.  Again, because you are specifying start and end points, you don't need to connect anything to this input.

  

Have attached modified version that creates graph in 'PSD' worksheet.

0 Kudos
Message 4 of 6
(2,829 Views)

@ Wayne,

Thanks so much for all your suggestions. I tried still i am getting this graph and values of which i hv taken scrrenshot. May again i am doing some minor mistakes Both screenshot and my updated .vi file i am attaching... Thanks once again...

 

Pallavi 

Download All
0 Kudos
Message 5 of 6
(2,816 Views)
Solution
Accepted by topic author Sim5

Hello All,

 I got the solution only transpose vi is need to be added so you get correct graph... 

Thanks all for rest suggestion I am attaching my Vi which is working properly.

Thanks...

 

Pallavi 

0 Kudos
Message 6 of 6
(2,787 Views)