Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Multiple gear shift speed table

  1. #1
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    938

    Default Multiple gear shift speed table

    Been going through t43 calibrations and adding a lot of undefined tables to test, some of the late vf commodore ones don't have the the tapshift speed's defined so i found & added them, but i did them as separate tables per gear, but i'd like to make them look just like the normal efilive defined tables where all the upshift & downshift tables are in 1. But if I set the start point of the hex data to include the multiple gears values, it also includes the start header/seperator for the next gear.

    Click image for larger version. 

Name:	vf-tapshift1.PNG 
Views:	144 
Size:	19.3 KB 
ID:	24203
    Standard Efilive Table
    Click image for larger version. 

Name:	tapshift-part-throttle.PNG 
Views:	146 
Size:	20.1 KB 
ID:	24204

    [D9796]
    ; Description
    ; ---------------------------------------------------------------------------------------------------------------------------------
    DESC.001 = TUTD Shift Settings.
    DESC.002 =
    DESC.003 =
    ;
    ;
    ; Seg Caption Major Minor Vis Dis 2D Grp
    ; --- ---------------------- --------------------------- ------------------------------ --- --- -- ---
    VIEW = 4 "1-2 Shift" "Shift Control" "Tap Up/Down Shift Speeds" 2 2 1 0
    ;
    ; Address(es) BitOff Bits Typ Inv
    ; -------------------------------- ------ ---- --- ---
    ADDR = 1E7F90 0 16 UNM 0
    ;
    ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser
    ; ------------------------ -------------- ------ ---- -------- -------- -------- --------
    SI_SLOT = KPH 0.0078125 0.0 1 0 512 0 512
    IM_SLOT = MPH 0.0039060 0.0 1 0 318 0 318
    ;
    ; Body Col Row
    ; -------------- -------------- --------------
    ULABELS = . . .
    ;
    ; Enumerations
    ; -------------------------------------------------------------------
    SI_ENUM = .
    IM_ENUM = .
    ;
    ; Units Labels
    ; ---------------- -----------------------------------------------------
    SI_COL = "Gear Change" "1->2"
    IM_COL = "Gear Change" "1->2"
    ;
    SI_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50. 00,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.0 0"
    IM_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50. 00,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.0 0"
    ;================================================= ================================================== ==========================================
    [D9797]
    ; Description
    ; ---------------------------------------------------------------------------------------------------------------------------------
    DESC.001 = TUTD Shift Settings.
    DESC.002 =
    DESC.003 =
    ;
    ;
    ; Seg Caption Major Minor Vis Dis 2D Grp
    ; --- ---------------------- --------------------------- ------------------------------ --- --- -- ---
    VIEW = 4 "2-3 Shift" "Shift Control" "Tap Up/Down Shift Speeds" 2 2 0 0
    ;
    ; Address(es) BitOff Bits Typ Inv
    ; -------------------------------- ------ ---- --- ---
    ADDR = 1E7FB4 0 16 UNM 0
    ;
    ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser
    ; ------------------------ -------------- ------ ---- -------- -------- -------- --------
    SI_SLOT = KPH 0.0078125 0.0 1 0 512 0 512
    IM_SLOT = MPH 0.0039060 0.0 1 0 318 0 318
    ;
    ; Body Col Row
    ; -------------- -------------- --------------
    ULABELS = . . .
    ;
    ; Enumerations
    ; -------------------------------------------------------------------
    SI_ENUM = .
    IM_ENUM = .
    ;
    ; Units Labels
    ; ---------------- -----------------------------------------------------
    SI_COL = "Gear Change" "2->3"
    IM_COL = "Gear Change" "2->3"
    ;
    SI_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50. 00,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.0 0"
    IM_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50. 00,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.0 0"
    ;================================================= ================================================== ==========================================
    Click image for larger version. 

Name:	t43-tapshift.PNG 
Views:	141 
Size:	12.6 KB 
ID:	24205

  2. #2
    Lifetime Member
    Join Date
    Jul 2003
    Posts
    1,897

    Default

    very nice... any trans table defined is good.
    "All that is needed for the triumph of evil is that good men do nothing..."

  3. #3
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    Tre-Cool, Thanks for posting. It takes time and effort to locate tables.

  4. #4
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    938

    Default

    I haven't posted the full cax file. my question is still around how or if it's possible to define all the gearshifts in 1 table vs individual.

  5. #5
    Lifetime Member
    Join Date
    Jul 2003
    Posts
    1,897

    Default

    it is possible.
    what do you want to accomplish? which tables you want to see in a single table?
    "All that is needed for the triumph of evil is that good men do nothing..."

  6. #6
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,403

    Default

    He wants all the normal upshift/downshift curves together in a single table (so they can be compared).

  7. #7
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    938

    Default

    yeah, Joe gets it.

    Basically i found all the missing tapshift tables for os 24267577, but between each 17 items there is a 00 11 hex block for the next 17 items.

    i've tried to use a comma between addresses with each address specified but having no luck.

  8. #8
    Banned
    Join Date
    Dec 2022
    Posts
    1

    Default

    Thanks for all the info.

    Regards,

    oil and gas training courses in Ghana

  9. #9
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,498

    Default

    Did you put quotes around the list of comma separate addresses?
    Before asking for help, please read this.

  10. #10
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    938

    Default

    that got it, had to do it like this.

    """value1"",""value2"",""value3"",""lastvalue" ""

    Click image for larger version. 

Name:	tapshift-all-gears.PNG 
Views:	100 
Size:	41.0 KB 
ID:	24299

Page 1 of 2 12 LastLast

Similar Threads

  1. truck wont shift 2-3 rd gear at wot after tune?
    By miss behavin 83 in forum Gen IV V8 Specific
    Replies: 3
    Last Post: February 24th, 2016, 05:53 AM
  2. 6 speed not updating current gear fast enough
    By dieselmd in forum Allison 5 & 6 Speed
    Replies: 2
    Last Post: October 18th, 2015, 06:56 AM
  3. 3rd gear flare shift
    By mstordahl in forum Cummins 5.9L
    Replies: 18
    Last Post: November 24th, 2012, 07:35 AM
  4. 3rd gear flare shift
    By mstordahl in forum Cummins 5.9L
    Replies: 0
    Last Post: June 5th, 2012, 08:05 AM
  5. Car dies after fast shift to third gear
    By Highlander in forum E37, E38 & E67 PFI ECM's
    Replies: 2
    Last Post: April 16th, 2011, 11:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •