How to Change Waveform Charts’ Scales Programmatically In LabVIEW
By Ralph - Last updated: Friday, March 13, 2009 - Save & Share - 2 Comments
First, disable auto-scaling property of the waveform chart by editing Chart Properties Scales->Y-Axis and the uncheck Autoscale ;
Then, in the VI’s diagram, use property Y Scale –> Range –> Maximum and Minimum. We can change these values in program and by this way, we can change waveform chart’s scales during runtime.
Related posts:
- How to Create a Programmatically Changed Text Label In LabVIEW In LabWindows/CVI, we can create a free label text control...
- The Difference Between Chart and Graph in LabVIEW We can use chart and graph to display our acquired...
2 Responses to “How to Change Waveform Charts’ Scales Programmatically In LabVIEW”
Comment from Ralph
Time July 16, 2009 at 11:02 am
@Tecu,
Yes, it doesn’t work for such signal, in such situation, a fixed scale is recommanded.
Comment from Tecu
Time May 28, 2009 at 6:41 pm
It doesn`t work for an input signal witch changes in time very fast.