|
en.openobd.org - faq |
|
{FAQ} There are several questions that come up when working with diagnostic tools, we will try to explain some of them here. {Long Coding}
New models, especially those with CAN-bus
based diagnostics, use the so called long coding. In this example we will determine how to activate the daytime running lights (DRL) in Golf 5 based Models. The current coding from our example central electronics control module (address 09) is 008F8F020004200000120C. We split the complete coding in its single Bytes and convert them (e.g. with the Windows-Calculator - View/Scientific) back to binary values.
The particular byte is now split into bits the meaning of these bits is shown in the tables of OpenOBD.org.
According to the tables Byte 00 Bit 3 is used for Daytime Running Lights, the Scandinavia version, our example coding shows that this bit is 0, which means that this option is inactive. To activate the Daytime Running Lights one needs to set Byte 00 Bit 3, so the new value is 1 and the new binary value for Byte 00 becomes 00001000, converted to hexadecimal this is 08. Finally we put all together, the rest of the coding is unchanged, only Byte 00 was changed, so we get 088F8F020004200000120C and this is what one needs to be entered in the diagnostic tool.
Last update 15.06.2005 |
|
© 2003-2005 · OpenOBD.org · |