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
  [MEGA] ESYS + PSDZ Full & Lite + ICOM Firmware + MANUALS + TOOLS hashtagmaster 109 36,853 9 hours ago
Last Post: hashtagmaster
XZBMW BMW E71 EGS coding 8HP70 used BS68 4 238 04-05-2024, 18:08 PM
Last Post: Ryzen
  F25 5AS,8th and 5AC coding with 6wb kombi simplextibi 1 70 04-05-2024, 06:37 AM
Last Post: Stratofortress
XZBMW Bmw F34 trailer hitch coding ? Cryjack 2 84 27-04-2024, 20:27 PM
Last Post: dumitru.o
XZBMW F20 LCI2 black panel cluster coding sqorpius 10 2,118 27-04-2024, 06:51 AM
Last Post: hamzettin
  FDL coding BMW Apps Mugga 3 231 26-04-2024, 18:06 PM
Last Post: Mugga
XZBMW Coding a F80 M3 race car PeterY 10 593 25-04-2024, 23:32 PM
Last Post: Furgus
  NBT Evo CAFD missing after coding error Mugga 13 666 24-04-2024, 22:47 PM
Last Post: Mugga
XZBMW 6wb cluster swap and coding xMoses 4 271 22-04-2024, 19:07 PM
Last Post: NikolaIMRS
XZBMW M performance brake DSC2 SBRE coding Ckh091020 3 254 22-04-2024, 12:58 PM
Last Post: Ckh091020

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content