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

Coding smart closing tailgate on F10 SOLVED!
27-09-2017, 20:08 PM, (This post was last modified: 02-10-2017, 11:48 AM by mr_nitroz.)
Post: #1
Coding smart closing tailgate on F10 SOLVED!
Hello to all,

EDIT: instructions how to enable smart closing here:
http://cartechnology.co.uk/showthread.ph...#pid281220

I found on internet this video:
https://www.youtube.com/watch?v=mhZldFSuf1A

And there is F10 LCI with automatic tailgate and smart opening + closing function.
As I have comfort access and automatic tailgate with smart opening and I would like to code smart closing function too.

I tried already in HKFM module coding to search SMO option. Only things I found there:
SMO_ONLY_CLOSE with value 01 - should be aktiv. This is a comment shown in FDL editor: Nur Schließen oder Öffnen/Schließen möglich per Smart-Closer Funktion Ein/Aus
0: Öffnen und Schließen per SMO möglich
1: nur Schließen per SMO möglich
Wenn Heckklappe geschlossen ist, Öffnen durch SMO ist unabhängig von Codierwert immer möglich.
So I changed it to 00 and code HKFM, unfortunatelly no success.

FUNC_SMO with value 01 - wert_F16, description: Comment = Funktion Heckklappeschließung per Smart Opener ein / aus
0: Funktion Smart Opener nicht aktiv
1: Funktion Smart Opener aktiv
Wenn Heckklappe geschlossen ist, Öffnen durch SMO ist unabhängig von Codierwert immer möglich.
This value I left as it is.

FUNC_BUZZER_SMO with value 01 - wert_F16, decription: Buzzer Funktion für Smart Opener ein / aus
0: Buzzer-Funktion Smart Opener nicht aktiv
1: Buzzer-Funktion Smart Opener aktiv
This value I left as it is as it should be just a buzzer when smart opener is in function.

Smart opener is connected with FRM module too but in FRM coding is just SMART_OPENER_VERBAUT - aktiv or nicht_aktiv

Does anybody know what values should be changed to get smart closing enabled on F10?
Quote this message in a reply
27-09-2017, 20:45 PM,
Post: #2
RE: Coding smart closing tailgate on F10
What do you mean by smart close ?
i also have a f10 and it closes the trunk from interior,and open trunk with foot.


(27-09-2017, 20:08 PM)mr_nitroz Wrote:  Hello to all,

I found on internet this video:
https://www.youtube.com/watch?v=mhZldFSuf1A

And there is F10 LCI with automatic tailgate and smart opening + closing function.
As I have comfort access and automatic tailgate with smart opening and I would like to code smart closing function too.

I tried already in HKFM module coding to search SMO option. Only things I found there:
SMO_ONLY_CLOSE with value 01 - should be aktiv. This is a comment shown in FDL editor: Nur Schließen oder Öffnen/Schließen möglich per Smart-Closer Funktion Ein/Aus
0: Öffnen und Schließen per SMO möglich
1: nur Schließen per SMO möglich
Wenn Heckklappe geschlossen ist, Öffnen durch SMO ist unabhängig von Codierwert immer möglich.
So I changed it to 00 and code HKFM, unfortunatelly no success.

FUNC_SMO with value 01 - wert_F16, description: Comment = Funktion Heckklappeschließung per Smart Opener ein / aus
0: Funktion Smart Opener nicht aktiv
1: Funktion Smart Opener aktiv
Wenn Heckklappe geschlossen ist, Öffnen durch SMO ist unabhängig von Codierwert immer möglich.
This value I left as it is.

FUNC_BUZZER_SMO with value 01 - wert_F16, decription: Buzzer Funktion für Smart Opener ein / aus
0: Buzzer-Funktion Smart Opener nicht aktiv
1: Buzzer-Funktion Smart Opener aktiv
This value I left as it is as it should be just a buzzer when smart opener is in function.

Smart opener is connected with FRM module too but in FRM coding is just SMART_OPENER_VERBAUT - aktiv or nicht_aktiv

Does anybody know what values should be changed to get smart closing enabled on F10?
Quote this message in a reply
27-09-2017, 20:56 PM, (This post was last modified: 27-09-2017, 21:04 PM by Almaretto.)
Post: #3
XZBMW  RE: Coding smart closing tailgate on F10
(27-09-2017, 20:45 PM)pdc Wrote:  What do you mean by smart close ?
i also have a f10 and it closes the trunk from interior,and open trunk with foot.

Mine opens and closes with foot. All I had to code was close via keyfob/footwell.

EDIT: It is a comfort access feature.


Quote this message in a reply
27-09-2017, 21:47 PM,
Post: #4
RE: Coding smart closing tailgate on F10
Pdc: Operating tailgate open and close with your leg. Check out the video.

Almaretto: Can you please post NCD file from your HKFM module? Do you have F10 LCI or PRE-LCI?

Mine tailgate just open with leg, for closing I need to press button on footwell, remote, tailgate. Swinging with leg for closing isn't working.
Quote this message in a reply
27-09-2017, 22:06 PM, (This post was last modified: 27-09-2017, 22:10 PM by Almaretto.)
Post: #5
XZBMW  RE: Coding smart closing tailgate on F10
(27-09-2017, 21:47 PM)mr_nitroz Wrote:  Almaretto: Can you please post NCD file from your HKFM module? Do you have F10 LCI or PRE-LCI?

Mine tailgate just open with leg, for closing I need to press button on footwell, remote, tailgate. Swinging with leg for closing isn't working.

I had pre and now have LCI F10. I did not do any special coding for feature.

EDIT: CAFD_000007C8_007_000_015.ncd (NA '16 F010 with 316 and 322). There is no swing action needed; just put foot under bumper under license plate area and pull out.


Quote this message in a reply
28-09-2017, 07:15 AM,
Post: #6
RE: Coding smart closing tailgate on F10
Yes, I know you didn't do any special coding. As on video in first post it is working on serial US car. I think US versions have diferent coding from EU versions. I will change my car type to US and code HKFM module and compare coding files then.
As I wrote openning on EU versions is working but closing NOT.
Or is there anybody with EU car who can CLOSE the automatic tailgate with his leg?
Quote this message in a reply
28-09-2017, 07:31 AM, (This post was last modified: 28-09-2017, 07:33 AM by Node.)
Post: #7
RE: Coding smart closing tailgate on F10
(28-09-2017, 07:15 AM)mr_nitroz Wrote:  Yes, I know you didn't do any special coding. As on video in first post it is working on serial US car. I think US versions have diferent coding from EU versions. I will change my car type to US and code HKFM module and compare coding files then.
As I wrote openning on EU versions is working but closing NOT.
Or is there anybody with EU car who can CLOSE the automatic tailgate with his leg?

I have german version of F10 LCI and it does close tailgate with leg movement without any additional coding. Sometimes it even closes it when I just walk around a car biggrin
Quote this message in a reply
28-09-2017, 07:52 AM,
Post: #8
RE: Coding smart closing tailgate on F10
Ok, mine just opens. I have pre-lci 2012. So I will try to change shipment i-level and date in vo.
Quote this message in a reply
28-09-2017, 08:05 AM,
Post: #9
RE: Coding smart closing tailgate on F10
Sorry for hijacking, but is this option also possible on a E70LCI 2011 with CA and Automatic Tailgate?
Quote this message in a reply
28-09-2017, 13:29 PM,
Post: #10
RE: Coding smart closing tailgate on F10
Did you code CAM_SMART_CLOSE in CAS?
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW BMW F34 LHD to RHD heated seats retrofit coding Schnitzer 2 21 4 hours ago
Last Post: Schnitzer
  BMW F10 RHD to LHD coding? morto 10 1,227 Yesterday, 06:57 AM
Last Post: muskatas
XZBMW G15 remember last driving mode & ECO PRO MSA memory coding duss46 7 345 26-03-2024, 18:56 PM
Last Post: duss46
XZBMW coding g12 remote key /m display redog4dy 5 199 26-03-2024, 07:23 AM
Last Post: Siki78
  Some news, secure coding coming to new bikes :/ Node 8 1,018 25-03-2024, 15:13 PM
Last Post: RuleNormaliai
  Need help coding out SOS BMW E60 tigre 8 200 24-03-2024, 21:25 PM
Last Post: jararak
  Engine swap E60 535d --> E61 530d coding advice requested Stratofortress 9 308 23-03-2024, 14:59 PM
Last Post: Simoniak
  BMW E87 swap M5 V10 coding cluster Pedrom92 0 99 20-03-2024, 22:50 PM
Last Post: Pedrom92
XZBMW G20- Higher capacity battery coding hallamnet 2 307 19-03-2024, 07:06 AM
Last Post: MasterGt
  Looking for a car which has secure coding to program Fx82 0 195 18-03-2024, 22:57 PM
Last Post: Fx82

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content