Need Help with $8D ADX Value Equation

Discuss anything TunerPro related.

Moderators: Mangus, robertisaar, dex

Post Reply
toliphint
Posts: 62
Joined: Sun Aug 08, 2010 6:35 pm
Location: Montgomery, AL

Need Help with $8D ADX Value Equation

Post by toliphint »

Would appreciate some help with understanding the correct conversion equation for a TunerPro v5 $8D Value

Injector BPW
Are both of the following the same? Have seen both used.

Packet Offset: 45 dec
Data Size: 16 bit
Equation: X * 0.000066 + 0.000000

Packet Offset: 44 dec
Data Size: 16 bit
Equation: X * 0.015259 + 0.000000

Thanks!
robertisaar
Author of Defs
Posts: 962
Joined: Sat Feb 21, 2009 3:18 pm
Location: Camden, MI

Post by robertisaar »

offset of 44 and X * 0.0152587890625 should be correct.

and offset of 45 would mix the LSB value of the BPW with the MSB value of the target AFR.
toliphint
Posts: 62
Joined: Sun Aug 08, 2010 6:35 pm
Location: Montgomery, AL

Post by toliphint »

Thanks for the reply. After more research, I was incorrectly looking at 8d and 6e. The 45 offset is apparently for 6e (per 1277165_6E.ads).
Post Reply