LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

L.V

Two indicators (x, y) will keep running. From these indicators, capture the value and plot into a graph. The indicator will run for about 1min. During the one min, the program  will have to capture every single value in the indicators and plot a graph out using the values capture.  It will be great if someone can help me. I have attached the program i have done so far
0 Kudos
Message 1 of 2
(2,346 Views)
Either use a chart
Or use a shift register to store all values in an array and plot the array on a graph
 
Most importantly, pay heed to tst's advice in this post and learn the fundamentals of LabVIEW ( Probably it is either you or one of your teammates who has posted that query Smiley Wink  )
 
All the best
 
regards,
Dev
 

Message Edited by devchander on 10-17-2006 05:58 AM

0 Kudos
Message 2 of 2
(2,344 Views)