LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IS there any method to do real time plotting of XY data

I have developed a labview VI to measure current for a given voltage and i need to plot current as a function of voltage as soon as i measure the current for each voltage.pls suggest...
0 Kudos
Message 1 of 2
(2,574 Views)
Hi, i think this may help. the vi below uses a xy graph as a xy chart by using a buffer set by yourself to control the size of chart history. and u can use the wait until next multiple to control have quick the buffer and loop updates itself. but u do not need to have the loop initerations to update the graph u could have any other value that u specify e.g converted data then can be added to graph all at once.

stuart
0 Kudos
Message 2 of 2
(2,574 Views)