PDA

View Full Version : Multiple gear shift speed table



Tre-Cool
August 17th, 2022, 02:58 AM
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.

24203
Standard Efilive Table
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.0 0,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.00"
IM_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50.0 0,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.00"
;================================================= ================================================== ==========================================
[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.0 0,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.00"
IM_ROW = APP% "0.00,6.25,12.50,18.75,25.00,31.25,37.50,43.75,50.0 0,56.25,62.50,68.75,75.00,81.25,87.25,93.75,100.00"
;================================================= ================================================== ==========================================

24205

Highlander
September 29th, 2022, 06:35 AM
very nice... any trans table defined is good.

joecar
October 6th, 2022, 05:18 PM
Tre-Cool, Thanks for posting. It takes time and effort to locate tables.

Tre-Cool
October 9th, 2022, 04:24 AM
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.

Highlander
December 24th, 2022, 07:24 PM
it is possible.
what do you want to accomplish? which tables you want to see in a single table?

joecar
December 24th, 2022, 09:29 PM
He wants all the normal upshift/downshift curves together in a single table (so they can be compared).

Tre-Cool
December 24th, 2022, 11:11 PM
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.

joonsmith
December 25th, 2022, 11:01 AM
Thanks for all the info.

Regards,

oil and gas training courses in Ghana (https://petropartners.co.uk/)

Blacky
December 26th, 2022, 01:07 PM
Did you put quotes around the list of comma separate addresses?

Tre-Cool
December 26th, 2022, 11:21 PM
that got it, had to do it like this.

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

24299

joecar
December 29th, 2022, 04:14 PM
Good Job :cheers: