关键词不能为空

当前您在: 主页 > 英语 >

5053长编码介绍

作者:高考题库网
来源:https://www.bjmy2z.cn/gaokao
2021-02-17 14:23
tags:

-

2021年2月17日发(作者:devotion)


可以看出咱们


TA


自己可改的东西真是多多,一 个方法是去


4S



5051/5052


来改,直接进


J519


功能菜单,


每项都是中文可选,另外就是用


can- bus


线加上


vag- com504.1


或其他版本的软件来直接编辑长编码。



长编码这个东西,粗一看上去颇是有点云里雾里的,其实说清楚了也很简单,下面我就来手把 手教你怎么


编辑长编码。



首先我们来 认识一下长编码,以


09


中央电器功能的长编码为例,我的原厂 设置是:



018D8F120C087F075C


09


功能长编码是


21



byte


组成的,每个


byte



16


进制的


2< /p>


个字符,顺序是从左到右,从


00


开始到


20


以上面一个为例,


byte00


的值就是


01,byte01


的值就是


8D,byte02


的值就是


8F,< /p>


以此类推到


byte20


就是最后


一位


5C




接下来,就是继续分解


byte


< p>
bit


位,我们知道,任何功能都是有开、关两种状态,在


2


进制中就是


1


< p>
0


来代表,然后,每个


16


进制的


byte


转换成


2

< p>
进制就是


8



bit


,上面的例子中,


byte00



16


进制值


01



转换成


2


进制就是


00000001



byte01


的< /p>


16


进制值


8D


转换成


2


进制就是


10001101< /p>



byte02



8F


转换了就



10001111< /p>




有个简单的转换方法,


就是利用


windows


系统自带的计算器,


在查看选项中选择科学性计算器,


然后选


16


进制,例如输入刚才


byte01


的< /p>


8D


,然后再点一下


2

< br>进制,就会自动转换成


2


进制的数字。不过要记住一


点,计算器转换出来的


2


进制,如果前面几 位是


0


会不显示,需要我们手动补足


0


,例如


byte00


的值


01



转换成


2

< p>
进制,计算器上显示仍然是


1


,但是我们需要在前 面补上


7



0






,< /p>








byte00





00000001,byte01



10001101,byte02



10001111,byte03



0 0000010,byte04



00000000

< p>



注意一下,


8


位的


bit


的前后顺序是从右向左从


bit0



bit7


的 ,也就是以


byte00


为例,


bit 0


位是


1



b it7




0,

byte01



bit0


位是


1



bit1


位是


0,bit2


位是


1

< br>,和


byte


的顺序正好相反,这一点一开始很容易搞错 ,


千万注意,呵呵。



得到了上述的编 码后,然后我们再来看


09


长编码的功能对照表。



Byte 00 Bit 0



Fog Lights installed (PR-8WB)


Byte 00 Bit 1



Xenon Headlights installed


Byte 00 Bit 2



Footwell Lights installed (PR-QQ4)


Byte 00 Bit 3



Daytime Running Lights (Scandinavia)


Byte 00 Bit 4



Daytime Running Lights (North America)


Byte 00 Bit 5



Assistance Driving Light & Leaving Home


Byte 00 Bit 6



Rain/Light Sensor installed


Byte 00 Bit 7



Coming-Home


Byte 01 Bit 0



Rear Seat Recognition installed


Byte 01 Bit 1



Headlight Washer installed (PR-8X1)


Byte 01 Bit 2



Electronic Fuelpump Relay installed (Gasonline only)


Byte 01 Bit 3



Rear Wiper installed


Byte 01 Bit 4



Heated Side Mirror installed


Byte 01 Bit 5



Rear Lid Remote Opening


Byte 01 Bit 6



Rear Lid Remote Opening - Release


Byte 01 Bit 7



Rear Wiper with Front Wiper continiously active


Byte 02 Bit 0



Rear Wiper with Front Wiper intermittent active


Byte 02 Bit 1



Comfort Turn Signals


Byte 02 Bit 2



Cold Lamp Diagnosis active


Byte 02 Bit 3



Load Management active


Byte 02 Bit 4



Coming-Home via




(1 = Potentiometer / 0 = Adaptation)


Byte 02 Bit 5



Rear Lid Remote Openening




(1 = Contact activated / 0 = Impuls activated)


Byte 02 Bit 6



Side Turn Signal Lights installed


Byte 02 Bit 7



Seat Heating installed (PR-4A3/4A4)


Byte 03 Bit 0



Realy Terminal 15 installed (with 2nd Battery)


Byte 03 Bit 1



Rear Fog Lights (1 = 1 active / 0 = 2 active)


Byte 03 Bit 2



Reverse Driving Lights (1 = 1 active / 0 = 2 active)


Byte 03 Bit 3



Reverse Driving Light off when Rear Lid open


Byte 03 Bit 4



Xenon-Shutter installed (Bi-Xenon)


Byte 03 Bit 5



Teardrop Wiping active


Byte 03 Bit 6



2nd Battery installed


Byte 03 Bit 7



Rear Lights (1 = Back Light/Brake Light dimmed / 0 = Back Light dimmed)


Byte 04 Bit 0



Auxiliary Heating installed


Byte 04 Bit 1



Auxiliary Heating installed


Byte 04 Bit 2



Trailer/Towing Device installed


Byte 04 Bit 3



Memory Seats installed


Byte 04 Bit 4



Activation of both Rear Fog Lights


Byte 04 Bit 5



Model (0 = Right Hand Drive / 1 = Left Hand Drive)


Byte 04 Bit 6



Rear Fog Lights deactivated


Byte 04 Bit 7



Climatronic installed


…………



上面截取了


byte00-byte04


的功能对照,对比上面的代码,我们很容易看出,


byte00


位除了只有


bit0



1



即打开状态 ,


对应的功能是


Fog Lights installed (PR-8WB)


即安装了雾灯,


byte01


位的


bit0 bit2 bit3 bit7


是打< /p>


开状态,对应的功能是


Rear Seat Recognition installed



Electronic Fuelpump Relay installed (Gasonline only)



Rear Wiper installed



Rear Wiper with Front Wiper continiously active




接下来,我们再找到 我们需要变更的功能,比如说我们需要调节氙灯模式,那么对应功能表中是



Byte 00 Bit 1



Xenon Headlights installed


以及离家和回家大灯



Byte 00 Bit 5



Assistance Driving Light & Leaving Home


Byte 00 Bit 7



Coming-Home


那么我们只需要把


byte00


< p>
bit1 bit5 bit7


位由


0

< p>
变成


1



这样原来的


byte00



00000001


就变成了


10100011


然后我们再用


windows


的计算器程序把


2


进制变为


16


进制,转换回去的


byte00



16


进制编码 就是


A3




这样,再把


byte00


合并到


09< /p>


功能的长编码去,原来的长编码



018D8F120C087F075C


就变成了



A38D8F120C087F075C


保存,完工。






46:


我的原长编码:



15KM


自动落锁< /p>


+


摇控分级开门


+


拨钥匙不自动开门)



11C802087F2D8404084F016010CC


改为长码:


(一键升窗


+15KM


自 动落锁


+


摇控分级开门


+


拨钥匙不自动开门)



11C802C87F2D84040E4F016010CC


红色的编码为一键升窗的关键码,只改这两个码就可开通一键升窗




舒适系统原厂编码:






087F2DF01E0FCA0

-


-


-


-


-


-


-


-



本文更新与2021-02-17 14:23,由作者提供,不代表本网站立场,转载请注明出处:https://www.bjmy2z.cn/gaokao/662162.html

5053长编码介绍的相关文章