LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I regulate my x-/y-scale on Waveform Graph?

In my program I indicate several signals successively with different frequences. I managed it with a case-structure. Can I give the WaveformGraph scales, automatically the associated attitude.
I won't set the scale always manual.
0 Kudos
Message 1 of 3
(2,766 Views)
Hi,

you can use a attribute knode for this job.

Niko
0 Kudos
Message 2 of 3
(2,766 Views)
You can use the Y and X scale range property in a property node to set these properties programmatically.

Take a look at the following screenshot.
0 Kudos
Message 3 of 3
(2,766 Views)