LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview to excel:graph

is it possible to draw a graph in excel for just some data of each row,if yes how

0 Kudos
Message 1 of 14
(2,777 Views)
0 Kudos
Message 2 of 14
(2,761 Views)

i already know this toolkit, but to get a graph for some data of each row is a little complicated.

 

for example :in excel i want to get the graph of param 2 and 4 and 5 of the 1st row in front of this row(and so on graph of param 2,4 and 5 of 2end row in front of it...)

1.png

0 Kudos
Message 3 of 14
(2,741 Views)

I don't know what you mean by only graphing 1 row.

 

Whatever you are trying to do, just use basic Array functions to delete the columns you don't want and pass that array to the toolkit.

0 Kudos
Message 4 of 14
(2,739 Views)

no it's just an example;in the real VI i have a student in each row,and in columns i have a lot of values.and i want to get a graph for some of thoses values for each student.that's it

0 Kudos
Message 5 of 14
(2,735 Views)

As I said, do basic array operations to delete any rows or columns that you don't want to graph.

Message 6 of 14
(2,730 Views)

i have a lot of students,so i have to use a while or a for loop

0 Kudos
Message 7 of 14
(2,728 Views)

Yes.

 

That's what programming is about.

0 Kudos
Message 8 of 14
(2,724 Views)

ok thanks a lot,i'll try your advice and update you later

0 Kudos
Message 9 of 14
(2,721 Views)

could you show me an example in the VI posted,because i didn't figure how to get it and make a graph of each row in front of it Smiley Sad

0 Kudos
Message 10 of 14
(2,659 Views)