Bimmerpost
3
/
4 Series
BMW Garage BMW Meets Register Search Today's Posts Mark Forums Read
Technical Topics DIYs and Coding Discussions Tach on HUD glitch

Post Reply
 
Thread Tools Search this Thread
      11-21-2020, 08:49 PM   #23
phayze
Second Lieutenant
29
Rep
207
Posts

Drives: BMW
Join Date: Nov 2019
Location: Singapore

iTrader: (0)

Was the option there before the update?

Quote:
Originally Posted by rcz22 View Post
Could be a bug then- I don't think these would be available with an option, but could be wrong
Appreciate 0
      11-21-2020, 09:59 PM   #24
rcz22
Private First Class
70
Rep
109
Posts

Drives: 2024 G80 M3 6MT
Join Date: Sep 2020
Location: Morris County, NJ

iTrader: (0)

Quote:
Originally Posted by phayze View Post
Was the option there before the update?

Quote:
Originally Posted by rcz22 View Post
Could be a bug then- I don't think these would be available with an option, but could be wrong
I honestly don't know - if it was I didn't have it set ... I only thought to look for it after reading this post.
Appreciate 0
      11-22-2020, 09:41 AM   #25
RSnic
Major
RSnic's Avatar
United_States
658
Rep
1,478
Posts

Drives: 2020 M340Xi (G20)
Join Date: Sep 2013
Location: Virginia

iTrader: (0)

Garage List
2020 BMW M340  [0.00]
rcz22 ,

Appreciate you letting us know about the menu selections, since quite honestly I had forgotten how to get to Tach display in HUD. I had it working when I got my car & on subsequent software updates-- until 07/2020.45 that was done by my dealer. After that update Tach only appeared in HUD when I selected ALWAYS ON.

Recently, my car got its first OTA update to 07/2020.54. After that I redid my custom coding.

I just checked my car a little while ago and neither of the additional items for Instrument Panel or HUD. At this point, I doesn't matter whether it's a glitch in the update or perhaps the custom coding.

Since for now, I am down to Bimmercode, it's somewhat challenging to research HG_MGU CAFD/NCD files. Would appreciate any help in determining what functions to code to get Tach displaying in HUD

Thanks

UPDATE: Thanks to E-Sys & E-SysX, found out why even iDrive menu option to display Tach HUD disappeared. When I "uncode" the tire pressure Instrument cluster (M_VEHICLE_SP2018_RUEKO), car goes back to displaying DISPLAY, HUD SPORT DISPLAY -- but only works in ALWAYS & not SPORT ONLY. Given that choice unfortunately, I opt for tire pressure
__________________
Al

2020 M340Xi| ZDA| ZDY| ZPP| ZPX| 1CR| 1PL| 688| 6NW| 2VFH|
Retired: 2014 328i
BMW CCA
Appreciate 1
      12-08-2020, 05:32 AM   #26
phayze
Second Lieutenant
29
Rep
207
Posts

Drives: BMW
Join Date: Nov 2019
Location: Singapore

iTrader: (0)

I have updated to 11/2020, and the issue still persist. Anyone know any coding can settle?
Appreciate 2
      01-03-2021, 06:23 AM   #27
jaimeen77
Private
jaimeen77's Avatar
68
Rep
56
Posts

Drives: BMW 330i
Join Date: Dec 2019
Location: seoul korea

iTrader: (0)

If your car on 11.2020 firmware, you can enable it by coding.
Hud menu changed like rcz22's car.
Appreciate 0
      01-03-2021, 08:18 AM   #28
phayze
Second Lieutenant
29
Rep
207
Posts

Drives: BMW
Join Date: Nov 2019
Location: Singapore

iTrader: (0)

Hi,

Any idea how to enable it using coding?

Quote:
Originally Posted by jaimeen77 View Post
If your car on 11.2020 firmware, you can enable it by coding.
Hud menu changed like rcz22's car.
Appreciate 0
      01-09-2021, 02:56 AM   #29
sundevils96734
New Member
sundevils96734's Avatar
United_States
2
Rep
5
Posts

Drives: '21 M340i
Join Date: Jan 2021
Location: Arizona

iTrader: (0)

My M340 has the latest firmware update. With my default display set to the Alpina layout, I’m able to see the tach in my HUD by selecting Sport Displays under the Additional Displays setting:

HUD settings>Additional Displays>Sport Displays

I haven’t tested this under the M layout or default layout but at least it works with Alpina.
Appreciate 0
      01-13-2021, 10:37 AM   #30
Rex Lee
kawasaki3636
Taiwan
0
Rep
4
Posts

Drives: G21 M340i
Join Date: Jan 2021
Location: Taiwan

iTrader: (0)

I also encountered this problem
Appreciate 0
      03-14-2021, 08:08 AM   #31
srbs73
Major
srbs73's Avatar
United Kingdom
542
Rep
1,137
Posts

Drives: BMW i4 M50
Join Date: Jun 2020
Location: UK

iTrader: (0)

Quote:
Originally Posted by phayze View Post
Hi,

Any idea how to enable it using coding?
IFR provided the coding required on the thread below. I applied it to my March 2020 build G21 running 11/2020.50 and the tach is back

https://g05.bimmerpost.com/forums/sh...740022&page=11
Appreciate 0
      03-14-2021, 08:25 AM   #32
phayze
Second Lieutenant
29
Rep
207
Posts

Drives: BMW
Join Date: Nov 2019
Location: Singapore

iTrader: (0)

Hi,

Which one do you change to solve the problem?

CB_HUD_LIST_AUS: aktiv [01]
CB_HUD_LIST_AUTOMATISCH: aktiv [01]
CB_HUD_LIST_FAS_PERMANENT: aktiv [01]


Quote:
Originally Posted by srbs73 View Post
IFR provided the coding required on the thread below. I applied it to my March 2020 build G21 running 11/2020.50 and the tach is back

https://g05.bimmerpost.com/forums/sh...740022&page=11
Appreciate 0
      03-14-2021, 08:43 AM   #33
srbs73
Major
srbs73's Avatar
United Kingdom
542
Rep
1,137
Posts

Drives: BMW i4 M50
Join Date: Jun 2020
Location: UK

iTrader: (0)

Quote:
Originally Posted by phayze View Post
Hi,

Which one do you change to solve the problem?

CB_HUD_LIST_AUS: aktiv [01]
CB_HUD_LIST_AUTOMATISCH: aktiv [01]
CB_HUD_LIST_FAS_PERMANENT: aktiv [01]
I made all of these changes under DKOMBI4 / CAFD 4508

CB_HUD_FAS: nicht_aktiv [00]
CB_HUD_LIST_AUS: aktiv [01]
CB_HUD_LIST_AUTOMATISCH: aktiv [01]
CB_HUD_LIST_FAS_PERMANENT: aktiv [01]
CB_HUD_LIST_SPORT_AUS: nicht_aktiv [00]
CB_HUD_LIST_SPORT_FES: nicht_aktiv [00]

I assume the other 3 codes are disabling the old menu options as you make them as not_active.
Appreciate 0
      03-14-2021, 09:57 AM   #34
phayze
Second Lieutenant
29
Rep
207
Posts

Drives: BMW
Join Date: Nov 2019
Location: Singapore

iTrader: (0)

Hi,

Thanks.

Do you have Driving Assistant Professional (5AU)? If disable CB_HUD_FAS: nicht_aktiv [00] and when driving assistant is active, does it still show in HUD?


Quote:
Originally Posted by srbs73 View Post
I made all of these changes under DKOMBI4 / CAFD 4508

CB_HUD_FAS: nicht_aktiv [00]
CB_HUD_LIST_AUS: aktiv [01]
CB_HUD_LIST_AUTOMATISCH: aktiv [01]
CB_HUD_LIST_FAS_PERMANENT: aktiv [01]
CB_HUD_LIST_SPORT_AUS: nicht_aktiv [00]
CB_HUD_LIST_SPORT_FES: nicht_aktiv [00]

I assume the other 3 codes are disabling the old menu options as you make them as not_active.
Appreciate 0
      03-14-2021, 11:23 AM   #35
srbs73
Major
srbs73's Avatar
United Kingdom
542
Rep
1,137
Posts

Drives: BMW i4 M50
Join Date: Jun 2020
Location: UK

iTrader: (0)

Quote:
Originally Posted by phayze View Post
Hi,

Thanks.

Do you have Driving Assistant Professional (5AU)? If disable CB_HUD_FAS: nicht_aktiv [00] and when driving assistant is active, does it still show in HUD?
Yes I do and yes it does. Essentially it’s gone back to how it was before i upgraded to 07/2020. I gave it a thorough test in all the driving modes and nothing appears to be missing / broken as a result. The change was I now had the new Additional Displays menu as opposed to the Sport Displays. Setting it to Automatic is the equivalent to “In SPORT mode” in the old menu.
Appreciate 0
      03-15-2021, 06:00 AM   #36
helmet91
Lieutenant
helmet91's Avatar
Netherlands
277
Rep
548
Posts

Drives: BMW G20 330i X-Drive M-Sport
Join Date: May 2020
Location: NL

iTrader: (1)

Garage List
Have any BimmerCode users successfully done the following?

Quote:
CB_HUD_FAS: nicht_aktiv [00]
CB_HUD_LIST_AUS: aktiv [01]
CB_HUD_LIST_AUTOMATISCH: aktiv [01]
CB_HUD_LIST_FAS_PERMANENT: aktiv [01]
CB_HUD_LIST_SPORT_AUS: nicht_aktiv [00]
CB_HUD_LIST_SPORT_FES: nicht_aktiv [00]
I'm missing
CB_HUD_LIST_AUS
CB_HUD_LIST_AUTOMATISCH
CB_HUD_LIST_FAS_PERMANENT

My Istep is 07/2020.80 and I have the most recent iOS BimmerCode version.
Appreciate 0
      03-15-2021, 10:32 PM   #37
phayze
Second Lieutenant
29
Rep
207
Posts

Drives: BMW
Join Date: Nov 2019
Location: Singapore

iTrader: (0)

Hi,

I’m able to see on 11/2020 software with bimmercode.


Quote:
Originally Posted by helmet91 View Post
Have any BimmerCode users successfully done the following?



I'm missing
CB_HUD_LIST_AUS
CB_HUD_LIST_AUTOMATISCH
CB_HUD_LIST_FAS_PERMANENT

My Istep is 07/2020.80 and I have the most recent iOS BimmerCode version.
Appreciate 1
helmet91277.00
      03-16-2021, 01:41 AM   #38
helmet91
Lieutenant
helmet91's Avatar
Netherlands
277
Rep
548
Posts

Drives: BMW G20 330i X-Drive M-Sport
Join Date: May 2020
Location: NL

iTrader: (1)

Garage List
Wow, that's very interesting. I wonder why/how I'm missing them??
Appreciate 0
      03-16-2021, 01:43 AM   #39
ifr
Lieutenant Colonel
ifr's Avatar
United Kingdom
1197
Rep
1,587
Posts

Drives: Tesla MY LR AWD
Join Date: Oct 2019
Location: N/A

iTrader: (0)

Quote:
Originally Posted by helmet91 View Post
Wow, that's very interesting. I wonder why/how I'm missing them??
Because you're on 07/2020?
Appreciate 0
      03-16-2021, 04:30 AM   #40
helmet91
Lieutenant
helmet91's Avatar
Netherlands
277
Rep
548
Posts

Drives: BMW G20 330i X-Drive M-Sport
Join Date: May 2020
Location: NL

iTrader: (1)

Garage List
Quote:
Originally Posted by ifr View Post
Because you're on 07/2020?
I guess that's what I'm gonna go with.

Now to wait on the OTA for 11/2020... Seeing as how I just got 7/2020 in January that could be a while.
Appreciate 0
      03-16-2021, 08:54 AM   #41
ifr
Lieutenant Colonel
ifr's Avatar
United Kingdom
1197
Rep
1,587
Posts

Drives: Tesla MY LR AWD
Join Date: Oct 2019
Location: N/A

iTrader: (0)

Quote:
Originally Posted by helmet91 View Post
I guess that's what I'm gonna go with.

Now to wait on the OTA for 11/2020... Seeing as how I just got 7/2020 in January that could be a while.
at least the esysx mappings for 11/2020 are available in the latest version now.
Appreciate 0
      04-05-2021, 02:52 AM   #42
fkyang
Private
Taiwan
20
Rep
73
Posts

Drives: BMW G20 320i M sport
Join Date: May 2020
Location: Taipei City

iTrader: (0)

I confirm I can see all options in Expert mode after upgrading to 11/2020
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 07:08 AM.




g20
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