Pages: [1] 2
Author Topic: Cruise control problem after gearbox swap Me7.1.1 Caddy 2011  (Read 6642 times)
Gilgamesh
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8


« on: April 22, 2020, 11:53:27 PM »

Hi all, my friend have a 2011 Caddy Ecofuel with 2.0 BSX CNG engine. Its stock 5spd gearbox had been swapped to 6spd GQN gearbox from 1.9tdi. So gear indicator on the dashboard is off and cruise control doesnt work.

I have found damos for old sw version, found NVQUOT maps and make two files: first with simple 4 and 5 gears mod for values of 5 and 6 from original EDC16, second file with addition 6 spd instead of zero.

But nothing: the gear indicator only flashing for a couple second and off. With second file 6th gear indicator began to appear. Cruise doesnt work.

We simple measured the gear ratios and they approximately coincide with the average values of the ranges from the EDC16.
So unfortunately I dont understand where is mistake. Can somebody advise please?

Caddy ecu is 06G906022S Me7.1.1, gearbox donor is 03g906021KC EDC16.
In the EDC there are reversed gear ratios named Gearbx_rVn from 1D4D2E address
Logged

Passat 1.4tsi Ecofuel Petrol/CNG 150hp Med17.1
BlackT
Hero Member
*****

Karma: +79/-39
Offline Offline

Posts: 1422



« Reply #1 on: April 23, 2020, 01:28:25 AM »

You must code ECU to 6 gear also in VCDS
Logged
gremlin
Hero Member
*****

Karma: +180/-7
Offline Offline

Posts: 573


« Reply #2 on: April 23, 2020, 02:34:45 AM »

Do you change ECU coding from 5G to 6G ?
Logged
Gilgamesh
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8


« Reply #3 on: April 23, 2020, 03:01:58 AM »

No, I dont coding anything. What coding are you advice to try, stock is 0030071? This engine doesnt have stock 6spd gearbox, most likely no coding will be accepted.
Anyway my first file should work without coding, because I only change 4 and 5 gear ratios to new 5 and 6 values.
Logged

Passat 1.4tsi Ecofuel Petrol/CNG 150hp Med17.1
gremlin
Hero Member
*****

Karma: +180/-7
Offline Offline

Posts: 573


« Reply #4 on: April 23, 2020, 03:20:34 AM »

Accepted coding for this ecu are
30071
30051
30031   
30011   
20071   
20051   
20031   
20011
I do not have a exact description of the coding values
But you can try to change something and see what's happen.
Logged
Gilgamesh
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8


« Reply #5 on: April 23, 2020, 06:23:27 AM »

Thank you very much, please tell me how you found possible codings? From the flash file?

Unfortunately I have found coding description for this ecu, so its not possible for 6 spd coding.
C00,Motorelektronik (J220) Codierung
C01,00?00xx: Antrieb
C02,2 = Erdgas (Werkscodierung Touran)
C03,3 = Erdgas (Standardcodierung Caddy/Kundendienstcodierung Touran)
C04,00000?x: Ausstattung
C05,+1 = Anty-Blockier-System (ABS)
C06,+2 = Airbags
C07,+4 = Klimaanlage
C08,00000x?: Getriebe
C09,1 = 5-Gang Schaltgetriebe
C10,2 = 6-Gang Schaltgetriebe
C11,3 = 4-Gang Automatikgetriebe
C12,4 = 5-Gang Automatikgetriebe
C13,5 = 6-Gang Automatikgetriebe
C14,6 = Multitronic (CVT)
C15,7 = 5-Gang Direktschaltgetriebe
C16,8 = 6-Gang Direktschaltgetriebe
L00,Motorelektronik (J220) Codierung-2
L01,11463 = Aktivierung Geschwindigkeitsregelanlage (GRA)
L02,16167 = Deaktivierung Geschwindigkeitsregelanlage (GRA)
Logged

Passat 1.4tsi Ecofuel Petrol/CNG 150hp Med17.1
gremlin
Hero Member
*****

Karma: +180/-7
Offline Offline

Posts: 573


« Reply #6 on: April 23, 2020, 06:40:23 AM »

please tell me how you found possible codings? From the flash file?


Yes, the table is in flash.
See at addr $EFEE2
Logged
BlackT
Hero Member
*****

Karma: +79/-39
Offline Offline

Posts: 1422



« Reply #7 on: April 23, 2020, 11:30:07 AM »

Yust extend the 5 gear so it covers rstio for 6 gear. I think that is only solution. Or crossflash/diffrent ECU that came with 6sp gearbox
Logged
Gilgamesh
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8


« Reply #8 on: April 24, 2020, 10:18:43 AM »

Yes, the table is in flash.
See at addr $EFEE2
Thanks!

BlackT Ok, thanks I will try another values for extending 5 gear
Logged

Passat 1.4tsi Ecofuel Petrol/CNG 150hp Med17.1
fknbrkn
Hero Member
*****

Karma: +177/-18
Offline Offline

Posts: 1402


mk4 1.8T AUM


« Reply #9 on: April 24, 2020, 11:45:11 AM »

CWFGRGA
bit = gear
change .6 to 0 to enable cc on a 6th
« Last Edit: April 24, 2020, 11:53:10 AM by fukenbroken » Logged
elRey
Hero Member
*****

Karma: +32/-1
Offline Offline

Posts: 565


« Reply #10 on: October 06, 2021, 08:55:14 PM »

CWFGRGA
bit = gear
change .6 to 0 to enable cc on a 6th

bit 0 = REV
bit 1 = 1st gear
..
bit 6 = 6th gear

value 1 = disable CC; 0 = enable CC for gear ?

Do I have that correct?

How does one find CWFGRGA in a bin? My ASM looks like this:
Code:
movbz   r4, byte_FA06
movb    rl5, [r4+byte_814512]  #<--- CWFGRGA???
movbz   r4, rl5
movbz   r5, gangi_byte_3809A4
mov     r2, #1
shl     r2, r5
and     r4, r2

I know it's referencing CWFGRGA, but I can't figure out what absolute address from that code above. Any help?

edit: I just looked at my 5spd tiptronic bin @ 0x14512 and a C1 looks reasonable. 1100 0001 <= Rev disabled, 1-5 enabled, 6-7 disabled.
5spd manual bin has C3 disabling 1st gear. I'll change that and see if I can get DSG 6th CC enabled.

Thanks
« Last Edit: October 06, 2021, 09:03:57 PM by elRey » Logged
fknbrkn
Hero Member
*****

Karma: +177/-18
Offline Offline

Posts: 1402


mk4 1.8T AUM


« Reply #11 on: October 07, 2021, 07:05:05 AM »

Quote
Do I have that correct?
yes
Quote
How does one find CWFGRGA in a bin? My ASM looks like this:
0x14512 & 0x14513 depending on engine coding

to enable cc on a sixth you should also touch FRARAWG a bit
Logged
elRey
Hero Member
*****

Karma: +32/-1
Offline Offline

Posts: 565


« Reply #12 on: October 07, 2021, 01:27:55 PM »

yes0x14512 & 0x14513 depending on engine coding

to enable cc on a sixth you should also touch FRARAWG a bit

Ah, I did wonder about the adjacent byte being identical C1 C1. I'll be sure to modify both.
Reading up on FRARAWG now.

Thank you!
Logged
elRey
Hero Member
*****

Karma: +32/-1
Offline Offline

Posts: 565


« Reply #13 on: October 10, 2021, 11:52:35 AM »

CC works in 6th now. Thank you!
Logged
BlackT
Hero Member
*****

Karma: +79/-39
Offline Offline

Posts: 1422



« Reply #14 on: November 28, 2022, 08:28:40 AM »

Can someone help me to get CC work on ME 7.1 file
8D0907551G is well defined, but I can't find CWFGRGA. I cant find it in any 2.7T file, only in R filr but that is M7.1.1.

My problem is after fitting 6HP gearbox I don't have CC in 6th gear

I can't fool ECU with NVQUOT beacuse it get gear position from CAN-BUS(gearbox)
Logged
Pages: [1] 2
  Print  
 
Jump to:  

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