eobdtool

eobdtool
EOBDTool
显示标签为“BMW ICOM A2 Software”的博文。显示所有博文
显示标签为“BMW ICOM A2 Software”的博文。显示所有博文

2015年10月12日星期一

NCS Expert tutorial French made the E89 series for beginners

Question:
Frankly for NCS Expert I totally floundering .... that's why I wanted a tutorial in French ..

I have an E53 X5 so rain sensor, headlights washer installed, xenons lights; Bluetooth module installed by me but that does not work ....

How to Handle
So for starters, I recommend you read the ECU ncs with different expert and save them in case of bad coding.
(Namely, it is the manipulation for E89 series but it should not really change.)

1: Lance NCS Expert
2: File: load profile: expertenmodu or revtor
3: F1 and F3: Choose your series and CAS
4: F6
5: F4 then select ECU
6: F4 to ECU reading and close the hex file that appears

Then go ncsexpert \ work folder and copy the file and rename the FSW_PSW.TRC the name of the selected ECU. Ex: CAS Original.TRC

Repeat the same manipulation for the other boxes.

Once all this is: coding

For the bluetooth: I do not know what type of install you did exactly but begins by ECU this list for your series and then we'll see.

To sunroof when it rains:

1: Lance NCS Expert
2: File: load profile: expertenmodu or revtor
3: F1 and F3: Choose your series and CAS
4: F6
5: F4 then select ECU FZD
6: F4 to ECU reading and close the hex file that appears

Then go ncsexpert \ work folder and right click, open it with notepad FSW_PSW.TRC

Find:
REGENSCHLIESSEN
nicht_aktiv

Change in:
REGENSCHLIESSEN
aktiv

Automatic closing roof opening with rain sensor (rain sensor service)
To test the operation, put the ice essuis automatic and throw water on the rain sensor.
And also reset the roof by pressing for at least 2 minutes on the button to crack it performs all its cycles (not release the button until it is returned to its closed position).

And eventually:

Find:
REGENSCHLIESSENTIL
nicht_aktiv

Change in:
REGENSCHLIESSENTIL
aktiv

Automatic roof closing the opening in Trigger wiper essuis

Do next file, save as

File name: FSW_PSW.MAN
File type: all files (important)

Back in NCSExpert:

F5 and choose coapiReadSgGetFswPsw "ok then a window that opens.
F2 and choose SG_CODIEREN
F3 to start writing code

Once finished it will be marked coding coding ended

For lava headlights:

1: Lance NCS Expert
2: File: load profile: expertenmodus or revtor
3: F1 and F3: Choose your series and CAS
4: F2 - Enter FA, your serial and VIN OK
5: Added $ 502, Ok
6: F6: Back
7: F4: Process and CAS ECU
8: F2 - Change Job
9: FA_WRITE
10: F3 - Execute Job
11: F1 - Change ECU then FRM
12: F3 - Execute Job

Restart NCS Expert
Load Profile
expertenmodus or revtor
F1 - WINE / ZCS / FA
F3 - ZCS / FA f.ECU
Your series
CAS
F6 - Back
F3 - For Process
We choose the ECU that is used by the option that is added to (eg FRM for xenon lights aftermarket) See therefore what ECU is the flagship lava, I would say FZD can be too.
F2 - Change Job
SG_CODIEREN
F3 - Execute Job


Finally, more than to test it.


LCM Coding with NCS for ICOM A2 (SOLVED)

Here I post my light control module codes first, by NCS Expert tool and BMW ICOM A2.
A few items I would like to code is: fogs on with high beams, low beams for DRL, and euro flashers. I would also like the blinker to flash three times with one push, but read this is not possible.
BMW ICOM HDD V2015.7 BMW Rheingold ISTA-D 3.50.10 ISTA-P 3.56.1.002 Multi-language
This is a list of changes I have made on an E53 on the LCM module:
1- Fogs on with high beams.
FL_UND_NSW_NICHT_GLEICHZ - nicht_aktiv
2- No DRL's
TAGFAHRLICHT_ECE - nicht_aktiv
I wan't my low beams as DLR's and this, AL_ALS_DRL - aktiv, is supposed to do that, but when I activate this (nicht_aktiv is factory), all my lights come on as DRL's. It's like I have my head light switch on. Still working on this ATM. This might work out OK on a bi-xenon equipped e53.
3- No gong when key is in ignition
ZUENDSCHLUESSEL_WARNUNG - nicht_activ
4- For those with bi-xenon..... High beams on with bi-xenon
PWM_FL_BIX - wert_01
5- Euro Flashers. This only works for the hazards, I have not figured out how to make this work on the turn signals. This one is cool!
WARNBLINKER - change einfachimpuls to doppelimpuls
Attached files:
Solution:
Install NCSDummy (which has translations for most of this stuff) also when install INPA pack.
Look in C:/NCSEXPER/Translations.csv file for some help.
ps: NCS Dummy for reference
Result:
I have successfully coded my LCM this morning!! With software NCS and diagnostic tool BMW ICOM A2!! Using NCS expert, I simply change the active value to not active or vise versa. The challenging part is finding what to change. Little things like turning the dong off for the head lights being on (I put this back). I also managed to get the DRL's off, but I am still trying to figure out how to get the low beams on as DRL's. I think I've got this figured out for the most part.
Especially post it for help.