Hello Guys,

This is a very nifty thing I've used to calibrate correctly high stall converters so the torque management works as intended.
12587603
Code:
[D1111]

;         Description
;         ---------------------------------------------------------------------------------------------------------------------------------
DESC.001 = Used to calculate the timing of the upshift

DESC.002 = 
DESC.003 = 
DESC.004 = 

;
;         Seg Caption                          Major            Minor            Vis Dis 2D Grp
;         --- -------------------------------- ---------------- ---------------- --- --- -- ---
VIEW =      4 "RPM Drop Ratios"             "Desired Shift Times" ""                1   2  0   0
;
;         Address(es)                      BitOff Bits Typ Inv
;         -------------------------------- ------ ---- --- ---
ADDR =    1CE04                                 0   16 UNM   0
;
;         Units    Factor         Offset Prec MinLimit MaxLimit MinUser  MaxUser
;         -------- -------------- ------ ---- -------- -------- -------- --------
SI_SLOT = Factor    0.0002441406         0    4        0       7.999756        0       7.999756 
IM_SLOT = 
;
;         Enumerations
;         -------------------------------------------------------------------
SI_ENUM = .
IM_ENUM = .
;
;         Units            Labels
;         ---------------- -----------------------------------------------------
SI_COL =  Event        "StartShift,EndShift"
IM_COL =  Event        "StartShift,EndShift"

SI_ROW =  Gear   "2nd,3rd,4th"
IM_ROW =  Gear   "2nd,3rd,4th"

; ==============================================================================

12212156
Code:
[D1111]

;         Description
;          ---------------------------------------------------------------------------------------------------------------------------------
DESC.001 = Used to calculate the timing of the upshift

DESC.002 = 
DESC.003 = 
DESC.004 = 

;
;         Seg Caption                          Major            Minor            Vis Dis 2D Grp
;         --- -------------------------------- ---------------- ---------------- --- --- -- ---
VIEW =      4 "RPM Drop Ratios"             "Desired Shift Times" ""                1   2  0   0
;
;         Address(es)                      BitOff Bits Typ Inv
;         -------------------------------- ------ ---- --- ---
ADDR =    1A5FE                               0   16 UNM   0
;
;         Units    Factor         Offset Prec MinLimit MaxLimit MinUser  MaxUser
;         -------- -------------- ------ ---- -------- -------- -------- --------
SI_SLOT = Factor    0.0002441406         0    4        0       7.999756        0       7.999756 
IM_SLOT = 
;
;         Enumerations
;         -------------------------------------------------------------------
SI_ENUM = .
IM_ENUM = .
;
;         Units            Labels
;         ---------------- -----------------------------------------------------
SI_COL =  Event        "StartShift,EndShift"
IM_COL =  Event        "StartShift,EndShift"

SI_ROW =  Gear   "2nd,3rd,4th"
IM_ROW =  Gear   "2nd,3rd,4th"

; ==============================================================================
Enjoy