LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table with chart

Hi all :

 

Please look attach file that I send , I build a table of Coordinate (X,Y), I want  realize these coordinate on XY Chart ,, I done this , but as you see when i run my vi the data appeared instantaneously  all the point together as you see  I had 3 point (20,100) ,(20,250), (20,350)

What I want that every point appeared alone, then the next point etc,,, 

Step by step.. First (20,100), then (20,250), and last (20,350)

 

how can i do that?

Thanks

wisam

 

 

0 Kudos
Message 1 of 3
(2,628 Views)
maybe you could iterate through the table/array with a timedelay?
0 Kudos
Message 2 of 3
(2,621 Views)
Hi wisam,

you have to create a buffer to show only the "wanted" points...
And you don't need a big express vi to build a plot Smiley Very Happy
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 3
(2,619 Views)