LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Observing data throughout an experiment

Solved!
Go to solution

Is there a way to make 2 waveform graphs that constantly refreshes itself throughout an experiment. 1 of the graph that constantly shows what happened within the last 10 seconds of the experiment. The second one showing the overall experiment, so the time will constantly keep increasing.

 

I will greatly appreciate any help or advice, Thanks. 

0 Kudos
Message 1 of 4
(3,064 Views)
Are these graphs being generated from a sub_VI or a top level VI?
0 Kudos
Message 2 of 4
(3,060 Views)
Why don't you use a chart instead of a graph?
Message 3 of 4
(3,052 Views)
Solution
Accepted by topic author klam997

Good Afternoon klam997,

 

Like Dennis, I suggest using a chart in this case, instead of a graph.

 

To get your chart to only display the last 10 points, right-click the chart on the Front Panel in a grey area (not over an axis or the black chart area), select Chart History Length.  Change this number to 10.

 

To get the other chart to show the entire experiment, enable auto-scaling on the x-axis.

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