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
Max vehicle speed
-
ArT
- Posts: 1602
- Joined: Wed Mar 25, 2015 8:54 am
- Location: Warsaw, Poland
- Has thanked: 61 times
- Been thanked: 171 times
Re: Max vehicle speed
Yes since v3.8 speed indicator is up to 999kmh
https://forum.reveltronics.com/viewtopic.php?f=21&t=569
https://forum.reveltronics.com/viewtopic.php?f=21&t=569
-
ArT
- Posts: 1602
- Joined: Wed Mar 25, 2015 8:54 am
- Location: Warsaw, Poland
- Has thanked: 61 times
- Been thanked: 171 times
Re: Max vehicle speed
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)
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)
