Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

DIY Acc2 lens heating disabling coding off ( E60 E65 E90)
15-12-2022, 21:01 PM,
Post: #1
XZBMW  DIY Acc2 lens heating disabling coding off ( E60 E65 E90)
So you have an error code that says that the lens heating (lensheizung) on your ACC2 (adaptive cruise controll) radar sensor is broken. So now your cruise Control isn't working at all.


I'm going to tell you how you can turn off the lens heating function completely, if you can live with it not working in heavy snow and ice.
The lens heating is actually only turned on in temperatures between +5°C to -5°C.


Wanings
1. I am not responsible if you break anything in your car
2. This is only for people who know how to code usual stuff.

First of all you will need to have NCS expert and NCS dummy installed and working properly.



1. Backup the following files from daten/E65 daten/E60 daten/e89 folder:
it is the corespondent file for wich model you want to code the lens heating


!!!!!!! MADE A BACK UP OF !!!!!!!!!!!
E65CVT.000 (e65) - E60CVT.000 (e60) - E89CVT.000 (e89)
ACC2_E60.C28 (or whatever your ACC2 module is)
SWTFSW02.dat (e65) - SWTFSW05.dat (e60) - SWTFSW03.dat (e89)



Code:


Code:
E65CVT.000 (e65) - E60CVT.000 (e60) - E89CVT.000 (e89)

ACC2_E60.C28 (or whatever your ACC2 module is, it could be ACC2_E60.C23 , etc.)

SWTFSW02.dat (e65) - SWTFSW05.dat (e60) - SWTFSW03.dat (e89)



2. Disassemble SWTFSW02.dat (e65) - SWTFSW05.dat (e60) - SWTFSW03.dat (e89)using NCS Dummy.

Add the following and reassemble.*



Code:


Code:
SWT_EINTRAG : 1700 "LENSHEIZUNG"



3. Disassemble E65CVT.000 (e65) - E60CVT.000 (e60) - E89CVT.000 (e89)

under*GRUPPE : {"Codierung_ACC"}*add the following and reassemble.





Code:


Code:
FSW_PSW : 1700 0007 // LENSHEIZUNG aktiv



4. Disassemble ACC2_E60.C28 or whatever your ACC2 module is and edit the following coding line located below "DYNAMIK_FLAG_ACC2" and above "NAVI_KOPPLUNG" (in between them) from looking like this:





Code:


Code:
PARZUWEISUNG_FSW : {00003003} 0000000F 0001 100C {} (02) {h} {} // DYNAMIK_FLAG_ACC2
PARZUWEISUNG_PSW1 : 0007 (01) // aktiv
PARZUWEISUNG_PSW1 : 000B (00) // nicht_aktiv
UNBELEGT1 : {00003003} 0000000F 0001 {} (04)
UNBELEGT2 : (01)
UNBELEGT1 : {00003003} 0000000F 0001 {} (08)
UNBELEGT2 : (01)
PARZUWEISUNG_FSW : {00003003} 0000000F 0001 0ED3 {} (10) {h} {} // NAVI_KOPPLUNG
PARZUWEISUNG_PSW1 : 0008 (00) // wert_01
PARZUWEISUNG_PSW1 : 0026 (00) // wert_02
PARZUWEISUNG_PSW1 : 0027 (00) // wert_03
PARZUWEISUNG_PSW1 : 0021 (01) // wert_04
PARZUWEISUNG_PSW1 : 00B6 (00) // wert_05



It should be edited to look like this:





Code:


Code:
PARZUWEISUNG_FSW : {00003003} 0000000F 0001 100C {} (02) {h} {} // DYNAMIK_FLAG_ACC2
PARZUWEISUNG_PSW1 : 0007 (01) // aktiv
PARZUWEISUNG_PSW1 : 000B (00) // nicht_aktiv
UNBELEGT1 : {00003003} 0000000F 0001 {} (04)
UNBELEGT2 : (01)
PARZUWEISUNG_FSW : {00003003} 0000000F 0001 1700 {} (08) {h} {} // LENSHEIZUNG
PARZUWEISUNG_PSW1 : 0007 (01) // aktiv
PARZUWEISUNG_PSW1 : 000B (00) // nicht_aktiv
PARZUWEISUNG_FSW : {00003003} 0000000F 0001 0ED3 {} (10) {h} {} // NAVI_KOPPLUNG
PARZUWEISUNG_PSW1 : 0008 (00) // wert_01
PARZUWEISUNG_PSW1 : 0026 (00) // wert_02
PARZUWEISUNG_PSW1 : 0027 (00) // wert_03
PARZUWEISUNG_PSW1 : 0021 (01) // wert_04
PARZUWEISUNG_PSW1 : 00B6 (00) // wert_05



5. Reassemble the files with NCS dummy.



6. Replace your original files with the reassembled ones.



7. Using NCS Expert read your ACC2.



8. Find the function*LENSHEIZUNG *

it is set to aktive (value 01) by default. (Which means that lens heating is turned on)



9. Change it to nicht_aktiv  or automatic ( the value should be 00) and code.



10. Done


Hope this helps.


Reputation: +3 - bboctavian [+1] , TheNine90 [+1] , M-Simon [+1]
Quote this message in a reply
[+] 8 users say Thank You to XALLECS for this post
14-03-2024, 07:32 AM,
Post: #2
RE: DIY Acc2 lens heating disabling coding off ( E60 E65 E90)
Looks like this method doesn't work with E60 LRR. Anyone has any suggestion to make, is there anything else needed to change when the car uses LRR?
Quote this message in a reply
14-03-2024, 08:51 AM, (This post was last modified: 14-03-2024, 08:52 AM by jaki.)
Post: #3
RE: DIY Acc2 lens heating disabling coding off ( E60 E65 E90)
And there is allways the hard method to use:
1. open the case (I REALLY hate this job)
2. insert two eg 6,8 ohm resistors in serie in to the metal pins for heating dome
3. glue the case and enjoy

Eventough the dome is without original heating these resistors are actually quite heavy and warm the dome at least a bit.
Quote this message in a reply
03-10-2024, 17:25 PM,
Post: #4
RE: DIY Acc2 lens heating disabling coding off ( E60 E65 E90)
Weird. I could have sworn I wrote this guide a few years back. thinking  Maybe it disappeared when the forum was hacked and it was reverted to an old backup.
I see you left out the part where I thanked all the people that helped make the guide possible.

Anyway. Glad to see that it's still relevant and helping people since I never got to try it out myself. 
I have since this custom coded the acc2 to be able to be set as low as 1km/h.
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Bmw e53 dsc coding hero3838 23 1,474 06-02-2025, 08:04 AM
Last Post: Node
XZBMW X1 U11 Led headlight coding Rus+ 2 170 04-02-2025, 15:13 PM
Last Post: kimz
XZBMW Solved ✔ [SOLVED]G22 ECU DKOMBI disappeard after coding error niewczas13 5 342 03-02-2025, 22:19 PM
Last Post: niewczas13
  E53 RLS retrofited, need ZCS coding advice wrp_199 4 147 03-02-2025, 16:19 PM
Last Post: wrp_199
  Secure coding in BMWs (unit list) Node 91 25,468 01-02-2025, 14:03 PM
Last Post: Node
XZBMW Power supply for coding/programming darthur90 117 29,540 23-01-2025, 08:30 AM
Last Post: BSBBMW
XZBMW F25 x3 cornering light coding Fatalix 10 2,313 20-01-2025, 20:05 PM
Last Post: Santa Cruz
XZBMW kafas windscreen heating fault Nikitosikk 0 127 10-01-2025, 19:51 PM
Last Post: Nikitosikk
XZBMW BW audio coding on Harman Kardon issue G Series duss46 0 214 08-01-2025, 13:27 PM
Last Post: duss46
  NCD Secure Coding dependencies luci.deresu 3 522 07-01-2025, 19:23 PM
Last Post: luci.deresu

Forum Jump:


Users browsing this thread:
2 Guest(s)

Return to TopReturn to Content