F30POST
F30POST
2012-2015 BMW 3-Series and 4-Series Forum
BMW Garage BMW Meets Register Search Today's Posts Mark Forums Read
BMW 3-Series and 4-Series Forum (F30 / F32) | F30POST > Technical Forums > F30 DIYs and Coding Discussions > 6WB coding tread
ARMA SPEED
Post Reply
 
Thread Tools Search this Thread
      09-21-2019, 11:19 PM   #199
gnolivos
Captain
312
Rep
691
Posts

Drives: Various BMW
Join Date: Apr 2018
Location: US

iTrader: (0)

Does anyone know if there is a coding option to change the amount of dimming when switching to night mode? I find it too bright at night even with the thumb wheel all the way down.
__________________
Bimmercode best coding options (Basic and Advanced):
https://g20.bimmerpost.com/forums/sh...5#post29807925
Appreciate 0
      09-23-2019, 07:47 PM   #200
fcx56
New Member
United_States
3
Rep
19
Posts

Drives: 2018 F36 440ix MPPSK SPBR
Join Date: Mar 2018
Location: USA

iTrader: (0)

6WB, HU_NBT, and apix HUD on F3X map arrow cut-off fix

I recently installed a brand new 6WB in my 2015 F36. I used a new 6WB to avoid red-dot tamper issues. The new KOMBI took my VIN and mileage with no coding.

The 6WB was built in early 2019, and I am still not sure what the iStep shipment date is for DKOMBI. My F36 had been previously updated to 16-07-507. After installation, I received Check Control messages indicating “Update Required”, at which time I flashed FEM_GW with a DHCP server, ESYS, and an ENET cable to 19-07-###. Then I updated DME and attempted to update HU_NBT, but no updates for HU_NBT were available between my 16-07-507 and 19-07-###. There were also no updates available to DKOMBI and HWEL was black using iStep shipment of 19-07-###. It was now on to FDL coding. I could not set the time until I coded KOMBI_CIC mid -> high in DKOMBI.

I had the arrow cutoff on the right when displaying navigation instructions on DKOMBI, and also the overlap of the distance until turn bar and the speed units on the HUD. To even get these to display, I had to code NAVI_NBT_ENABLE to kein_nbt in DKOMBI. I was not satisfied with this coding because I thought the value conflicted with the vehicle, surely this value should be nbt_anzeige with 609 Pro Nav. I decided to compare CAFD (.ncd) files with a F15 that came equipped with NBT and DKOMBI. I found helpful files on bimmerpost. The F10 DKOMBI contained mismatched FDL coding on the first entry in 3003, NAVI_VERBAUT. The F10 value was navi, while my DKOMBI was coded ohne_nbt. This roughly translates to Installed Nav: without NBT. I was unable to find this coding using ESYS, and realised the mapping was trimmed from newer psdzdata. I was able to confirm this by renaming my newer CAFD files to an older version that matched the F10's. I changed the name of the CAFD from my 2019 6WB from "CAFD_00001060_008_000_008.ncd" to "CAFD_00001060_005_001_051.ncd", and this allowed me to see the trimmed variable in the NCD / CAFD Tool V0.5.2.203. I used Windows calculator to convert HEX to binary and coded the missing value in eSys editor while retaining the other entries that summed to the HEX. I also changed NAVI_NBT_ENABLE to nbt_anzeige and various MICROMAP and AUFLOESUNG settings in HU_NBT. Navigation instructions once again appeared on the display.

Not only did they appear, but they filled the centre portion and it was immediately apparent that these were the correct settings. Interstate icons also appeared on DKOMBI when applicable. Now, the only issue lies in the newer, better micromap being cut off on the HUD (when enabled). I am not sure if this is just something that has to be lived with using DKOMBI, HUD, and NBT on an F30, or if there is another setting that will finally fix the cutoff HUD. In order to get next turn arrows to display (on the Control Display, DKOMBI, or HUD) I had to set HUD_AUFLOESUNG to aufloesung_1 (which, according to the notes, is for a HUD with 208x149 resolution, as used in the l6 HUD). The bottom part of the arrow is missing, consistent with the HUD actually being 184x89 pixels instead of the 208x149 that was required to get next turn arrows to display. Even though the HUD is cut-off on the bottom, there is no longer an overlap between speed units and the upcoming turn bar (the speed units disappear appropriately), which says to me this coding is closer to what should be. Either the HUD cutoff is a tradeoff made when using DKOMB, HU_NBT, and HUD over apix instead of CAN on F30 or there is another setting that I have not found yet.

I can say that if you are trying to get navigation arrows to display on DKOMBI, this is much preferred to the “non-nav” arrow display. If anyone can expand on this post and provide the correct FDL codes for DKOMBI and apix HUD we will have a complete answer to navigation on F30 DKOMBI using NBT.

If posting CADF (.ncd) files is allowed on this forum (I haven't read the rules and don't want any problems), I will attach mine to this post.

Last edited by fcx56; 03-24-2020 at 05:59 PM.. Reason: I accidentally said the comparison files were from F15 but it was actually F10, added more specifics for comparing CAFD
Appreciate 2
      09-27-2019, 07:39 AM   #201
Zorn
Private
20
Rep
61
Posts

Drives: 2019 F36 430i xDrive
Join Date: Nov 2013
Location: Ohio

iTrader: (0)

Quote:
Originally Posted by fcx56 View Post
I recently installed a brand new 6WB in my 2015 F36. I used a new 6WB to avoid red-dot tamper issues. The new KOMBI took my VIN and mileage with no coding.

The 6WB was built in early 2019, and I am still not sure what the iStep shipment date is for DKOMBI. My F36 had been previously updated to 16-07-507. After installation, I received Check Control messages indicating “Update Required”, at which time I flashed FEM_GW with a DHCP server, ESYS, and an ENET cable to 19-07-###. Then I updated DME and attempted to update HU_NBT, but no updates for HU_NBT were available between my 16-07-507 and 19-07-###. There were also no updates available to DKOMBI and HWEL was black using iStep shipment of 19-07-###. It was now on to FDL coding. I could not set the time until I coded KOMBI_CIC mid -> high in DKOMBI.

I had the arrow cutoff on the right when displaying navigation instructions on DKOMBI, and also the overlap of the distance until turn bar and the speed units on the HUD. To even get these to display, I had to code NAVI_NBT_ENABLE to kein_nbt in DKOMBI. I was not satisfied with this coding because I thought the value conflicted with the vehicle, surely this value should be nbt_anzeige with 609 Pro Nav. I decided to compare CAFD (.ncd) files with a F15 that came equipped with NBT and DKOMBI. I found helpful files on bimmerpost. The F15 DKOMBI contained mismatched FDL coding on the first entry in 3003, NAVI_VERBAUT. The F15 value was navi, while my DKOMBI was coded ohne_nbt. This roughly translates to Installed Nav: without NBT. I was unable to find this coding using ESYS, and realised the mapping was trimmed from newer psdzdata. I used Windows calculator to convert HEX to binary and coded the missing value while retaining the other entries that summed to the HEX. I also changed NAVI_NBT_ENABLE to nbt_anzeige and various MICROMAP and AUFLOESUNG settings in HU_NBT. Navigation instructions once again appeared on the display.

Not only did they appear, but they filled the centre portion and it was immediately apparent that these were the correct settings. Interstate icons also appeared on DKOMBI when applicable. Now, the only issue lies in the newer, better micromap being cut off on the HUD (when enabled). I am not sure if this is just something that has to be lived with using DKOMBI, HUD, and NBT on an F30, or if there is another setting that will finally fix the cutoff HUD. In order to get next turn arrows to display (on the Control Display, DKOMBI, or HUD) I had to set HUD_AUFLOESUNG to aufloesung_1 (which, according to the notes, is for a HUD with 208x149 resolution, as used in the l6 HUD). The bottom part of the arrow is missing, consistent with the HUD actually being 184x89 pixels instead of the 208x149 that was required to get next turn arrows to display. Even though the HUD is cut-off on the bottom, there is no longer an overlap between speed units and the upcoming turn bar (the speed units disappear appropriately), which says to me this coding is closer to what should be. Either the HUD cutoff is a tradeoff made when using DKOMB, HU_NBT, and HUD over apix instead of CAN on F30 or there is another setting that I have not found yet.

I can say that if you are trying to get navigation arrows to display on DKOMBI, this is much preferred to the “non-nav” arrow display. If anyone can expand on this post and provide the correct FDL codes for DKOMBI and apix HUD we will have a complete answer to navigation on F30 DKOMBI using NBT.

If posting CADF (.ncd) files is allowed on this forum (I haven't read the rules and don't want any problems), I will attach mine to this post.
Interesting stuff. My 6WB will be here Tuesday and I'm curious to see whether I have this issue on a 2018 F36 that came with 6WA.
Appreciate 0
      09-27-2019, 07:49 AM   #202
atzebmw
Colonel
Germany
588
Rep
2,302
Posts

Drives: Tesla Model 3
Join Date: May 2016
Location: Germany

iTrader: (0)

Quote:
Originally Posted by Zorn View Post
Interesting stuff. My 6WB will be here Tuesday and I'm curious to see whether I have this issue on a 2018 F36 that came with 6WA.
You will not have this problem.
This happens only for cars built until 6/2016 with Evo ID4 or older headunits.
Appreciate 0
      11-03-2019, 07:36 PM   #203
Shawzy44
Second Lieutenant
Shawzy44's Avatar
Canada
158
Rep
294
Posts

Drives: 2019 BMW X5 40iX
Join Date: Jul 2019
Location: Toronto, ON

iTrader: (0)

Has anyone successfully coded the “M Performance” logo on the 6WB? If so how?
__________________
Shawzy44

2023 BMW X3 M40i
2019 BMW X5 40iX
2019 BMW 440iX M Performance Cabriolet
Appreciate 0
      11-23-2019, 09:54 AM   #204
Rajy Shergill
Registered
0
Rep
3
Posts

Drives: BMW F30 320d
Join Date: Jan 2019
Location: Derbyshire

iTrader: (0)

Anybody know someone who can do coding in the midlands area uk
Appreciate 0
      12-18-2019, 04:29 PM   #205
TiToyz
New Member
TiToyz's Avatar
France
0
Rep
20
Posts

Drives: BMW F30 320D
Join Date: Dec 2019
Location: France

iTrader: (0)

Hi,

I want to change to a 6WB on my F30 2012 with HUD and CIC,

It''s working ? i read a lot of stuff and i'm confused ...

Thank's everyone and sorry for my bad english

TiToyz from France
Appreciate 0
      02-08-2020, 11:37 AM   #206
FinF30
Registered
0
Rep
2
Posts

Drives: F30 335iX
Join Date: Jan 2020
Location: Finland

iTrader: (0)

F30 2013, with HUD and CIC.

Brand new 6wb, coded and everything works.

Hud started to flicker. Does a small flicker every minute or something. And hud has disappeared few times after a driving for a while. Didnt do it with old cluster.

Anyone with same issue? I quess it something coding related. Part number for the hud has changed couple of times during the f30 prooduction.

Last edited by FinF30; 02-08-2020 at 02:33 PM..
Appreciate 0
      02-25-2020, 10:12 AM   #207
jkwhar
Captain
172
Rep
740
Posts

Drives: F30 328i Xdrive | F15 x35i
Join Date: Jun 2016
Location: Central NJ

iTrader: (7)

Quote:
Originally Posted by Shawzy44 View Post
Has anyone successfully coded the “M Performance” logo on the 6WB? If so how?
It will show "M550d". I think it was after a certain istep that they fixed it, but can't remember exactly.
__________________
Did my post help? Click "Appreciate!"

FOR SALE! Sport line Steering wheel with heated, paddle shifter, vibration motor, no airbag | EDM Bi-Xenon adaptive headlights (SOLD) | surround view retrofit kit (sold) | KAFAS2 camera and ECU | FLA camera(sold) | 6WB cluster (SOLD)
Appreciate 0
      02-25-2020, 10:55 AM   #208
Skyhigh
Brigadier General
Skyhigh's Avatar
1876
Rep
3,859
Posts

Drives: BMW F36
Join Date: Apr 2018
Location: Europe

iTrader: (0)

Don't think they ever fixed it. Not on 6WB.
I have the latest istep (or there might be one more recent one now) and it isn't fixed.
__________________
"Large increases in cost with questionable increases in performance can be tolerated only in cars and women."
Appreciate 0
      02-27-2020, 07:49 AM   #209
Zorn
Private
20
Rep
61
Posts

Drives: 2019 F36 430i xDrive
Join Date: Nov 2013
Location: Ohio

iTrader: (0)

Quote:
Originally Posted by FinF30 View Post
F30 2013, with HUD and CIC.

Brand new 6wb, coded and everything works.

Hud started to flicker. Does a small flicker every minute or something. And hud has disappeared few times after a driving for a while. Didnt do it with old cluster.

Anyone with same issue? I quess it something coding related. Part number for the hud has changed couple of times during the f30 prooduction.
I don't get the flicker, but I do get the issue very rarely when driving that the 6WB will black out for about a second then come right back, almost like it had a quick reboot. It's so fast that by the time I get worried it's already back, and it's extremely rare for me.
Appreciate 0
      03-03-2020, 08:34 AM   #210
japko
Registered
0
Rep
1
Posts

Drives: F30 328i M Performance
Join Date: Mar 2020
Location: Poznan, Poland

iTrader: (0)

Question F30 jan 2016 and 6WB

Hi, im rookie with it.
Could You Guys be so nice and can me put tutorial "what I need code it for my car?"
I have 6WA with HUD
Many Thanks
Appreciate 0
      03-10-2020, 06:20 PM   #211
mofo99
Registered
0
Rep
3
Posts

Drives: bmw 430d
Join Date: Feb 2020
Location: essen

iTrader: (0)

So i succesfully retrofitted the 6wb in my f36 and everything works perfect.
The only thing that bothers me is the orange light at night. Is there no coding option to make the car think it is always day so that it stays white?

I cant find anything on the Internet, only for the f10 but that does not work for the f3x
Appreciate 0
      03-11-2020, 01:54 AM   #212
Skyhigh
Brigadier General
Skyhigh's Avatar
1876
Rep
3,859
Posts

Drives: BMW F36
Join Date: Apr 2018
Location: Europe

iTrader: (0)

No.
__________________
"Large increases in cost with questionable increases in performance can be tolerated only in cars and women."
Appreciate 0
      03-11-2020, 08:38 AM   #213
mofo99
Registered
0
Rep
3
Posts

Drives: bmw 430d
Join Date: Feb 2020
Location: essen

iTrader: (0)

So the only coding for the 6wb is the compas in the middle
Appreciate 0
      03-11-2020, 09:01 AM   #214
Skyhigh
Brigadier General
Skyhigh's Avatar
1876
Rep
3,859
Posts

Drives: BMW F36
Join Date: Apr 2018
Location: Europe

iTrader: (0)

And additional digital speed indicator, which IMO is useless on the 6WB. I have not enabled it. Just the compass.
__________________
"Large increases in cost with questionable increases in performance can be tolerated only in cars and women."
Appreciate 0
      03-11-2020, 09:17 AM   #215
mofo99
Registered
0
Rep
3
Posts

Drives: bmw 430d
Join Date: Feb 2020
Location: essen

iTrader: (0)

The Compass is also not that helpfull, but looks cool 😎
Appreciate 0
      03-11-2020, 11:09 AM   #216
Skyhigh
Brigadier General
Skyhigh's Avatar
1876
Rep
3,859
Posts

Drives: BMW F36
Join Date: Apr 2018
Location: Europe

iTrader: (0)

It is as helpful as a compass can be in a car but it fills a part of that empty space nicely
__________________
"Large increases in cost with questionable increases in performance can be tolerated only in cars and women."
Appreciate 0
      03-13-2020, 04:55 AM   #217
drdino
Lieutenant
drdino's Avatar
135
Rep
453
Posts

Drives: BMW 330i
Join Date: Feb 2019
Location: UK

iTrader: (0)

Garage List
2019 BMW 330i  [0.00]
Is there a way to code the 6WB to display navigation instructions at the same time as the HUD? Or is one or the other?
Appreciate 0
      03-13-2020, 05:14 AM   #218
shawnsheridan
General
shawnsheridan's Avatar
United_States
10408
Rep
40,626
Posts

Drives: 2018 Alpina B6 650ix GC
Join Date: Feb 2010
Location: Houston, TX

iTrader: (0)

Garage List
Quote:
Originally Posted by drdino View Post
Is there a way to code the 6WB to display navigation instructions at the same time as the HUD? Or is one or the other?
Not possible. Only one or the other as selectable via iDrive.
__________________

2018 F06 Alpina B6 650ix GC; Space Grey; Vermillion Red Nappa Leather; Executive; B&O; Driving Assistant
2017 F15 X5 xDrive50i MSport; Glacier Silver Metallic; Black Dakota Leather; Executive; B&O; Driving Assistant; RSE
Appreciate 0
      03-13-2020, 08:31 AM   #219
drdino
Lieutenant
drdino's Avatar
135
Rep
453
Posts

Drives: BMW 330i
Join Date: Feb 2019
Location: UK

iTrader: (0)

Garage List
2019 BMW 330i  [0.00]
Thanks! It's a shame, as there's that wasted space between the dials, but anyway...
Appreciate 0
      03-13-2020, 01:15 PM   #220
Skyhigh
Brigadier General
Skyhigh's Avatar
1876
Rep
3,859
Posts

Drives: BMW F36
Join Date: Apr 2018
Location: Europe

iTrader: (0)

That's the biggest deficiency of 6WB - lots of non-utilised space on the screen. I am missing a nav map there...
__________________
"Large increases in cost with questionable increases in performance can be tolerated only in cars and women."
Appreciate 0
Post Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 06:59 PM.




f30post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST