Strana 1 z 1

Coding E66 digital speed tacho-pre tych čo vedia NCS

Napísané: Piatok, 27. Júla 2012, 01:17
od TT-SIMIK
Chalani vie mi niekto pomocť z kodingom???Neviem editovat subor KMBI_E65.C06 a pridat tam treti riadok, ostatnemu chápem,ale neviem urobit toto:

To change the instrument cluster (KOMBI) to ALPINA-KI there is just one bit to set:
bit 0 @ 0000301A0C

This can be done via netto-data coding (coapiReadNettoDataFromSg and coapiCodeSgByNettoData in "Kernfunktionen" of NCS)

But before we can modify this bit, we have to modify KMBI_E65.C0x (x is the codierindex-number from 4 to 6) by the addition of the following piece of code:

Code:

CODIERDATENBLOCK : {0000301A} 00000000 0012 "Kal_Lieferantendaten"
UNBELEGT1 : {0000301A} 00000000 0012 {} (FF)
UNBELEGT2 : (00)

Why do we have to add this? NCS only reads and writes blocks that are defined within the CBD. And some "hidden" functions are within blocks that are not declared in the "official" CBDs. (-> TV-Free)

Disassemble KMBI_E65.C0x and add the above code within the correct block sequence, between 00003016 and 0000301F.

ReAssemble KMBI_E65.C0x BUT be sure NOT to overwrite your original KMBI_E65.C0x !!! Save the new version as KMBI_E65.C0x_READ_ONLY.
BE AWARE: This new file is for netto-coding ONLY !!! If you code your instrument cluster (KOMBI) with this new file the normal (FSW_PSW.MAN) way, you will loose some settings!

Now rename your original KMBI_E65.C0x to KMBI_E65.C0x_ORIGINAL and rename KMBI_E65.C0x_READ_ONLY to KMBI_E65.C0x (again: x is the codierindex-number!)



všetko je v pdf.....

Re: Coding E66 digital speed tacho-pre tych čo vedia NCS

Napísané: Piatok, 27. Júla 2012, 01:43
od airbone
TT-SIMIK napísal:
Disassemble KMBI_E65.C0x and add the above code within the correct block sequence, between 00003016 and 0000301F.


Hovori ti nieco tato veta? Ak hej, tak by to nemal byt problem spravit :wink:

Re: Coding E66 digital speed tacho-pre tych čo vedia NCS

Napísané: Piatok, 27. Júla 2012, 09:54
od TT-SIMIK
Hovorí,ale neviem ako to urobiť,neviem ako zeditovat ten subor......keby som to vedel,tak to nenapíšem..... :oops: :oops:

Re: Coding E66 digital speed tacho-pre tych čo vedia NCS

Napísané: Piatok, 27. Júla 2012, 10:52
od jararak
sorry ze sa vam pletiem do toho, ale tusim to vie robit ncs_dummy

Re: Coding E66 digital speed tacho-pre tych čo vedia NCS

Napísané: Piatok, 27. Júla 2012, 12:21
od Le Gend
Ano, pouzi NCSDummy. Disassemblujes subor, zeditujes, zasemblujes naspet a kodujes.