LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

no plot in xy graph

Solved!
Go to solution

Hi 

1- I can not see a curve with my XY graph. please need help. 

2 - how can i stroe the data from my XY graph?

 

thanks

 

Download All
0 Kudos
Message 1 of 7
(3,572 Views)

have a try for loop ...

0 Kudos
Message 2 of 7
(3,536 Views)
Solution
Accepted by topic author ange_gardien

double-click the "build xy graph" express VI and configure it NOT to "clear data on each call"

0 Kudos
Message 3 of 7
(3,530 Views)

@Ming.Xiaogang wrote:

have a try for loop ...


That answer makes no sense.

0 Kudos
Message 4 of 7
(3,525 Views)

Hi 

 

can you show me how?

 

thanks

0 Kudos
Message 5 of 7
(3,510 Views)

thanks for the tip! the xy graph do show a plot. i would like now to know how can i store all the data of xy graph so i can export to excel for exemple?

 

thanks

0 Kudos
Message 6 of 7
(3,507 Views)
Solution
Accepted by topic author ange_gardien

You can accumulate the data in a shift register, or simply open a new file before the loop and keep appending the new data with each iteration. (use a simple tab delimited text file that you can open in excel later)

0 Kudos
Message 7 of 7
(3,497 Views)