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

F12 - initializing used TMS module in Adaptive LED
07-05-2024, 15:14 PM, (This post was last modified: 07-05-2024, 15:27 PM by Semi14.)
Post: #1
XZBMW  F12 - initializing used TMS module in Adaptive LED
Hi

Maybe someone can tell you how to add the ID via Tool32 to TMS or how to make VIRGIN using the programmer

because this is probably the last option

The car is a 2013 F12 with Adaptive LED lights - $552. It arrived from the USA without TMS - it was stolen. TMS modules go via LIN so they are not separate modules

Coding CHECK_TMS_ID_OFF to active also does not help - Only no error since initialization - turn signs and daytime running lights still do not work

Two used TMS with numbers 7316221 were purchased

In both TMS ID in tool32 is - FFFF

The initiation cannot be carried out, therefore the turning signs and daytime running lights do not work

I flashed FRM using esys - unfortunately it didn't work

Thank you in advance for any advice and help

Regards


Attached Files Thumbnail(s)
   

hi If I helped you, under press "Thanks" + Rep  under  drive
Quote this message in a reply
07-05-2024, 16:16 PM, (This post was last modified: 07-05-2024, 17:05 PM by user_530d.)
Post: #2
RE: F12 - initializing used TMS module in Adaptive LED
SA552 in F10 series car normally has TMS on CAN3 and need to flash and code with ESYS.

EDIT: Sorry, F12 build date up to 2/2015 has LIN connection.

under If my post helped you hit the thanks and reputation button. Thank you. yes

Quote this message in a reply
07-05-2024, 17:08 PM,
Post: #3
XZBMW  RE: F12 - initializing used TMS module in Adaptive LED
(07-05-2024, 16:16 PM)user_530d Wrote:  SA552 in F10 series car normally has TMS on CAN3 and need to flash and code with ESYS.

EDIT: Sorry, F12 build date up to 2/2015 has LIN connection.

In F12 until 02/2015 it is on LIN, not CAN3


Attached Files Thumbnail(s)
   

hi If I helped you, under press "Thanks" + Rep  under  drive
Quote this message in a reply
07-05-2024, 17:17 PM,
Post: #4
RE: F12 - initializing used TMS module in Adaptive LED
I noticed it myself

under If my post helped you hit the thanks and reputation button. Thank you. yes

Quote this message in a reply
07-05-2024, 21:05 PM,
Post: #5
XZBMW  RE: F12 - initializing used TMS module in Adaptive LED
Look to codierdaten_tms_lesen_komplett_lear job. If you have one working TMS, you need to read it coding blocks and write to another, change ID in both for example to 0213 with job TMS_ID_LINKS_SCHREIBEN_LEAR (or RECHTS) and init with istda_d.

Hit Thanks and Reputation button if this post helped you.
Quote this message in a reply
[+] 1 user says Thank You to maxtorrld for this post
08-05-2024, 05:45 AM,
Post: #6
XZBMW  RE: F12 - initializing used TMS module in Adaptive LED
(07-05-2024, 21:05 PM)maxtorrld Wrote:  Look to codierdaten_tms_lesen_komplett_lear job. If you have one working TMS, you need to read it coding blocks and write to another, change ID in both for example to 0213 with job TMS_ID_LINKS_SCHREIBEN_LEAR (or RECHTS) and init with istda_d.

Unfortunately, two TMSs have FFFF. 
Could you provide the Arguments that needs to be entered to TMS_ID_LINKS_SCHREIBEN_LEAR (or RECHTS) . 

Entering e.g. ID;0213 causes an error

hi If I helped you, under press "Thanks" + Rep  under  drive
Quote this message in a reply
08-05-2024, 13:25 PM, (This post was last modified: 08-05-2024, 13:26 PM by maxtorrld.)
Post: #7
RE: F12 - initializing used TMS module in Adaptive LED
(08-05-2024, 05:45 AM)Semi14 Wrote:  
(07-05-2024, 21:05 PM)maxtorrld Wrote:  Look to codierdaten_tms_lesen_komplett_lear job. If you have one working TMS, you need to read it coding blocks and write to another, change ID in both for example to 0213 with job TMS_ID_LINKS_SCHREIBEN_LEAR (or RECHTS) and init with istda_d.

Unfortunately, two TMSs have FFFF. 
Could you provide the Arguments that needs to be entered to TMS_ID_LINKS_SCHREIBEN_LEAR (or RECHTS) . 

Entering e.g. ID;0213 causes an error

Don`t remember it all, but arg is "0213;" or  "0x0213;"

Hit Thanks and Reputation button if this post helped you.
Quote this message in a reply
08-05-2024, 16:18 PM,
Post: #8
RE: F12 - initializing used TMS module in Adaptive LED
(08-05-2024, 13:25 PM)maxtorrld Wrote:  
(08-05-2024, 05:45 AM)Semi14 Wrote:  
(07-05-2024, 21:05 PM)maxtorrld Wrote:  Look to codierdaten_tms_lesen_komplett_lear job. If you have one working TMS, you need to read it coding blocks and write to another, change ID in both for example to 0213 with job TMS_ID_LINKS_SCHREIBEN_LEAR (or RECHTS) and init with istda_d.

Unfortunately, two TMSs have FFFF. 
Could you provide the Arguments that needs to be entered to TMS_ID_LINKS_SCHREIBEN_LEAR (or RECHTS) . 

Entering e.g. ID;0213 causes an error

Don`t remember it all, but arg is "0213;" or  "0x0213;"

Unfortunately :

0213

JOB_STATUS                      = ERROR_ECU_CONDITIONS_NOT_CORRECT

0X0213

JOB_STATUS                      = ERROR_ARGUMENT_LENGTH


None of the arguments fit. Unless the value 0213 does not match Adaptive LED

And that's why it doesn't pass. I've already tried different values, it's the same

hi If I helped you, under press "Thanks" + Rep  under  drive
Quote this message in a reply
08-05-2024, 18:46 PM, (This post was last modified: 08-05-2024, 18:47 PM by Node.)
Post: #9
RE: F12 - initializing used TMS module in Adaptive LED
Frankly, your story is very strange. IF those TMS are original AND used then why they have FFFF ids? You sure you not bought chinesiums in original casing? Or casing with completely different internals? There was at least one case on this forum where TMS looked original, but electronics were completely different.

Post pictures of your TMSs. BOTH sides.
Quote this message in a reply
08-05-2024, 19:03 PM, (This post was last modified: 08-05-2024, 19:36 PM by Semi14.)
Post: #10
XZBMW  RE: F12 - initializing used TMS module in Adaptive LED
(08-05-2024, 18:46 PM)Node Wrote:  Frankly, your story is very strange. IF those TMS are original AND used then why they have FFFF ids? You sure you not bought chinesiums in original casing? Or casing with completely different internals? There was at least one case on this forum where TMS looked original, but electronics were completely different.

Post pictures of your TMSs. BOTH sides.


I will take TMS photos tomorrow

---------------------------------------------------------------------------------

I'm sending photos from the auction where I bought TMS - they arrived identical


Attached Files Thumbnail(s)
       

hi If I helped you, under press "Thanks" + Rep  under  drive
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  G82 Cannot Code Seat Module MatthewLC 8 147 7 minutes ago
Last Post: itonus
  BMW F40 (1 series) no FZD module Ibrahim24 5 199 01-05-2024, 19:27 PM
Last Post: Siki78
  G20 basic LED to adaptive LED Spirit5676 5 269 30-03-2024, 17:22 PM
Last Post: Spirit5676
  E60 pre LCI, wiring in adaptive xenon to xenon loom GoNz0- 5 217 24-03-2024, 23:27 PM
Last Post: NeRkO20
XZBMW ISTA D - identification possible, unable to get status of each module thedafeet 6 314 04-03-2024, 15:25 PM
Last Post: thedafeet
  F36 led adaptive light moving in opposite direction kklobo 0 101 01-03-2024, 18:53 PM
Last Post: kklobo
XZBMW Resetting a short circuit fault in a FRM module TIGHTFIN 10 1,339 24-02-2024, 22:29 PM
Last Post: vierchatura
XSMini DSC Module Coding - Error 5DE3 TLG 3 221 24-02-2024, 07:47 AM
Last Post: Stratofortress
XZBMW F80 LCI Retrofit adaptive led ICON issue vld 9 684 22-02-2024, 14:10 PM
Last Post: vld
XZBMW Used EHC module F01 installation ahmadarifai 2 213 19-02-2024, 12:33 PM
Last Post: ahmadarifai

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content