CarTechnoloGY
G15 remember last driving mode & ECO PRO MSA memory coding - Printable Version

+- CarTechnoloGY (https://cartechnology.co.uk)
+-- Forum: Discussions All about Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=310)
+--- Forum: Automotive Help & Discussions / Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=40)
+---- Forum: BMW - Mini - Rolls Royce (https://cartechnology.co.uk/forumdisplay.php?fid=61)
+---- Thread: G15 remember last driving mode & ECO PRO MSA memory coding (/showthread.php?tid=90185)



G15 remember last driving mode & ECO PRO MSA memory coding - duss46 - 16-03-2024

Hello, 
does anybody know how to code to drive mode memory and ECO PRO start/stop off memory in G15? The car has latest i-level (24-03-525)

These doesn’t work: 
- BDC: FesLastFunctionInterval = immer_aktiv
- HU: ECO_CONF_MSA - aktiv , but this doesnt even show up in the menu

Tia


RE: G15 remember last driving mode & ECO PRO MSA memory coding - rocdeng - 17-03-2024

First, drive mode memory:
Try BDC->FesPiaDefaultLastUserMode, value is:
01 - Sport
02 - Sport Pro/Plus
03 - Sport Individual
04 - Comfort
05 - Comfort Plus
06 - Comfort Individual
07 - Eco
08 - Eco Plus
09 - Eco Individual
0A - Adaptive

Second, ECO Pro Start/Stop Off Memory:
Never use this mode and don't know whether it needed code individually. Did you code DME -> TCM_MSA_MEMORY first?


RE: G15 remember last driving mode & ECO PRO MSA memory coding - duss46 - 17-03-2024

(17-03-2024, 05:40 AM)rocdeng Wrote:  First, drive mode memory:
Try BDC->FesPiaDefaultLastUserMode, value is:
01 - Sport
02 - Sport Pro/Plus
03 - Sport Individual
04 - Comfort
05 - Comfort Plus
06 - Comfort Individual
07 - Eco
08 - Eco Plus
09 - Eco Individual
0A - Adaptive

Second, ECO Pro Start/Stop Off Memory:
Never use this mode and don't know whether it needed code individually. Did you code DME -> TCM_MSA_MEMORY first?


Thanks, but this is Default drive mode coding, which is fine, however I want it to remember my last setting, our G11LCI had the option in simple Bimmercode, this doesnt. Yes msa_memory is aktiv, but in Eco Pro it turns back on.


RE: G15 remember last driving mode & ECO PRO MSA memory coding - witechdiag - 17-03-2024

BimmerCode doing it good. As I remember it doing FesLastFunctionInterval to FF, but please check.


RE: G15 remember last driving mode & ECO PRO MSA memory coding - duss46 - 24-03-2024

(17-03-2024, 07:36 AM)witechdiag Wrote:  BimmerCode doing it good. As I remember it doing FesLastFunctionInterval to FF, but please check.

This doesnt work either unfortunately


RE: G15 remember last driving mode & ECO PRO MSA memory coding - ducy - 26-03-2024

I'm also trying to code "last driving function", but unsuccessful.
(coding with BimmerUtility and G31 LCI)

If someone will succeed, please let us know.


RE: G15 remember last driving mode & ECO PRO MSA memory coding - masa52 - 26-03-2024

FesPiaDefaultLastUserMode
this is working for me in G series


RE: G15 remember last driving mode & ECO PRO MSA memory coding - duss46 - 26-03-2024

(26-03-2024, 14:44 PM)masa52 Wrote:  FesPiaDefaultLastUserMode
this is working for me in G series

This (would) work for me too, but I'm not looking for this. It only changes the default drive mode, not a memory function.