LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scale Chart with keeping an interval

Hy Everyone!

I want to show, by a chart, some data. But i want to have autoscale and have an minimum interval on the chart.

for example: i have this data: 20.2, 20.8, 21.5, 24, 23, (in the chart i have the scale from 20.2 to 24) but i want to have a scale from 18 to 28, or something like this. i don't want to zoom in so much. 

Do you know any solutions?

Thank you so much!

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

Hi Marius,

 

create your own AutoScale algorithm and set the Y scale using property nodes!

Best regards,
GerdW


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

Hy!

I tried to use the property node - yscale but there are few option: min, maxim, increment, etc..

I want something like in photo1 but in autoscale, in auto scale, labview minimize the interval of scale to one unit(photo2), and I want more.

Thak you!!

 

Download All
0 Kudos
Message 3 of 4
(2,350 Views)

Hi Marius,

 

as before: when you want your own way of "auto scaling" you need to program an algorithm to do so!

Then set min/max of the scale (and maybe increment too)…

Best regards,
GerdW


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