C4 Tech/Performance L98 Corvette and LT1 Corvette Technical Info, Internal Engine, External Engine

Convert from $32B to $6E, or attempt to backport $6E to $32B?

Thread Tools
 
Search this Thread
 
Old 04-17-2011, 02:50 PM
  #1  
scorp508
Team Owner
Thread Starter
 
scorp508's Avatar
 
Member Since: Mar 2000
Location: Boston, MA
Posts: 83,266
Received 41 Likes on 36 Posts

Default Convert from $32B to $6E, or attempt to backport $6E to $32B?

So it's been about ohhhh 5 years since I was doing any chip tuning or playing with my car at all and nearly everything has melted out of my head to make room for other stuff.

I've come across claims in the past that said the extra tables exposed in $6E actually exist in $32B, but they were never properly documented in the definition files to gain access and that since $6E was so much more refined we all just went that way anyways.

Maybe it's a load of crap and $32B only wishes it had them, but figured I'd throw it out there to see if anyone has another opinion on it.

Otherwise I'm looking at converting my $32B 4+3 to $6E. I'll have to hardware the overdrive swich to the O/D relay (keeping the pressure sensor in the loop), and probably accept that the [D] light will always be lit up on the dash. There's probably something else I've long forgotton as well.

I just threw ARAP on my Ostrich emulator (I may start with APYP since it's the stick version) and the car started/idled fine besides an overfueling issue (fuel smoke at idle) I already know I need to deal with which is what started this whole thing. I haven't tried taking it for a ride yet, have other things to get done around the house first today. Yay yardwork.

Thoughts?

Last edited by scorp508; 04-17-2011 at 06:04 PM. Reason: Typo
Old 04-17-2011, 06:28 PM
  #2  
tequilaboy
Melting Slicks
 
tequilaboy's Avatar
 
Member Since: Aug 2003
Location: Lakeville MI
Posts: 3,016
Received 255 Likes on 213 Posts

Default

$6E includes highway mode fueling which gives you the option to run a leaner AFR target in cruise. That's about it for benefits over $32B.

You also lose the bpw table with $6E, so for some applications, this is more of a hinderance than a benefit.
Old 04-17-2011, 09:44 PM
  #3  
JackDidley
Race Director
 
JackDidley's Avatar
 
Member Since: Sep 2003
Location: Database Error Indiana
Posts: 16,615
Received 229 Likes on 161 Posts

Default

Do you still have the cold start injector ? If so, make sure its not leaking causing the rich condition. You dont need it anyway now, with the 6E.
I'll be mowing tomorrow.
Old 04-17-2011, 10:40 PM
  #4  
scorp508
Team Owner
Thread Starter
 
scorp508's Avatar
 
Member Since: Mar 2000
Location: Boston, MA
Posts: 83,266
Received 41 Likes on 36 Posts

Default

I should have mentioned that in my original post. One of the other reasons for considering the move to 6E is for better cranking fueling. My cold start injector has been gone and blocked off for probably 7 years.

I need to pick up some new gear. My EASE Diagnostics requires a serial port and my Pocket Programmer 2 requires a Parallel port; neither of which my laptop have and the USB adapters seem to iffy. Thankfully the ostrich still works.
Old 04-17-2011, 10:56 PM
  #5  
tequilaboy
Melting Slicks
 
tequilaboy's Avatar
 
Member Since: Aug 2003
Location: Lakeville MI
Posts: 3,016
Received 255 Likes on 213 Posts

Default

$6E Crank fueling is easily duplicated in $32B. You just need to double the scalar and edit the crank fuel tables accordingly.

$32B:

LC372 FDB 6554 ; Scale Factor for Max Crank P.W.
;---------------------------------------------
; Crank Fuel vs Coolant Temp.
;
; Table = Msec * (65.536 * 256) / LC372
;---------------------------------------------

$6E:
;----------------------------------------------
; CRANK PW vs COOLANT TEMP
;
; TBL = (msec * 256)/(SCALAR)
;----------------------------------------------
LC371 FDB 13108 ; 200.01, SCALAR FOR MAX PW
; CAL = SCALAR * 65.536

Last edited by tequilaboy; 04-17-2011 at 10:58 PM.
Old 04-18-2011, 12:06 AM
  #6  
scorp508
Team Owner
Thread Starter
 
scorp508's Avatar
 
Member Since: Mar 2000
Location: Boston, MA
Posts: 83,266
Received 41 Likes on 36 Posts

Default

Originally Posted by tequilaboy
$6E Crank fueling is easily duplicated in $32B. You just need to double the scalar and edit the crank fuel tables accordingly.
Ahh there she is, thanks for the copy/paste. I added LC732 to the XDF and it does show up as 6554.

The documented math in the HAC is different...

$32B / TBL = Msec * (65.536 * 256) / 13108
$6E / TBL = (Msec * 256)/(13108)

If I use 75 Msec, a 13108 scaler for each, and normal math order of operations I get...

$32B = 95.99
$6E = 1.46475

In $6E there's a comment line in the HAC just beneath that says.

; CAL = SCALAR * 65.536[/QUOTE]

If we multiply 1.46475 * 65.536 we get the same 95.99 as $32B. Would you agree it is just the HAC commenting that seems incorrect or am I just interpreting the HAC incorrectly?

My interpretetion of that comment line would be...

(75 * 256)/(13108 * 65.536) = 0.011175

Last edited by scorp508; 04-18-2011 at 12:15 AM.
Old 04-18-2011, 12:38 AM
  #7  
scorp508
Team Owner
Thread Starter
 
scorp508's Avatar
 
Member Since: Mar 2000
Location: Boston, MA
Posts: 83,266
Received 41 Likes on 36 Posts

Default

FWIW... two of the cranking fuel tables differ in some ways.

Crank Fuel Multiplier vs. Reference Pulses
$32B = 17 rows (Matches the HAC)
$6E = 24 rows (Only 16 shown in the HAC)

Values in Reference Pulse Row Column for each...
Code:
APYP / ABTB
$6E / $32B
 1 / 0
 2 / 8
 3 / 16
 4 / 24
 5 / 32
 6 / 40
 7 / 48
 8 / 56
 9 / 64
10 / 72
11 / 80
12 / 88
13 / 96
14 / 104
15 / 112
16 / 120
17 / 128
18 / X
19 / X
20 / X
21 / X
22 / X
23 / X
24 / X
Crank Fuel Pulse Width vs. Coolant Temp
$32B = 14 rows, but see below...
$6E = 14 rows, but see below...

Values in Degress C column for each...
Code:
APYP / ABTB
$6E / $32B
-40 / -40
-18 / -28
  3 / 16
 25 / -4
 46 /  8
 68 / 20
 90 / 32
111 / 44
133 / 56
154 / 68
176 / 80
198 / 92
219 / 104
241 / 116
Old 04-18-2011, 11:20 AM
  #8  
scorp508
Team Owner
Thread Starter
 
scorp508's Avatar
 
Member Since: Mar 2000
Location: Boston, MA
Posts: 83,266
Received 41 Likes on 36 Posts

Default

I put the APYP and ABTB tables on top of each other and came out with this for ABTB.

Code:
-40 / 160.17
-28 / 150.80
-16 / 133.95
 -4 /  96.74
  8 /  65.95
 20 /  58.25
 32 /  28.38
 44 /  27.89
 56 /  19.80
 68 /  15.63
 80 /  13.80
 92 /   8.20
104 /   8.00
116 /   7.81

Last edited by scorp508; 04-18-2011 at 11:22 AM.
Old 04-18-2011, 12:24 PM
  #9  
tequilaboy
Melting Slicks
 
tequilaboy's Avatar
 
Member Since: Aug 2003
Location: Lakeville MI
Posts: 3,016
Received 255 Likes on 213 Posts

Default

Just copy the values directly from APYP (assuming that the scalar and conversion in the xdf have been corrected for 200 ms range). What you have shown will likely flood during crank. Way too rich.

APYP example (Please forgive the reversed table orientation and unit differences in this example):

Crank Fuel PW vs. Coolant Temp

Deg F PW(msec)

241 7.81
219 7.81
198 7.81
176 7.81
154 7.81
133 7.81
111 7.81
90 11.72
68 15.63
46 25.00
25 35.16
3 75.00
-18 139.85
-40 160.17
Old 04-18-2011, 03:12 PM
  #10  
JackDidley
Race Director
 
JackDidley's Avatar
 
Member Since: Sep 2003
Location: Database Error Indiana
Posts: 16,615
Received 229 Likes on 161 Posts

Default

Originally Posted by scorp508
FWIW... two of the cranking fuel tables differ in some ways.

Crank Fuel Pulse Width vs. Coolant Temp
$32B = 14 rows, but see below...
$6E = 14 rows, but see below...

Values in Degress C column for each...
Code:
APYP / ABTB
$6E / $32B
-40 / -40
-18 / -28
  3 / 16
 25 / -4
 46 /  8
 68 / 20
 90 / 32
111 / 44
133 / 56
154 / 68
176 / 80
198 / 92
219 / 104
241 / 116
Scorp, every number in the left collumn = the right collumn if converted F* to C*.
Old 04-18-2011, 06:45 PM
  #11  
scorp508
Team Owner
Thread Starter
 
scorp508's Avatar
 
Member Since: Mar 2000
Location: Boston, MA
Posts: 83,266
Received 41 Likes on 36 Posts

Default

Originally Posted by JackDidley
Scorp, every number in the left collumn = the right collumn if converted F* to C*.
Oh geez... <facepalm> Thank you.
Old 04-18-2011, 07:49 PM
  #12  
JackDidley
Race Director
 
JackDidley's Avatar
 
Member Since: Sep 2003
Location: Database Error Indiana
Posts: 16,615
Received 229 Likes on 161 Posts

Default

Originally Posted by scorp508
Oh geez... <facepalm> Thank you.


Old 04-23-2011, 11:10 PM
  #13  
scorp508
Team Owner
Thread Starter
 
scorp508's Avatar
 
Member Since: Mar 2000
Location: Boston, MA
Posts: 83,266
Received 41 Likes on 36 Posts

Default

Originally Posted by tequilaboy
Just copy the values directly from APYP (assuming that the scalar and conversion in the xdf have been corrected for 200 ms range).
Just to confirm then in $32B...
  • Increase Max Crank Pulsewidth Factor from from 6554 to 13108
  • Modify the conversion in Crank Fuel PW vs. Coolant Temp from 0.39065*X to 0.781300*X to match APYP/ARAP
  • Copy the ARAP/APYP Crank Fuel PW vs. Coolant Temp values to ABTB
Old 04-24-2011, 10:08 AM
  #14  
tequilaboy
Melting Slicks
 
tequilaboy's Avatar
 
Member Since: Aug 2003
Location: Lakeville MI
Posts: 3,016
Received 255 Likes on 213 Posts

Default

Originally Posted by scorp508
  • Increase Max Crank Pulsewidth Factor from from 6554 to 13108
  • Modify the conversion in Crank Fuel PW vs. Coolant Temp from 0.39065*X to 0.781300*X to match APYP/ARAP
  • Copy the ARAP/APYP Crank Fuel PW vs. Coolant Temp values to ABTB
Looks good to me.
Old 04-24-2011, 10:17 AM
  #15  
tequilaboy
Melting Slicks
 
tequilaboy's Avatar
 
Member Since: Aug 2003
Location: Lakeville MI
Posts: 3,016
Received 255 Likes on 213 Posts

Default

$6E also makes more use of the MAT sensor than the older masks.

For example in closed loop, the MAT is substituted for the coolant temperature for use with both crank fuel and Accel Enrichment tables.

There is also a unique start-up enrichment offset vs MAT and a couple tables that can optionally use the MAT as an input in place of coolant temp based on the switch/flag setting. (same switch that is used to calculate pw or use table in the older masks).

I see no real advantage in doing so, but these features are at least unique to $6E.

Get notified of new replies

To Convert from $32B to $6E, or attempt to backport $6E to $32B?




Quick Reply: Convert from $32B to $6E, or attempt to backport $6E to $32B?



All times are GMT -4. The time now is 09:14 AM.