DIY PROM Do It Yourself PROM chip burning help. No PROM begging. No PROMs for sale. No commercial exchange. Not a referral service.

What am I missing? Hex editor help

Thread Tools
 
Search this Thread
 
Old 04-18-2004, 11:49 AM
  #1  
Z69
Supreme Member

Thread Starter
 
Z69's Avatar
 
Join Date: Sep 2003
Location: Texas
Posts: 1,409
Likes: 0
Received 1 Like on 1 Post
What am I missing? Hex editor help

I was trying to figure things out and wanted to check my injector constant using a hex editor. Also wanted to verify the ecu was doing the math right. Used two different ecu's and they read the same so I assume they set my constant right.

AUJP, Super8dm-1.ecu, TunerPro, Hex editor that Traxion uses, XVI32 or something. Haven't really tried to use winbin yet.

Went to $41C as listed in the ecu and anht hac.
Number reads 01 in TunerPro hex editor and my other editor.
$41A reads 01 also when it's supposed to corelate to 14.7 or 465h or 460h. Ones the stock 24lb constant and the other is the stoich constant listed in the hac. Don't recall which is which. I understand my bin won't read the same since I changed my constant to 36. But the 01 in two places that I think should read 46xh has me lost.

I made a wrong turn some where. Help please.
Old 04-18-2004, 01:44 PM
  #2  
Moderator

iTrader: (1)
 
RBob's Avatar
 
Join Date: Mar 2002
Location: Chasing Electrons
Posts: 18,406
Likes: 0
Received 216 Likes on 202 Posts
Car: check
Engine: check
Transmission: check
Both of those terms are double byte values. Need to read two locations and add them up.

Code:
L841A:	FDB	0445 	; STOCH AF RATIO 14.7
			; (ARG = 6553.6/RATIO)
			;
L841C:	FDB	0460 	; SEC/GRAM PROD OF INJ FLOW Rate
$41A will be $01 (as you found), $41B will be $BD. Take the $01 found in $41B and multiply it by 256, then add the value in $41B to it:

$01 * 256 + $BD = 256 + 189 = 445

Same for the Inj flow rate term.

RBob.
Old 04-19-2004, 11:15 AM
  #3  
Z69
Supreme Member

Thread Starter
 
Z69's Avatar
 
Join Date: Sep 2003
Location: Texas
Posts: 1,409
Likes: 0
Received 1 Like on 1 Post
Thanks RBob
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Fireslash
Camaros for Sale
3
04-11-2016 06:43 PM
sammy52401
Camaros for Sale
2
11-11-2015 07:20 PM
BrianI
Tech / General Engine
2
10-03-2015 12:57 PM
Numbah-1
Transmissions and Drivetrain
8
10-02-2015 08:27 AM
lewandom
Electronics
2
10-01-2015 08:15 AM



Quick Reply: What am I missing? Hex editor help



All times are GMT -5. The time now is 08:41 PM.