Problem with 1.31
Problem with 1.31
Hi
I have install 1.31, but now on my Evo 7 lots of the X and Y scales on the maps show jumbled numbers, most odd as 1.30 was fine.
Anyone else have this problem?
MB
I have install 1.31, but now on my Evo 7 lots of the X and Y scales on the maps show jumbled numbers, most odd as 1.30 was fine.
Anyone else have this problem?
MB
).
Last edited by codgi; Aug 25, 2007 at 11:21 PM.
Hmm I suppose it depends on the definition. I windiff'd the default xml definitions for my rom from 1.30 and 1.31 and they were identical.
Did you guys keep the original copy of your rom's xml def from 1.30? Hmm I didn't save evo7base.xml from 1.3...might be interesting to see if that has changed for 1.31.
Did you guys keep the original copy of your rom's xml def from 1.30? Hmm I didn't save evo7base.xml from 1.3...might be interesting to see if that has changed for 1.31.
Last edited by codgi; Aug 25, 2007 at 11:33 PM.
Trending Topics
MB
The values appear to be correct, it just looks like the cell blocks are too small to fit the value so you end up with 160... for something like 16000 (as seen in the MAF load)
My 1.31 Xml does not have level="1" in some of the tables also
My 1.31 Xml does not have level="1" in some of the tables also
Last edited by C6C6CH3vo; Aug 26, 2007 at 07:59 PM.
yeah its an endian problem, from new evo9base:
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
from old evo9base:
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="little"/>
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="big"/>
from old evo9base:
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="little"/>
ive been having this problem as well reading the Evo IX. I have the -15 ROM. When it reads from my ECU, the load cells are all messed up, showing some wierd numbers...going from 212xx to 212xx.5 etc.
anyone have a version of 1.30?
this is what my evo9base looks like:
anyone have a version of 1.30?
this is what my evo9base looks like:
from old evo9base:
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="little"/>
<scaling name="Hex16" units="hex" toexpr="x" frexpr="x" format="%04X" min="0" max="65535" inc="1" storagetype="uint16" endian="little"/>
Last edited by SoCalRedLine; Aug 26, 2007 at 09:15 PM.









