CarTechnoloGY
Coding smart closing tailgate on F10 SOLVED! - Printable Version

+- CarTechnoloGY (https://cartechnology.co.uk)
+-- Forum: Discussions All about Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=310)
+--- Forum: Automotive Help & Discussions / Software and Hardware (https://cartechnology.co.uk/forumdisplay.php?fid=40)
+---- Forum: BMW - Mini - Rolls Royce (https://cartechnology.co.uk/forumdisplay.php?fid=61)
+---- Thread: Coding smart closing tailgate on F10 SOLVED! (/showthread.php?tid=28217)

Pages: 1 2 3


Coding smart closing tailgate on F10 SOLVED! - mr_nitroz - 27-09-2017

Hello to all,

EDIT: instructions how to enable smart closing here:
http://cartechnology.co.uk/showthread.php?tid=28217&pid=281220#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?


RE: Coding smart closing tailgate on F10 - pdc - 27-09-2017

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?



RE: Coding smart closing tailgate on F10 - Almaretto - 27-09-2017

(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.


RE: Coding smart closing tailgate on F10 - mr_nitroz - 27-09-2017

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.


RE: Coding smart closing tailgate on F10 - Almaretto - 27-09-2017

(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.


RE: Coding smart closing tailgate on F10 - mr_nitroz - 28-09-2017

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?


RE: Coding smart closing tailgate on F10 - Node - 28-09-2017

(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


RE: Coding smart closing tailgate on F10 - mr_nitroz - 28-09-2017

Ok, mine just opens. I have pre-lci 2012. So I will try to change shipment i-level and date in vo.


RE: Coding smart closing tailgate on F10 - SweetBMW - 28-09-2017

Sorry for hijacking, but is this option also possible on a E70LCI 2011 with CA and Automatic Tailgate?


RE: Coding smart closing tailgate on F10 - sbc55 - 28-09-2017

Did you code CAM_SMART_CLOSE in CAS?