ALDL Logger V2

160 And 8192 Baud Aldl
User avatar
antus
Site Admin
Posts: 8238
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: ALDL Logger V2

Post by antus »

So 11P v1.04 has:

Code: Select all

  <ADXCLISTENPACKET id="Mode1Message0" idhash="0x55C678F5" title="Listen For Engine Data" flags="0x00000005">
    <listentimeout>400</listentimeout>
    <packetbodylength>60</packetbodylength>
    <packetoffsetinbody>3</packetoffsetinbody>
    <packetsize>57</packetsize>
  </ADXCLISTENPACKET>
and 11P_1baA.adx has:

Code: Select all

  <ADXCLISTENPACKET id="DataProcess1" idhash="0x7EFEE401" title="Data Process 1" flags="0x00000005">
    <listentimeout>400</listentimeout>
    <packetbodylength>86</packetbodylength>
    <packetoffsetinbody>3</packetoffsetinbody>
    <packetsize>83</packetsize>
  </ADXCLISTENPACKET>

  <ADXCSENDCOMMAND id="DataRequest2" idhash="0x98FEF556" title="Data Request 2">
    <bytestring size="0x5">F4570104B0</bytestring>
  </ADXCSENDCOMMAND>

  <ADXCLISTENPACKET id="DataProcess2" idhash="0x7EFEFEA1" title="Data Process 2" flags="0x00000005">
    <listentimeout>400</listentimeout>
    <packetbodylength>78</packetbodylength>
    <packetoffsetinbody>3</packetoffsetinbody>
    <packetsize>75</packetsize>
  </ADXCLISTENPACKET>
I think its to do with that. Try using 60 in one or both of the packetbodylength fields in the 11P_1baA.adx file, and 57 instead of 75 in the packetsize. Even if your using it with 2 bar or 3 bar just use it the same 1 bar adx and use the right ADX for the PC, on the PC, and it should scale the MAP fine.
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Charlescrown
Posts: 1831
Joined: Sat Aug 06, 2011 7:58 am
cars: V8 VR Commodore BT1
LB Lancer 2L turbo & Delco
Starion TBI with Delco
Mitsubishi Lancer EVO4 track car
NA MX5
3 vintage motor bikes
Location: Padstow NSW

Re: ALDL Logger V2

Post by Charlescrown »

Horray it's now working. It was the ADX file. This is the one I'm using with the logger and 11P.
Attachments
11P_1bar.adx
(146.08 KiB) Downloaded 88 times
immortality
Posts: 3416
Joined: Thu Apr 09, 2009 12:31 pm
cars: VH, VN, VS, VX

Re: ALDL Logger V2

Post by immortality »

What did you alter?
User avatar
antus
Site Admin
Posts: 8238
Joined: Sat Feb 28, 2009 8:34 pm
cars: TX Gemini 2L Twincam
TX Gemini SR20 18psi
Datsun 1200 Ute
Subaru Blitzen '06 EZ30 4th gen, 3.0R Spec B
Contact:

Re: ALDL Logger V2

Post by antus »

Looks like:

Code: Select all

  <ADXCLISTENPACKET id="DataProcess1" idhash="0x7EFEE401" title="Data Process 1" flags="0x00000005">
    <listentimeout>400</listentimeout>
    <packetbodylength>60</packetbodylength>
    <packetoffsetinbody>3</packetoffsetinbody>
    <packetsize>57</packetsize>
  </ADXCLISTENPACKET>
Have you read the FAQ? For lots of information and links to significant threads see here: http://pcmhacking.net/forums/viewtopic.php?f=7&t=1396
Charlescrown
Posts: 1831
Joined: Sat Aug 06, 2011 7:58 am
cars: V8 VR Commodore BT1
LB Lancer 2L turbo & Delco
Starion TBI with Delco
Mitsubishi Lancer EVO4 track car
NA MX5
3 vintage motor bikes
Location: Padstow NSW

Re: ALDL Logger V2

Post by Charlescrown »

Nothing I had a vague idea there was another ADX that VL400 wrote and stumbled across it in a file I had. When I have time I'll go thru it and see just what the difference is. I do know the std XDL file won't work with the logger.
Post Reply