LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

who can help me!!

Solved!
Go to solution

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!!

Download All
0 Kudos
Message 1 of 3
(2,500 Views)
Please keep your questions to one post please
Cory K
0 Kudos
Message 2 of 3
(2,495 Views)
Solution
Accepted by topic author 林哥

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.

graph delay.png

This will start with an empty graph, and add data 1 point every second (1000 ms) until it is finished.

Cory K
Message 3 of 3
(2,492 Views)