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

G12/G30 - Disabling Horn on Lock on new Firmware [Coding SOLVED]
21-08-2017, 23:34 PM, (This post was last modified: 01-09-2017, 01:55 AM by Almaretto.)
Post: #1
XZBMW  G12/G30 - Disabling Horn on Lock on new Firmware [Coding SOLVED]
Has anyone had any luck disabling horn, with engine on, when locking on newer firmware?

In earlier firmware (<v3.61, eg CAFD_000017BC_100_100_018.ncd), VAM_HORN_AT_SECURE was set to aktiv from factory and could be disabled switching to nicht_aktiv.

In newer firmware (CAFD_000017BC_103_036_153.ncd), it is set to nicht_aktiv and cannot seem to disable.

EDIT: VaMaster_1_1_2 set to nicht_aktiv works.


Attached Files Thumbnail(s)
       


Quote this message in a reply
22-08-2017, 04:18 AM,
Post: #2
RE: G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
(21-08-2017, 23:34 PM)Almaretto Wrote:  Has anyone had any luck disabling horn, with engine on, when locking on newer firmware?

In earlier firmware (<v3.61, eg CAFD_000017BC_100_100_018.ncd), VAM_HORN_AT_SECURE was set to aktiv from factory and could be disabled switching to nicht_aktiv.

In newer firmware (CAFD_000017BC_103_036_153.ncd), it is set to nicht_aktiv and cannot seem to disable.

I have tried on tons of G12/G30, no luck with successdontknow
Quote this message in a reply
[+] 2 users say Thank You to latteken2015 for this post
22-08-2017, 06:39 AM,
Post: #3
RE: G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
Since vehicle production 11/2016 or after programming with ISTA/P 3.60 / ISTA 4.02.10 (I level F0xx 16-11-501)
or a more recent version, the fanfare sounds an acoustic signal twice when the vehicle is locked with the engine running.
The operating concept was changed to warn the customer when locking the vehicle
that the engine is running.

As of ISTA/P 3.63.0 and/or ISTA 4.08.1x, the conversion "Conversion deactivation for horn when locking while engine is running" is available .
Reputation: +1 - MicRofT [+1]
Quote this message in a reply
[+] 9 users say Thank You to ANDRIKSSON for this post
22-08-2017, 14:51 PM, (This post was last modified: 22-08-2017, 14:52 PM by jackylooo.)
Post: #4
G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
(22-08-2017, 06:39 AM)ANDRIKSSON Wrote:  Since vehicle production 11/2016 or after programming with ISTA/P 3.60 / ISTA 4.02.10 (I level F0xx 16-11-501)
or a more recent version, the fanfare sounds an acoustic signal twice when the vehicle is locked with the engine running.
The operating concept was changed to warn the customer when locking the vehicle
that the engine is running.

As of ISTA/P 3.63.0 and/or ISTA 4.08.1x, the conversion "Conversion deactivation for horn when locking while engine is running" is available .


So looks like the parameter had been changed, the only way to figure out where the new parameter is, we need find a g30 and run the mentioned conversion and compare the cafd..
Quote this message in a reply
22-08-2017, 15:00 PM,
Post: #5
RE: G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
(22-08-2017, 06:39 AM)ANDRIKSSON Wrote:  Since vehicle production 11/2016 or after programming with ISTA/P 3.60 / ISTA 4.02.10 (I level F0xx 16-11-501)
or a more recent version, the fanfare sounds an acoustic signal twice when the vehicle is locked with the engine running.
The operating concept was changed to warn the customer when locking the vehicle
that the engine is running.

As of ISTA/P 3.63.0 and/or ISTA 4.08.1x, the conversion "Conversion deactivation for horn when locking while engine is running" is available .

Guess I will have to wait. I only have ISTA+ 4.07.11.20826.


Quote this message in a reply
22-08-2017, 19:57 PM, (This post was last modified: 22-08-2017, 19:59 PM by demon68.)
Post: #6
RE: G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
[quote='Almaretto' pid='268555' dateline='1503358496']
Has anyone had any luck disabling horn, with engine on, when locking on newer firmware?

In earlier firmware (<v3.61, eg CAFD_000017BC_100_100_018.ncd), VAM_HORN_AT_SECURE was set to aktiv from factory and could be disabled switching to nicht_aktiv.

In newer firmware (CAFD_000017BC_103_036_153.ncd), it is set to nicht_aktiv and cannot seem to disable.

Hey. Fix the line below (UNBELEGT)


Attached Files Thumbnail(s)
       
Quote this message in a reply
22-08-2017, 20:18 PM,
Post: #7
XZBMW  RE: G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
(22-08-2017, 19:57 PM)demon68 Wrote:  
(21-08-2017, 23:34 PM)Almaretto Wrote:  Has anyone had any luck disabling horn, with engine on, when locking on newer firmware?

In earlier firmware (<v3.61, eg CAFD_000017BC_100_100_018.ncd), VAM_HORN_AT_SECURE was set to aktiv from factory and could be disabled switching to nicht_aktiv.

In newer firmware (CAFD_000017BC_103_036_153.ncd), it is set to nicht_aktiv and cannot seem to disable.

Hey. Fix the line below (UNBELEGT)

I would, but I do not have updated mapping. And, the one you marked is not the problem. The issue is with newer CAF.


Quote this message in a reply
22-08-2017, 21:36 PM,
Post: #8
RE: G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
(22-08-2017, 20:18 PM)Almaretto Wrote:  
(22-08-2017, 19:57 PM)demon68 Wrote:  
(21-08-2017, 23:34 PM)Almaretto Wrote:  Has anyone had any luck disabling horn, with engine on, when locking on newer firmware?

In earlier firmware (<v3.61, eg CAFD_000017BC_100_100_018.ncd), VAM_HORN_AT_SECURE was set to aktiv from factory and could be disabled switching to nicht_aktiv.

In newer firmware (CAFD_000017BC_103_036_153.ncd), it is set to nicht_aktiv and cannot seem to disable.

Hey. Fix the line below (UNBELEGT)

I would, but I do not have updated mapping. And, the one you marked is not the problem. The issue is with newer CAF.

Change the line viamaster_1_1_2


Attached Files Thumbnail(s)
       
Quote this message in a reply
[+] 2 users say Thank You to demon68 for this post
22-08-2017, 22:07 PM,
Post: #9
RE: G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
(22-08-2017, 21:36 PM)demon68 Wrote:  
(22-08-2017, 20:18 PM)Almaretto Wrote:  
(22-08-2017, 19:57 PM)demon68 Wrote:  
(21-08-2017, 23:34 PM)Almaretto Wrote:  Has anyone had any luck disabling horn, with engine on, when locking on newer firmware?

In earlier firmware (<v3.61, eg CAFD_000017BC_100_100_018.ncd), VAM_HORN_AT_SECURE was set to aktiv from factory and could be disabled switching to nicht_aktiv.

In newer firmware (CAFD_000017BC_103_036_153.ncd), it is set to nicht_aktiv and cannot seem to disable.

Hey. Fix the line below (UNBELEGT)

I would, but I do not have updated mapping. And, the one you marked is not the problem. The issue is with newer CAF.

Change the line viamaster_1_1_2

And that disables horn? How do you know?


Quote this message in a reply
22-08-2017, 22:40 PM, (This post was last modified: 22-08-2017, 22:42 PM by demon68.)
Post: #10
RE: G12/G30 - Disabling Horn on Lock on new Firmware [Coding Request]
(22-08-2017, 22:07 PM)Almaretto Wrote:  
(22-08-2017, 21:36 PM)demon68 Wrote:  
(22-08-2017, 20:18 PM)Almaretto Wrote:  
(22-08-2017, 19:57 PM)demon68 Wrote:  
(21-08-2017, 23:34 PM)Almaretto Wrote:  Has anyone had any luck disabling horn, with engine on, when locking on newer firmware?

In earlier firmware (<v3.61, eg CAFD_000017BC_100_100_018.ncd), VAM_HORN_AT_SECURE was set to aktiv from factory and could be disabled switching to nicht_aktiv.

In newer firmware (CAFD_000017BC_103_036_153.ncd), it is set to nicht_aktiv and cannot seem to disable.

Hey. Fix the line below (UNBELEGT)

I would, but I do not have updated mapping. And, the one you marked is not the problem. The issue is with newer CAF.

Change the line viamaster_1_1_2

And that disables horn? How do you know?

See here added a line
WAM_COACH_DOOR_MODUL nicht active


Attached Files Thumbnail(s)
   
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Coding a F80 M3 race car PeterY 10 410 5 hours ago
Last Post: Furgus
  NBT Evo CAFD missing after coding error Mugga 13 585 24-04-2024, 22:47 PM
Last Post: Mugga
XZBMW 6wb cluster swap and coding xMoses 4 216 22-04-2024, 19:07 PM
Last Post: NikolaIMRS
XZBMW M performance brake DSC2 SBRE coding Ckh091020 3 216 22-04-2024, 12:58 PM
Last Post: Ckh091020
  pulling both paddles put transmission into neutral coding tintoverano 1 115 22-04-2024, 12:42 PM
Last Post: raresh.tazz
XZBMW F20 LCI2 black panel cluster coding sqorpius 9 2,009 21-04-2024, 12:38 PM
Last Post: Adekborys69
XZBMW G01 2019 X3 - ATM Replacement/Coding Help Needed jchisholm17 10 447 18-04-2024, 21:44 PM
Last Post: jchisholm17
  [MEGA] Any ESYS Editions + PSDZ Full & Lite + ICOM Firmware + MANUALS + TOOLS hashtagmaster 105 36,049 17-04-2024, 18:36 PM
Last Post: hashtagmaster
  TMS FRM3 F10 Coding issue mj_mj_mj 17 1,929 16-04-2024, 09:30 AM
Last Post: user_530d
  BMW F10 RHD to LHD coding? morto 12 1,488 13-04-2024, 17:32 PM
Last Post: pablito94

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content