Page 33 of 33

Re: ALDL Logger V2

Posted: Tue Jun 06, 2023 7:43 pm
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.

Re: ALDL Logger V2

Posted: Wed Jun 07, 2023 10:20 am
by Charlescrown
Horray it's now working. It was the ADX file. This is the one I'm using with the logger and 11P.

Re: ALDL Logger V2

Posted: Wed Jun 07, 2023 10:30 am
by immortality
What did you alter?

Re: ALDL Logger V2

Posted: Wed Jun 07, 2023 10:59 am
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>

Re: ALDL Logger V2

Posted: Wed Jun 07, 2023 11:02 am
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.