LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY Graph 2 X-Axis diffrent scale

Hi,

for mass spectra analysis i want a XY Graph with two x-axis. one for time (linear scale) and one for mass (quadratic scale).

xygraph.PNG

As data input i will have two arrays, one for time, one for amplitude.

is there a way to get a second x-axis scale as a function of the first x-axis?

thanks in advance

maxmustermann12

0 Kudos
Message 1 of 4
(2,730 Views)

Hi Max,

 

set the scaling properties of your second X axis as needed - there are properties to select the axis and properties to change axis properties!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,719 Views)

i searched for such a property, but i found only offset and multiplier, but this results also in a linear scale

am i wrong?

0 Kudos
Message 3 of 4
(2,695 Views)

Hi Max,

 

sorry, I missed the "quadratic" part…

No, scales are only variable in a linear way.

 

For everything else you could draw your own scale(s) using 2DPictureIndicators!

 

Edit: You might support this LabVIEW Idea!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,690 Views)