ddt4all icon indicating copy to clipboard operation
ddt4all copied to clipboard

multisens picture error in RLink 2

Open Guile88 opened this issue 6 years ago • 117 comments

Hi, I havebeen using ddt4all for change some things in my Talisman and im very happy with this program, but i dont know what happen now that in my RLink appears a Renault Espace instead of a Talisman. I find the parameter "Vehicle Type" and when i try to change it (change JFC(Espace) for LFD(Talisman)), dont change. I'm using a chinesse ELM wifi and never before has that given me problems. Thanks 49246562_10156193512201242_1805512506441990144_o

Guile88 avatar Jan 08 '19 16:01 Guile88

What is the ELM response in the bottom view when you change this parameter ? Maybe you need to reset the ECU to validate change ?

cedricp avatar Jan 08 '19 17:01 cedricp

Did you try to update the application, it seems a bit old from what I see...

cedricp avatar Jan 08 '19 17:01 cedricp

I did two resets: "key Off / On reset" in ddt4all and manual reset pressing power button in the R-Link. In the bottom view appears:

ECU uses SDS 1003 Enviando petición: StartDiagnosticSession.Extended Delay 0 ms Cambiando a modo sesión 10 03 Enviando petición: DataWrite.Car Configuration Delay 0 ms Enviando petición ELM: 2E 21 10 01 01 01 00 00 00 00 Bad ELM response : WRONG RESPONSE : Unknown Respuesta ELM :WRONG RESPONSE : Unknown Enviando petición: StartDiagnosticSession.Default Delay 0 ms Cambiando a modo sesión 10 01 Enviando petición: StartDiagnosticSession.Extended Delay 0 ms Cambiando a modo sesión 10 03 Enviando petición: ECUReset.keyoffon Delay 0 ms Enviando petición ELM: 11 02 Respuesta ELM :51 02 Enviando petición: StartDiagnosticSession.Default Delay 0 ms Cambiando a modo sesión 10 01

sin titulo

Guile88 avatar Jan 08 '19 17:01 Guile88

I just updated but the result is the same sin titulo2

Guile88 avatar Jan 08 '19 18:01 Guile88

Your fw version is not compatible with this XML. Your radnav returns 9 bytes response on command 22 21 10. XML contains 10 bytes response definition.

shrlnm avatar Jan 08 '19 18:01 shrlnm

so... what do you think I can do? maybe i have to change my ELM?

Guile88 avatar Jan 08 '19 18:01 Guile88

ELM is good. You need to find appropriate xml for your radnav. It should have 9 bytes response on command 222110 <Received MinBytes="9"> Now you are using file with 10 bytes <Received MinBytes="10">

shrlnm avatar Jan 08 '19 19:01 shrlnm

Thanks for the help but I don't know how do it so maybe I will go to the car dealership. Thanks

Guile88 avatar Jan 09 '19 20:01 Guile88

@shrlnm

from what do you understand that the response to command 222110 is in 9 bytes? And above all where can alternate xml be found?

Thank you!

aqngelrock avatar Jan 10 '19 15:01 aqngelrock

The parameter SpeedCurve cannot be interpreted (read as FF) [EDIT] Looks like Hand drive is also not correctly interpeted

cedricp avatar Jan 10 '19 15:01 cedricp

I suppose that the "Welcome Sequence volume level" was inserted in new new versions. Try these command definitions

<Request Name="DataRead.Car Configuration">
	<Sent>
		<SentBytes>222110</SentBytes>
	</Sent>
	<Received MinBytes="9">
		<ReplyBytes>622110</ReplyBytes>
		<DataItem Name="Car Configuration.GearBox" Ref="1" FirstByte="4"/>
		<DataItem Name="Car Configuration.VehicleType" Ref="1" FirstByte="5"/>
		<DataItem Name="Car Configuration.Engine" Ref="1" FirstByte="6"/>
		<DataItem Name="Car Configuration.Manufacturer" Ref="1" FirstByte="7"/>
		<DataItem Name="Car Configuration.Hand_drive" Ref="1" FirstByte="8"/>
		<DataItem Name="Car Configuration.SDVC_curve" Ref="1" FirstByte="9"/>
	</Received>
</Request>

<Request Name="DataWrite.Car Configuration">
	<ManuelSend/>
	<Sent>
		<SentBytes>2E211008000000000003</SentBytes>
		<DataItem Name="Car Configuration.GearBox" FirstByte="4"/>
		<DataItem Name="Car Configuration.VehicleType" FirstByte="5"/>
		<DataItem Name="Car Configuration.Engine" FirstByte="6"/>
		<DataItem Name="Car Configuration.Manufacturer" FirstByte="7"/>
		<DataItem Name="Car Configuration.Hand_drive" FirstByte="8"/>
		<DataItem Name="Car Configuration.SDVC_curve" FirstByte="9"/>
	</Sent>
	<Received MinBytes="3">
		<ReplyBytes>6E2110</ReplyBytes>
	</Received>
</Request>

shrlnm avatar Jan 10 '19 19:01 shrlnm

RadNav_v1.4_20150225T100059.xml last version with 9 bytes on 222110

KarelSvo avatar Jan 13 '19 21:01 KarelSvo

Where I have to write all of this comands?

Guile88 avatar Jan 15 '19 15:01 Guile88

To change car configuration, just use the file RadNav_v1.4_20150225T100059.xml. Then the correct bytes are sent.

KarelSvo avatar Jan 15 '19 16:01 KarelSvo

Ok, thank you for the help! But I need you to forgive me because I'm a litle bit dumb and don't know how I have to do it. How I can use this file (RadNav_v1.4_20150225T100059.xml)? where it is? Do I have to download it? Sorry

Guile88 avatar Jan 15 '19 17:01 Guile88

hi again! i have tryed something that i saw in a german forum for change the space image for a talisman image pressing "hard reset" buton in ddt4all, but the space still appearing and now the rlink screen is rotated 90º. do you know how to rotate again? thanks!!

Guile88 avatar Jan 24 '19 18:01 Guile88

What you have changed, is show in the log files.

KarelSvo avatar Jan 24 '19 19:01 KarelSvo

I tried to do this:

"audio --- radnav 3.x-v3.0 ---- configuration --- ecu part 1 --- 1.vehicle type made on JFC 2.then the yellow write all over these purple fields 3.then rightmost read all and 4.then left hard reset. Engine was running at this time.

I only took JFC because the type RFD is not available for me. And as soon as you press write all fields must appear white and then if you press read all the values ​​must have been transferred from left to right"

A guy in Talismán forum wrote this and solved the problem, but now I have still the Espace and screen rotated 90°

Guile88 avatar Jan 24 '19 19:01 Guile88

folder ddt4all/logs

KarelSvo avatar Jan 24 '19 20:01 KarelSvo

Configuration --- RadNav configuration 2.0- Part I --- AUTOMATIC CONFIGURATION --- Screen Orientation

Then "Key Off/On Reset"

shrlnm avatar Jan 25 '19 05:01 shrlnm

But log is also interesting for understanding what did you do wrong

shrlnm avatar Jan 25 '19 05:01 shrlnm

Thanks! I fixed screen orientation. Now i just have to fix the Talisman picture.. Thank you all

Guile88 avatar Jan 25 '19 21:01 Guile88

This is my issue also, I'm unable to write a new vehicle type

ak1mb0 avatar Jan 27 '19 18:01 ak1mb0

Mine is also reading the same must be a default peramiter, but I need to change it to display a Kadjar but it wont allow me to write the new values from the left. cartype

ak1mb0 avatar Jan 27 '19 19:01 ak1mb0

but I need to change it to display a Kadjar but it wont allow me to write the new values from the left.

You need RadNav_v1.4_20150225T100059.xml

shrlnm avatar Jan 27 '19 20:01 shrlnm

Ah ok, is there a link to download the .XML file?

ak1mb0 avatar Jan 27 '19 20:01 ak1mb0

check your email

KarelSvo avatar Jan 27 '19 20:01 KarelSvo

Thanks KarelSvo

ak1mb0 avatar Jan 27 '19 21:01 ak1mb0

@KarelSvo Hello, I have the same issue. Is it possible to share the XML file please? PS: My oldest version of RadNav in my database is 1.5 Capture

Juicy312 avatar Feb 03 '19 02:02 Juicy312

Good evening... Can you send me the xml, plese?

aqngelrock avatar Feb 03 '19 19:02 aqngelrock