Page 1 of 1

Max vehicle speed

Posted: Sun Jul 18, 2021 12:59 am
by toho
Hello,

I am new on this board, but read all the infos after getting my utcomp pro.
Atm i am installing the utcomp in my vehicle, and after playing around with the App i saw the maximum speed i can select
(for example 0-100, 100-200) is 250 kmh.
My utcomp is not running in vehicle yet.

So what is the maximum indicated speed?
Is it possible to increase the Range to 200-300 and 300-400?

I need the speedo indicating up to 400kmh, is that possible?

Thanks

Re: Max vehicle speed

Posted: Mon Jul 19, 2021 8:40 am
by ArT
Yes since v3.8 speed indicator is up to 999kmh
viewtopic.php?f=21&t=569

Re: Max vehicle speed

Posted: Mon Jul 19, 2021 6:36 pm
by toho
Thanks for the answer

How can i set the acceleration range to more than 255kmh?
Thats the limit the desktop app of utcomp allows me to set.

Image

best regards

Re: Max vehicle speed

Posted: Tue Jul 20, 2021 11:17 am
by ArT
Unfortunately all speed alerts are up to 255. At the beginning all speed related values were 8-bit (0-255). In v3.8 code was reorganized to support 16-bit speed, but alerts still are 8-bit.

The only workaround if you would like to use alerts above 255 is to rescale speed (e.g. 2x lower vss constant, so 400km/h will be displayed as 200kmh) or change units to mph (255 mph = 410 kmh)