Pages: [1] 2
Author Topic: KFMDBGRG map  (Read 7243 times)
zamzu
Full Member
***

Karma: +6/-0
Offline Offline

Posts: 72


« 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?
Logged
fknbrkn
Hero Member
*****

Karma: +176/-18
Offline Offline

Posts: 1401


mk4 1.8T AUM


« Reply #1 on: February 27, 2019, 05:47:30 PM »

and thats how you get -73 rate
Logged
vwaudiguy
Hero Member
*****

Karma: +53/-37
Offline Offline

Posts: 2024



« Reply #2 on: February 27, 2019, 07:48:23 PM »

What the hell just happened?  Grin
Logged

"If you have a chinese turbo, that you are worried is going to blow up when you floor it, then LOL."
phila_dot
Hero Member
*****

Karma: +170/-11
Offline Offline

Posts: 1709


« Reply #3 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.
Logged
zamzu
Full Member
***

Karma: +6/-0
Offline Offline

Posts: 72


« Reply #4 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  Smiley
Logged
Blazius
Hero Member
*****

Karma: +89/-40
Offline Offline

Posts: 1277



« Reply #5 on: February 28, 2019, 10:39:38 AM »

Why does this guy have -73 downvotes , wtf ? Cheesy
Logged
Leonhard
Full Member
***

Karma: +27/-2
Offline Offline

Posts: 112


« Reply #6 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
Logged
timus
Jr. Member
**

Karma: +6/-0
Offline Offline

Posts: 35

Polo 86c2f 1.8T AUM


« Reply #7 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.
Logged
Leonhard
Full Member
***

Karma: +27/-2
Offline Offline

Posts: 112


« Reply #8 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:
Logged
rogerius
Full Member
***

Karma: +61/-6
Offline Offline

Posts: 114


« Reply #9 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
Logged
Leonhard
Full Member
***

Karma: +27/-2
Offline Offline

Posts: 112


« Reply #10 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 Huh
Logged
timus
Jr. Member
**

Karma: +6/-0
Offline Offline

Posts: 35

Polo 86c2f 1.8T AUM


« Reply #11 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.
Logged
sonique
Sr. Member
****

Karma: +24/-12
Offline Offline

Posts: 282


« Reply #12 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
Logged
timus
Jr. Member
**

Karma: +6/-0
Offline Offline

Posts: 35

Polo 86c2f 1.8T AUM


« Reply #13 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. :/
« Last Edit: September 17, 2020, 05:43:41 AM by timus » Logged
Leonhard
Full Member
***

Karma: +27/-2
Offline Offline

Posts: 112


« Reply #14 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 Wink
Logged
Pages: [1] 2
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.049 seconds with 17 queries. (Pretty URLs adds 0s, 0q)