NefMoto

Noob Zone => Noob Questions => Topic started by: zamzu on February 27, 2019, 01:18:11 PM



Title: KFMDBGRG map
Post by: zamzu on February 27, 2019, 01:18:11 PM
Hi,

the map named KFMDBGRG stands for "Charge limitation based on gear", how does it work?
Can it be used for limiting the boost by gear (as the name says)?

On my .bin there are all fields 100.01 and it goes up to 6th gear...does it cooperate lineary?

For example if limiting 1 gear to let´s say to 80% of boost, will in never exeed this?


Title: Re: KFMDBGRG map
Post by: fknbrkn on February 27, 2019, 05:47:30 PM
and thats how you get -73 rate


Title: Re: KFMDBGRG map
Post by: vwaudiguy on February 27, 2019, 07:48:23 PM
What the hell just happened?  ;D


Title: Re: KFMDBGRG map
Post by: phila_dot on February 28, 2019, 07:12:13 AM
This map is a torque limit not boost.

It limits the torque request by gear which is then translated to load request in KFMIRL and finally converted to target manifold pressure.


Title: Re: KFMDBGRG map
Post by: zamzu on February 28, 2019, 09:56:22 AM
This map is a torque limit not boost.

It limits the torque request by gear which is then translated to load request in KFMIRL and finally converted to target manifold pressure.

Thank you for the answer  :)


Title: Re: KFMDBGRG map
Post by: Blazius on February 28, 2019, 10:39:38 AM
Why does this guy have -73 downvotes , wtf ? :D


Title: CWMDBGRG on 06A906032TL
Post by: Leonhard on September 16, 2020, 05:20:41 AM
Following here on "torque reduction based on gear"
my 1.8T engine swap (Lupo) needs reduced torque on 1st and 2nd gear.
According to FR, activation of KFMDBGRG by setting up CWMDBGRG (bit 1 = true).
Only changing KFMDBGRG wasn't successful.
I searched similar DAMOS files, but there wasn't any CWMDBGRG listed.

Defs to find in folder:

MDBGRG: 5.30 Momentenbegrenzung minimal -> min. torque reduction

so far I got:

19F5A DMRTMKI 1x1 Inkrement für Regelfaktor Momentenbegrenzung über Motortemperatur
19F60 KLFRTMKI 4x1 Kennlinie Regelfaktor aus Motortemperatur
279DC KFMDBGRG 4x7 Kennfeld mit dem Wert der Momentenbegrenzung

hope someone can give me a hint finding CWMDBGRG

Thanks


Title: Re: KFMDBGRG map
Post by: timus on September 16, 2020, 12:08:56 PM
There is no CWMDBGRG in ME7.5.

I attach part of schematic showing relevant KFMDBGRG part.

Variables:
tmot - Engine temperature
yfzg - Vehicle speed
TMMIBGR - Engine temperature treshold for enabling torque limitation (original value: 0xff == 143.3 deg c)
VMIBGR  - Vehicle speed threshold for enabling torque limitation (original value: 0xff == 318.8 km/h)

As you can see KFMDBGRG is only active when tmot > TMMIBGR and vfzg > VMIBGR. In original roms its 143.3 deg c and 318.8 km/h. Try to change them to something more reasonable like zero and KFMDBGRG should work.


Title: Re: KFMDBGRG map
Post by: Leonhard on September 16, 2020, 10:02:35 PM
That's what I first thought, and probably working for ME7.1,
the ME7.5 FR is showing:


Title: Re: KFMDBGRG map
Post by: rogerius on September 16, 2020, 11:00:59 PM
That's what I first thought, and probably working for ME7.1,
the ME7.5 FR is showing:

try 0x819F18 for CWMDBGRG


Title: Re: KFMDBGRG map
Post by: Leonhard on September 17, 2020, 03:44:12 AM
Thanks  guys,

the ori value on 0x819F18, set in my case, was already 18 = 2 + 16 -> bit 1 + 4
I' ve set/checked TMMIBGR and VMIBGR, tried again, but wasn't lucky -> no limitation based on gear ???


Title: Re: KFMDBGRG map
Post by: timus on September 17, 2020, 05:02:36 AM
Maybe try to log mingrg_w and mibgr_w and check if there are some changes in them based on gear, that would narrow down places where to look for solution.

By the way, in my ME7.5(032DR) there is no CWMDBGRG your must have some newer revision.


Title: Re: CWMDBGRG on 06A906032TL
Post by: sonique on September 17, 2020, 05:03:01 AM
Following here on "torque reduction based on gear"
my 1.8T engine swap (Lupo) needs reduced torque on 1st and 2nd gear.
According to FR, activation of KFMDBGRG by setting up CWMDBGRG (bit 1 = true).
Only changing KFMDBGRG wasn't successful.
I searched similar DAMOS files, but there wasn't any CWMDBGRG listed.

Defs to find in folder:

MDBGRG: 5.30 Momentenbegrenzung minimal -> min. torque reduction

so far I got:

19F5A DMRTMKI 1x1 Inkrement für Regelfaktor Momentenbegrenzung über Motortemperatur
19F60 KLFRTMKI 4x1 Kennlinie Regelfaktor aus Motortemperatur
279DC KFMDBGRG 4x7 Kennfeld mit dem Wert der Momentenbegrenzung

hope someone can give me a hint finding CWMDBGRG

Thanks


CWMDBGRG its address 100%  0x19F18
hex 12 decimal 18


Title: Re: KFMDBGRG map
Post by: timus on September 17, 2020, 05:29:28 AM
Anyway try to set bit 0 of CWMDBGRG (to 0x13(decimal 19)), I analyzed your ecu code and it seems like it may help.

Edit:
Sorry, I made a mistake its should be inverse of it, so bit 0 should be cleared as it is originally. :/


Title: CWMDBGRG
Post by: Leonhard on September 17, 2020, 05:43:22 AM
Maybe try to log mingrg_w and mibgr_w and check if there are some changes in them based on gear, that would narrow down places where to look for solution.

By the way, in my ME7.5(032DR) there is no CWMDBGRG your must have some newer revision.

It's from a 2006 Polo GTI (BJX), I wouldn't need CWMDBGRG to get the limitation going.
Do you use KFMDBGRG on your 86C? Could make sence too ;)


Title: KFMDBGRG
Post by: Leonhard on September 17, 2020, 05:49:32 AM
OK, according to FR it would activate signal from AutomaticTransmission

Def CWMDBGRG for version MDBGRG 4.120.0

bit 0 -> limitation from AT
bit 1 -> limitation from mibgrg_w "fast track"
bit 2 -> switch to external Tmot signal
bit 3 -> switch to break signal
bit 4 -> switch to Tmot signal from dashboard

but...I'm always open to learn  :)


Title: Re: KFMDBGRG map
Post by: timus on September 17, 2020, 05:55:17 AM
Yes, polo needs it otherwise its hard not to make tires slip on first and second gear.

Try to log these variables I post earlier and we then can search deeper what is wrong.


Title: MDBGRGA
Post by: Leonhard on September 18, 2020, 12:15:06 AM
while looking at the 032DR file (360272), the version without CWMDBGRG,
has a additional, simple map for limitation based on gear:
MDBGRGA 8x1 located at 81F528, right behind KFMDBGRG.
It's a limitation using the "slower" cylinder charge path.
@Timus, can you confirm this


Title: Re: KFMDBGRG map
Post by: timus on September 18, 2020, 01:18:44 AM
Yes, 032dr has both MDBGRGA and KFMDBGRG, MDBGRGA is single value per gear. KFMDBGRG gives finer control over rpm ranges.


Title: Re: KFMDBGRG map
Post by: Leonhard on September 18, 2020, 05:12:35 AM
Finally the KFMDBGRG works well, wrong address for TMMIBGR and VMIBGR  ::), thanks rogerius