Speedomter / Gear Ratio Change

Discuss General Motors (GMC, Chevy, Pontiac, Hummer, Cadillac, etc) tuning topics here. Request definitions, discuss parameters, etc.

Moderators: robertisaar, dex

Post Reply
blkblazer
Posts: 3
Joined: Thu May 04, 2006 9:11 am
Location: Tempe
Contact:

Speedomter / Gear Ratio Change

Post by blkblazer »

New to tuning. I have a 93 chevy blazer with 5.7. I recently changed the gears to 4.56. Does anyone know how to modify the speedometer reading for the new gears?
93 Chevy Blazer
Off-Road Direct
Solid Axle Conversion Specialists
http://www.offroaddirect.com
User avatar
Mangus
TunerPro Author
Posts: 1926
Joined: Wed Mar 19, 2003 1:49 pm

Post by Mangus »

Most masks don't allow you to change speedo calibration in the bin. What mask does your Blazer use?
***************************************
TunerPro Author
1989 Trans Am
blkblazer
Posts: 3
Joined: Thu May 04, 2006 9:11 am
Location: Tempe
Contact:

Post by blkblazer »

I think it is $E6
93 Chevy Blazer
Off-Road Direct
Solid Axle Conversion Specialists
http://www.offroaddirect.com
User avatar
Mangus
TunerPro Author
Posts: 1926
Joined: Wed Mar 19, 2003 1:49 pm

Post by Mangus »

You'll probably have to add the parameters to the XDF. Here they are:

Code: Select all

			************************************
			* SPEED SENSOR CALIBRATION PARAM'S
			* (2^14 TIME BASE)
			************************************
	
     		;
     		; LAG FILTER CONSTANTS
     		;
L5A0F:	FCB	64 		; 87 msec, RPM filter
L5A10:  FCB	252 	;  6 msec, Input SPD FILTER 
L5A11	FCB	252 	;  6 msec, XMISH INPUT SPD FILTER 

L5A12:	FCB	1   	; 20 msec MAX PERIOD BETWEEN XISH OUTPUT PULSES

L5A13:	FDB	43691 	; 40 PULSES/REV OUTPUT SHAFT SPD
					; 1092.3 usec/bit 
		
L5A15	FCB	252		; 6 msec, Xmish output spd filt


           	;
           	;  GEAR RATIO'S
           	;
L5A16:	FDB	44564 	; 2.72:1 4WD LO RATIO
					; VAL = RATIO * 16,384

L5A18&#58;	FCB	45773 	; 44.7&#58;1 NO/VS RATIO  <------------****		
					; VAL = RATIO * 1024

L5A1A&#58;	FCB	252 	; 6 msec, Vss filter
***************************************
TunerPro Author
1989 Trans Am
blkblazer
Posts: 3
Joined: Thu May 04, 2006 9:11 am
Location: Tempe
Contact:

Post by blkblazer »

That was fast :lol:
So do I cut and paste the params into the XDF file? Or how do I add the additional info? I hope this isn't a bothersome newbie ?
93 Chevy Blazer
Off-Road Direct
Solid Axle Conversion Specialists
http://www.offroaddirect.com
User avatar
Mangus
TunerPro Author
Posts: 1926
Joined: Wed Mar 19, 2003 1:49 pm

Post by Mangus »

http://tunerpro.net/tutorials/CreatingECUs.htm

The info is a bit outdated (old version of TunerPro), but the takeaways are the same.
***************************************
TunerPro Author
1989 Trans Am
Post Reply