08-12-2009 08:18 PM
hello:
please give some advices.i hope that the data from the excel file can display on the waveform table point by point.,more slowly!
waiting for your reply!!
Solved! Go to Solution.
08-12-2009 08:23 PM
08-12-2009 08:29 PM
Assuming I understand your question correctly....
To view the graph being displayed at a slower rate:
Instead of building the array in the For loop using the autoincrement feature,
use the 'build array' function by creating a shift register.
Then move the graph inside the loop, and put a wait in the loop.
This will simulate the data being graphed more slowly.
This will start with an empty graph, and add data 1 point every second (1000 ms) until it is finished.