NefMoto

Technical => Tuning => Topic started by: rekrull on July 31, 2014, 01:59:31 PM



Title: MSLUB address on wiki?
Post by: rekrull on July 31, 2014, 01:59:31 PM
I thought I was going crazy and couldn't figure out why I was getting all 0's for my MSLUB table when using the address from the wiki. It appears that there is typo in the address listed in the wiki. I believe it should be 0x1A698 with the column scale starting at 0X1A688. It's 16bit, 1 row with 8 columns.


Title: Re: MSLUB address on wiki?
Post by: nyet on July 31, 2014, 02:28:31 PM
Thanks for the heads up!

I assume this is for L-Box? Never checked it, I don't have a tip S4 :)


Title: Re: MSLUB address on wiki?
Post by: rekrull on July 31, 2014, 02:58:30 PM
Yes, it's for a an L-box, 8D0907551L in case someone is searching.


Title: Re: MSLUB address on wiki?
Post by: nyet on July 31, 2014, 03:04:34 PM
Fixed. Thank you again for posting the correction.


Title: Re: MSLUB address on wiki?
Post by: metronet on September 14, 2014, 01:17:01 AM
I believe it should be 0x1A698 with the column scale starting at 0X1A688. It's 16bit, 1 row with 8 columns.

Wouldn't this be starting at 0x1A698 to 0x1A6A8 and a total of 2 Bytes (16 bit)?


Edit: 0x1A688 is correct. I just realized the Column scale is referring to the X-Axis.


Code:
    <XDFAXIS id="x" uniqueid="0x0">
      <EMBEDDEDDATA mmedtypeflags="0x02" mmedaddress="0x1A688" mmedelementsizebits="16" mmedcolcount="8" mmedmajorstridebits="16" mmedminorstridebits="0" />
      <units>V</units>
      <indexcount>8</indexcount>
      <decimalpl>4</decimalpl>
      <embedinfo type="1" />
      <datatype>0</datatype>
      <unittype>0</unittype>
      <DALINK index="0" />
      <MATH equation="0.000391 * X">
        <VAR id="X" />
      </MATH>
    </XDFAXIS>