Simple questions
Moderator: Moderators
Simple questions
Hi,
Two questions here ok possible three:-
1)I have the trip computer on my 406 and was wondering why it does not show 999mpg when I am going down a hill in 3rd with the foot off the acc pedal? Asking as my dad’s 407 does and I seem to remember the old 406 estate did any ideas? ( I do need to replace the aux belt as it is fooked (slipping) and the clutch is also fooked and is getting replaced)
2)I have automatic lights on the car, why do they only seem to turn on the main lights and not put the side lights on first?
3)The main screen has very light lines going up and down it andy ideas
Thanks
Andy
Two questions here ok possible three:-
1)I have the trip computer on my 406 and was wondering why it does not show 999mpg when I am going down a hill in 3rd with the foot off the acc pedal? Asking as my dad’s 407 does and I seem to remember the old 406 estate did any ideas? ( I do need to replace the aux belt as it is fooked (slipping) and the clutch is also fooked and is getting replaced)
2)I have automatic lights on the car, why do they only seem to turn on the main lights and not put the side lights on first?
3)The main screen has very light lines going up and down it andy ideas
Thanks
Andy
1) When the engine's above idling speed and you take your foot off the accelerator while in gear, no fuel is being sent to the engine so you're getting infinte mpg.
3) straight lines? wavy? random? Is it like the heated front windscreen found on Fords?
3) straight lines? wavy? random? Is it like the heated front windscreen found on Fords?
<steve_earwig> I think this forum is more about keeping our cars going with minimal outlay than giving our cars more reason to go bang
- DaiRees
- Site Admin
- Posts: 5377
- Joined: Sat Aug 06, 2005 8:24 am
- Location: Merthyr Tydfil, South Wales (God's Country!)
Hi Andy
1, What does it show then? Mine shows "----", i.e infinity mpg.
2, The automatic lights only switch on the dipped headlights, they don't go through a sidelights only phase first, that would be more difficult and therefore more expensive. Do you ever use just your sidelights these days anyway?
3, No idea, has it got a heated front screen maybe, don't think they ever did them on the 406?
1, What does it show then? Mine shows "----", i.e infinity mpg.

2, The automatic lights only switch on the dipped headlights, they don't go through a sidelights only phase first, that would be more difficult and therefore more expensive. Do you ever use just your sidelights these days anyway?

3, No idea, has it got a heated front screen maybe, don't think they ever did them on the 406?

Hi,
Sorry need to be more clear
1) The mpg only shows 256 when i think it should be '----" or 999
3) I main the main screen (MFD), i have inverted the colouring to see if that fixes the problem
Dam the auto lights only do the main lights
Andy
Sorry need to be more clear
1) The mpg only shows 256 when i think it should be '----" or 999
3) I main the main screen (MFD), i have inverted the colouring to see if that fixes the problem
Dam the auto lights only do the main lights
Andy
Last edited by xplosiv on Sat Jun 16, 2007 12:09 am, edited 1 time in total.
That will be how the software(or hardware) that drives it is written, it probably uses 8 bit storage type (e.g. unsigned char) that represent 256 diffferent values, normally 0 to 255 but it probably adds one as its not expected to do 0 mpg!xplosiv wrote:1) The mpg only shows 256 when i think it should be '----" or 999
Its just pug being very tight in the programming of the computer but may be because they use a 8 bit micro contoller for that bit of the computer.
1997 Honda Prelude 2.2 VTi
Previously - 1999 406 Executive HDI
Previously - 1999 406 Executive HDI
- jameslxdt
- 3.0 24v
- Posts: 2512
- Joined: Wed Apr 26, 2006 9:30 pm
- Location: London, on me bike
- Contact:
i know mines the much better designed D8
but my trip computer also goes up to 999mpg

FAQ - 406 D8 petrol (excl. V6) running and starting problemsPeugeot wrote:what are you worried about? we made car that lasted 10 years"..."Zat is very goode non?
Firstly there's no such thing as an unsigned char, you're thinking of an int(eger). Secondly there's more than 256 possible values if the number is returned as (what I presume to be) a 3sf floating-point number. Either Peugeot do some really nasty reinventing of the wheel, there's an artificial arbitrary limit of 256mpg, or the D9s don't show values at any higher resolution than 1mpg (D8s show 0.1mpg to 99.9mpg)mbell666 wrote:it probably uses 8 bit storage type (e.g. unsigned char) that represent 256 diffferent values, normally 0 to 255 but it probably adds one as its not expected to do 0 mpg!
Doubtful. IIRC my D8's trip computer uses a 16bit Atmel microprocessor, for which unfortunately the specs are only available to OEMs under NDA termsmbell666 wrote:but may be because they use a 8 bit micro contoller for that bit of the computer.

<steve_earwig> I think this forum is more about keeping our cars going with minimal outlay than giving our cars more reason to go bang
Hi,
256 was a random number i pick from my head (just happens to be 8Bit)
What i mean is that my trip computer does not display high mpg when going down a hill or somthing as it should. i think the car is doing ok on fuel as i rest the average mpg counter and it is doing 37.5mpg (i would expect this as i have only been doing town runs - avg speed 20mph, distance 20mile) i think it is working as i get 55 - 60mpg at 60-70 on the motorrway just wondering why i am not getting the 300 - 400 - 999. Mine seems to just go between --- to 238.3 ( another random number) and all other 406's (D8 or D9) i have seen do the 999mpg when you have your foot off the gas (should i try a comuter reset - take the battery off for 20mins)
Andy
256 was a random number i pick from my head (just happens to be 8Bit)
What i mean is that my trip computer does not display high mpg when going down a hill or somthing as it should. i think the car is doing ok on fuel as i rest the average mpg counter and it is doing 37.5mpg (i would expect this as i have only been doing town runs - avg speed 20mph, distance 20mile) i think it is working as i get 55 - 60mpg at 60-70 on the motorrway just wondering why i am not getting the 300 - 400 - 999. Mine seems to just go between --- to 238.3 ( another random number) and all other 406's (D8 or D9) i have seen do the 999mpg when you have your foot off the gas (should i try a comuter reset - take the battery off for 20mins)
On the MFD (multi Functional display) you can either have the background in black and the text and images in orange or the background in orange and the text in black, i have found that inverting removes the lines, also the brightness of the screen does not change when i put the car lights on (id did in the last car) andy ideas or should i just un-plug the battery and reset the whole thing?i have inverted the colouring to see if that fixes the problem
You done what now?
Andy
re.inverting the display,there is nothing in my handbook about "how to",and the display (including all others i have seen)is orange letters on an orange background,far too bright at night ! Can anyone say how to get rid of the orange background please. Just a thought,as my 406 is quite an early D9,(V),perhaps this is something on a later version ??
IMG]http://i200.photobucket.com/albums/aa26 ... 160001.jpg[/IMG]
IMG]http://i200.photobucket.com/albums/aa26 ... 160001.jpg[/IMG]
Kevin
There is always one more imbecile than you counted on.
There is always one more imbecile than you counted on.