View Single Post
Old 05-23-2008, 05:20 AM   #51
dan32500
Low Bitrate
 
Join Date: Feb 2008
Location: Ireland
Posts: 65
Quote: Originally Posted by Jaskari View Post
I think PGUP and PGDOWN should be placed the other way around, but I guess it is a matter of opinion.

Dan do you know the code for changing Fahrenheits to Celsius in OBC (like consumption unit is changed in SET_OBC_TO_L100Km)? I don't have OBC in my car and BMW skin shows fahrenheits instead of celsius in outside temp. Or is there a way in Roadrunner to take part of $OUTSIDETEMP$ (stripping + and C) and then doing a conversion (C=F-32x5/9)?

Also one thing is bugging me.. after stopping the engine RPM meter wont go to 0. Is this normal?

Oh yeah, I only changed the single press command, I have't noticed the hold command cose I didn't use it.
I'm not sure of a code to change C/F and 12H/24H - I used the right knob on the cluster. Maybe warfield knows cose he gave me the code for L/100Km.
You can try editing bmw.skin to convert F to C:
FROM:
L,610,271,167,19,240,240,240,14,"Arial:B","=OUTSID E: $OUTSIDETEMP$","CENTER"
TO
L,610,271,167,19,240,240,240,14,"Arial:B","=OUTSID E: $OUTSIDETEMP$","F2C"

I think the RPM thing is cose of the pugin not updating the variable to 0 when doesn't find a value in IBUS.
dan32500 is offline   Reply With Quote