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:

  1. How to Create a Programmatically Changed Text Label In LabVIEW In LabWindows/CVI, we can create a free label text...
  2. The Difference Between Chart and Graph in LabVIEW We can use chart and graph to display our...
  3. A Note about DAQ Assistant and 200279 Error in LabVIEW Just a few days ago, I created a simple LabVIEW...
  4. Change Windows XP Environmental Variables in LabVIEW The Windows XP’s environmental variables can be changed in Windows’...
  5. How to Change Axis Name of Graph Control in LabWindows/CVI We can use the SetCtrlAttribute function to change an Axis...

Posted in LabVIEW, VI Software • Tags: , , , Top Of Page

2 Responses to “How to Change Waveform Charts’ Scales Programmatically In LabVIEW”

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.

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.

Write a comment