LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

xy-graph with continous displaying

I have wrote a simple program (attached) to display two measured value pairs which then are displayed in an xy-graph. The two values are related to each other in the x and y axis. The problem now is that the program shows only the actual value as a point in the graph.
My task is to create a program which shows and displays all the measured values as long as the "run" button is pressed continuously. Can someone give me an example? Many thanks
0 Kudos
Message 1 of 4
(2,293 Views)
You need to use shift registers in your while loop.
Message 2 of 4
(2,293 Views)
In a previous post, you were refered to the example Variable-Time Chart XY.vi. This example has shipped with LabVIEW for quite a long time. Select Find Examples under the Help menu, click the search tab, and enter xy for the keyword.
0 Kudos
Message 3 of 4
(2,293 Views)
Many thanks Dennis, thats was the solution!!
0 Kudos
Message 4 of 4
(2,293 Views)