PiBoSo Official Forum

GP Bikes => Support => Topic started by: Warlock on July 23, 2016, 10:01:21 PM

Title: Analog display problem
Post by: Warlock on July 23, 2016, 10:01:21 PM
@Piboso

Is it possible to add a 4th  stepangle/value  to analog displays?

This analog display has 3 different steping angles:
From 0 to 6000 --- 6000 to 7000 --- 7000 to top rpm
It's a Dellorto Matrix4 Dashboard

(https://dl.dropboxusercontent.com/u/100893791/maya/bike_pics/tx_analog.jpg)

Seems GPB can only accept 3 angle steps 0-1-2, doesn't work with a fourth.

This work, but is not accurate below 7000rpm
rpm_analog
{
enable = 1
needle = rpm_needle       
axis = y
step0value = 2906    (from idle....)
step0angle = 10
                        step1value = 7000    (to 7000....)
step1angle = 37
                        step2value = 14000   (to top rpm)
step2angle = 172

}



I would need this:

rpm_analog
{
enable = 1
needle = rpm_needle       
axis = y
step0value = 2906    (from idle....)
step0angle = 10
                        step1value = 6000    (to 6000....)
step1angle = 23
                        step2value = 7000    (to 7000....)
step2angle = 38
                        step3value = 14000   (to top rpm)
step3angle = 172

}



Thank you !

Title: Re: Analog display problem
Post by: PiBoSo on July 23, 2016, 10:06:21 PM

Gotcha.
Title: Re: Analog display problem
Post by: Warlock on July 23, 2016, 10:10:05 PM
 :)