Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

[How-To] Diagbox 7.57 telecoding Server fix
08-12-2018, 20:33 PM, (This post was last modified: 22-07-2019, 22:00 PM by Itsme.)
Post: #1
PPeugeot  [How-To] Diagbox 7.57 telecoding Server fix
Here's a little how-to for telecoding with newer models (>2016).
It solve the server connection problem and you can manual telecode.

Unfortunately, it does not work on all models.

Only for the 308 t9 model. 

I've tried with my 308 GTi (t9) from 2016 and it worked. 
Telecoding the bsi and almost all ecu's worked for me. 
(Smeg telecoding gives you an error but if you click on "Ok", it will telecode nevertheless.)

Go to folder C:/AwRoot/dtrd/tree/

there are three folders
TeleXX
TeleXX_PR
TeleXX_TPM

in each folder there's a file called script_atm_telexx.s

Open each file with an editor and replace all with this code:

Code:
<!DOCTYPE Tree SYSTEM "IPSA.dtd">
<Tree chk="568489490" type="Script">
<Header>
<IFile>
<FileName name="tlcd_fullprocedure">
</FileName>
<Modif date="17/05/2011" user="aplot" site="THESAU">
</Modif>
</IFile>
<ITool name="ime2" revision="7.3.1.2" exedate="28/10/2010">
</ITool>
</Header>
<precel>
</precel>
<cel>
<Start posc=3 posl=1 destc=3 destl=3 ident=10>
<Comment>Gamme de procédure
</Comment>
<Comment>$Rev: $
</Comment>
</Start>
<SubTree posc=3 posl=5 destc=5 destl=7 ident=73 FileName="tlcd_fullprocedure_prepare.s" IsCritical="NO">
<FilePath path="Vehicle\gen">
</FilePath>
</SubTree>
<SubTree posc=5 posl=9 destc=5 destl=11 ident=74 FileName="tlcd_fullprocedure_execute.s" IsCritical="NO">
<FilePath path="Vehicle\gen">
</FilePath>
</SubTree>
<Switch posc=5 posl=13 ident=76>
<Source>
<TextBuffer name="TYPEOFGUI">
</TextBuffer>
</Source>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="STANDARD_GUI">
</ASCIIString>
</Source>
<TargetCell destc=3 destl=5>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="WRITE_GUI">
</ASCIIString>
</Source>
<TargetCell destc=3 destl=5>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="GUI_NOT_READ">
</ASCIIString>
</Source>
<TargetCell destc=3 destl=5>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="STANDARD_GUI_AND_QUIT">
</ASCIIString>
</Source>
<TargetCell destc=7 destl=15>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="READ_GUI">
</ASCIIString>
</Source>
<TargetCell destc=7 destl=15>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="GUI_ONLY_READ">
</ASCIIString>
</Source>
<TargetCell destc=7 destl=15>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="WGUI_ONLY_WRITE">
</ASCIIString>
</Source>
<TargetCell destc=7 destl=15>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="GUI_NOT_READ_AND_QUIT">
</ASCIIString>
</Source>
<TargetCell destc=7 destl=15>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="GUI_WITHOUT_RESULT">
</ASCIIString>
</Source>
<TargetCell destc=7 destl=15>
</TargetCell>
</SwitchTest>
<SwitchTest type="EQUAL">
<Source>
<ASCIIString value="WITHOUT_GUI">
</ASCIIString>
</Source>
<TargetCell destc=7 destl=15>
</TargetCell>
</SwitchTest>
<DefaultSwitchTarget>
<TargetCell destc=3 destl=5>
</TargetCell>
</DefaultSwitchTarget>
</Switch>
<End posc=7 posl=15 ident=78>
</End>
<Act posc=3 posl=3 destc=3 destl=5 ident=84>
<MathAndLogic>
<Assignment>
<Source>
<StandardValue name="FALSE">
</StandardValue>
</Source>
<Destination>
<TextBuffer name="USER_NEXT">
</TextBuffer>
</Destination>
</Assignment>
</MathAndLogic>
<MathAndLogic>
<Assignment>
<Source>
<StandardValue name="FALSE">
</StandardValue>
</Source>
<Destination>
<TextBuffer name="TLCD_FULLPROCEDURE">
</TextBuffer>
</Destination>
</Assignment>
</MathAndLogic>
</Act>
<Test posc=5 posl=7 destyesc=7 destyesl=15 destnoc=5 destnol=9 ident=86>
<MathAndLogic>
<LogicalTest>
<For>
<DataComparison type="EQUAL">
<Source>
<StandardValue name="TRUE">
</StandardValue>
</Source>
<Source>
<TextBuffer name="USER_NEXT">
</TextBuffer>
</Source>
</DataComparison>
</For>
</LogicalTest>
</MathAndLogic>
</Test>
<Test posc=5 posl=11 destyesc=7 destyesl=15 destnoc=5 destnol=13 ident=87>
<MathAndLogic>
<LogicalTest>
<For>
<DataComparison type="EQUAL">
<Source>
<StandardValue name="TRUE">
</StandardValue>
</Source>
<Source>
<TextBuffer name="USER_NEXT">
</TextBuffer>
</Source>
</DataComparison>
</For>
</LogicalTest>
</MathAndLogic>
</Test>
</cel>
</Tree>

It's a modified script from 7.83.
It works with 7.57 (maybe with later versions too) but not with 7.83 correctly.
Quote this message in a reply
[+] 15 users say Thank You to Itsme for this post


Messages In This Thread
[How-To] Diagbox 7.57 telecoding Server fix - by Itsme - 08-12-2018, 20:33 PM
RE: [How-To] Diagbox 7.57 telecoding Server fix - by jlozde - 13-01-2019, 15:45 PM
RE: [How-To] Diagbox 7.57 telecoding Server fix - by febianuy - 28-01-2019, 04:41 AM
RE: [How-To] Diagbox 7.57 telecoding Server fix - by TFT - 09-02-2019, 15:00 PM
RE: [How-To] Diagbox 7.57 telecoding Server fix - by _eMdzeJ_ - 18-07-2019, 12:18 PM
RE: [How-To] Diagbox 7.57 telecoding Server fix - by tachra - 12-02-2019, 21:20 PM
RE: [How-To] Diagbox 7.57 telecoding Server fix - by gianluca - 21-02-2019, 08:00 AM
RE: [How-To] Diagbox 7.57 telecoding Server fix - by _eMdzeJ_ - 16-04-2019, 19:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  diagbox 9.173 sharawi 2 159 21-04-2024, 14:31 PM
Last Post: justdiag
  PSA Diagbox VCI Interfaces alexturbo 18 6,823 27-12-2023, 21:45 PM
Last Post: apol
PPeugeot DIAGBOX 2021 9.85 FULL INSTALATION akli 6 2,757 26-12-2023, 20:21 PM
Last Post: Le-Mans
PCitroen DIAGBOX online walczaklu 10 8,702 03-12-2023, 12:57 PM
Last Post: mattydr67
  DiagBox 7+Updates+Firmware+Drivers+Tools (Magnet) Simple 33 35,639 22-11-2023, 06:16 AM
Last Post: Jeppo
PPeugeot Diagbox 9.129 activation request dadoa4 4 2,443 09-11-2023, 09:59 AM
Last Post: bovhec
  diagbox 9.150 stasi 5 2,279 16-09-2023, 19:41 PM
Last Post: stasi
  DiagBox Language Change Simple 16 17,468 14-09-2023, 10:01 AM
Last Post: żarówka
  DIAGBOX help needed installing mars2moon 4 1,048 23-07-2023, 18:45 PM
Last Post: J415UNNY
PPeugeot Diagbox 9.91 VmWare gabi2008 6 4,281 23-07-2023, 18:42 PM
Last Post: J415UNNY

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content