LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plot x and Y values in graph

Hi I like to plot X and Y values as it every time gets a new values( old values plot still needs to be seen in graph), but i am just getting the single plot( for ex pruporse: i am trying with for loop)

 

Thanks

 

0 Kudos
Message 1 of 4
(3,029 Views)

you are using an xy graph so this may help:

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 2 of 4
(3,024 Views)

Try using a chart. A chart retains the old data and appends the new to the end.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(3,023 Views)

You can replace the while loop in this example with a for loop if you'd like.

 

http://forums.ni.com/ni/board/message?board.id=170&message.id=435758&query.id=682918#M435758

0 Kudos
Message 4 of 4
(3,018 Views)