Page 1 of 1

App Developper: How to use Gauge Scale

Posted: Wed Mar 08, 2023 10:03 am
by stefan.erni
Hi Ben

I would like to display almost all positive values of an integer on a gauge. I would like a scale from 0 to 32000
Every 2000 a big dash and a text.
In between a small dash for the 1000

I can't set the scale for 32000 like the scale for the values divided by 100.
FC10_Gauge_post.fcsx
(13.1 KiB) Downloaded 27 times
regards

Stefan
Snag_a782c0.png
Snag_a782c0.png (74.7 KiB) Viewed 554 times

Re: App Developper: How to use Gauge Scale

Posted: Wed Mar 08, 2023 10:20 am
by Steve-Matrix
Try:
  • Minor Tick Step = 1000
  • Major Tick Step = 2
Minor Tick Step determines the spacing of the lines. Major Tick Step determines where the numbers are shown.

Re: App Developper: How to use Gauge Scale

Posted: Wed Mar 08, 2023 10:21 am
by BenR
Hi Stefan,

In the gauge properties use these values.

Minor tick step 1000, major tick step 2. I think you had these values backwards.

Aha - Steve beat me to it :lol:

Re: App Developper: How to use Gauge Scale

Posted: Wed Mar 08, 2023 11:05 am
by stefan.erni
Hi Ben, Hi Steve

Thank you very much. Now I understand
Minor Tick Step 1000: One tick every 1000 units
Major Tick Step 2: every second value has a long dash and a number.
So it is best to define the minor first and then the major.

regards

Stefan

Sometimes things are easy when you know how..
Snag_cec394.png
Snag_cec394.png (83.24 KiB) Viewed 547 times