LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable automatic scrolling of waveform chart

Right you are.

The samples that are not written to the chart (my "gap") might appear as a "jump" in the chart.

0 Kudos
Message 11 of 13
(982 Views)

Not updating the chart while "paused" is not a viable option, because the user may later want to scroll back to see data that was collected while he was reviewing older data.  I like ChrissyC87's idea of deferring panel updates, but it prevents the x & y axis scales from updating while scrolling, and the chart does a lot of funky things if you try to manipulate the scales or pan/zoom.  Surprisingly (to me at least), it doesn't prevent the plot from redrawing so as to sync the data with the position of the scroll bar.

 

I was hoping there would be some simple property that I overlooked that could be set to prevent the chart from automatically scrolling, but that seems to not be the case.  Alas.

0 Kudos
Message 12 of 13
(968 Views)

This you can post in LabVIEW Idea Exchange if it is not already proposed.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 13 of 13
(955 Views)