Skip to content
AppgineeringAppgineering
Shop
Read-only5 posts · 3,556 views · Started 18 Sept 2020, 17:14

Tachometer and Speedometer

Archived: discussion moved to DiscordDiscord
Gary S.Original poster
#1

I'm wondering how I go about creating a Dial Gauge Tach and Speedometer for the overlay, as opposed to the standing "digital" style.

Nick ThissenAppgineering
#2

You mean an image that changes according to speed/rpm for example? It is possible to do this with dynamic images although a bit tricky and could be hard on performance. In general the steps for example for a RPM gauge would be:

  • Have a list of images that correspond to various RPM values, in appropriate steps for example 200-400-600-800-1000-1200-etc.
  • Name them all according to their rpm: 200.png, 400.png, 600.png, etc.
  • Use a script to round the actual RPM to a multiple of 200 (divide by 200, round down, multiply by 200).
  • Let the script return the rounded RPM.
  • Apply the script to a dynamic image path.

There are examples for all of these steps in these forums somewhere I think.

#3

Ah ok, thank you for the clarification, I dug through yesterday trying to find the info on it. I'll look again, mainly for the script step, the other steps I think I've got.

#5

Refresh frequency of RPM and KMH are not the same. With RPM we get dynamic information and speed information come with some "delay". Low frequency.
Is it possible to get it like RPM ?

This thread is archived.

New replies have moved to Discord.

Continue on Discord