LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

switch between log and linear in waveform graph

Solved!
Go to solution

I have a waveform graph that plots linearly. however it creates an error when plotting a logarithmic line. Is there anyway to create a switch that allows me to change the plot between log and linear without creating extra graph?

 

Thanks

Chris

0 Kudos
Message 1 of 2
(2,652 Views)
Solution
Accepted by topic author Chris_H

Use a property node: Y Scale.Mapping Mode.  Writing 1 to the node switches to logrithmic mode and 0 is for linear.

 

Lynn

0 Kudos
Message 2 of 2
(2,651 Views)