LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

y axis on waveform charts

Solved!
Go to solution

I want to match the right and left axes on a waveform chart, even if the operator changes the scale on one side, the opposite side will update to match.  Is there an easy way to do this?

0 Kudos
Message 1 of 3
(2,167 Views)
Solution
Accepted by topic author ahhah

You can get an event and update the other scale with a property node.

Event = Graph.Scale Range Change

Property Node = Graph.Active Y scale (first scale) then .Range read this, set second scale activethen write duplicate range.

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(2,157 Views)

Thanks!

0 Kudos
Message 3 of 3
(2,140 Views)