06-21-2017 08:13 AM
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
Solved! Go to Solution.
06-21-2017 09:40 AM
have a try for loop ...
06-21-2017 10:01 AM
double-click the "build xy graph" express VI and configure it NOT to "clear data on each call"
06-21-2017 10:06 AM
06-21-2017 04:02 PM
Hi
can you show me how?
thanks
06-21-2017 04:10 PM
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
06-21-2017 05:14 PM
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)