; COMBINED CAX - B3106 B3107 B3108 B3109 B3110 B7000 B9000 B9021 B9103 D1111 D2400 ; _______________________________________________________________________ ; | | ; | Copyright © 1998-2004 | ; | EFILive Limited | ; | | ; | _____________________________________________________________________ | ; | | ; | All rights reserved. No part of this program may be modified, | ; | reproduced, transmitted or translated to another language | ; | without the prior written consent of EFILive Limited. | ; | _____________________________________________________________________ | ; | | ; | The copyright notice above does not evidence any | ; | actual or intended publication of such source code. | ; | _____________________________________________________________________ | ; | | ; | http://www.efilive.com | ; | contact: info@efilive.com | ; | | ; |_______________________________________________________________________| ; ; Modifications ; _________________________________________________________________________ ; Version | When | Who | Why ; _________________________________________________________________________ ; 7.1.0 | 2004-Oct-22 | PSB | Created file ; _________________________________________________________________________ ; 7.1.1 | 2005-Feb-06 | PSB | Changed the way the descripion data is ; | stored. ; _________________________________________________________________________ ; 7.1.2 | 2011-MAY-05 |MH | Built file. ; _________________________________________________________________________ ; ; ; Calibration definition extension for OS 12202088 ; ; File is in standard Windows ini file format ; ; Each calibration is defined as a section, the section name is the ; calibration Id. ; ; There are multiple keys in each section that each define different ; parts of the calibration. ; ; Key Values ; ________ _________________________________________________________________ ; DESC Description, including "See also" links ; VIEW Seg,Caption,Major,Minor,Visibility,DisplayType,Force 2D,Group ; ADDR Address(es),BitOff,Bits,Type,Invert ; SI_SLOT Units,Factor,Offset,Precision,MinLimit,MaxLimit,MinUser,MaxUser ; IM_SLOT Units,Factor,Offset,Precision,MinLimit,MaxLimit,MinUser,MaxUser ; SI_ENUM Labels ; IM_ENUM Labels ; SI_ROW Units,Labels ; IM_ROW Units,Labels ; SI_COL Units,Labels ; IM_COL Units,Labels ; ; Fields that are not defined must be specified with a placeholder of ; a single dot (.) ; ; Fields that contain spaces or commas *MUST* be enclised in double quotes. ; ; __________________________________________________________________________ ; Id: ; The EFILive internal code used to uniquely identify each calibration. ; DO NOT USE CALIBRATION IDS THAT HAVE ALREADY BEEN USED BY EFILIVE, THEY ; WILL BE SILENTLY IGNORED. ; ; Calibration ID's are (usually) created so that the first letter defines ; the segment: ; A = Segment 1 - Operating system ; B = Segment 2 - Engine calibrations ; C = Segment 3 - Engine diagnostics ; D = Segment 4 - Transmission calibrations ; E = Segment 5 - Transmission diagnostics ; F = Segment 6 - Fuel system ; G = Segment 8 - Speedometer ; __________________________________________________________________________ ; ; [DESC] ; __________________________________________________________________________ ; ; Text: ; Multiline description, each paragraph is enclosed in double quotes and ; separated by a comma. ; Double quotes can be escaped by placing two double quote chars together. ; Text will be automatically wrapped by EFILive to fit the current ; display size. ; Any valid {CALID} will be replaced by: "ID's Caption" {CALID} ; ; If you inlcude the following line of text: ; See also: {-CALID1}{-CALID2}...{-CALIDn} ; Will cause EFILive to display the calibration ID's and names of the ; listed calibration IDs. Future version of EFILive will convert these ; "links" into hot links within the Tuning Tool application. ; ; __________________________________________________________________________ ; ; VIEW ; __________________________________________________________________________ ; ; Segment: ; Defines the PCM segment number to which this calibration belongs. ; It is informational only and is only used to control the top level Navigator ; tree view branch under which this calibration will be displayed. ; ; Caption: ; Defines the text that will apear in the Navigator for this calibration ; ; Major: ; Defines the upper tree branch in the Navigator, under which this ; calibration will be displayed. ; ; Minor: ; Defines the lower tree branch in the Navigator, under which this ; calibration will be displayed. ; ; Visibility: ; Is one of the following values: ; 0 = Not visible to the user, but still available to the Tuner Tool software. ; For example, "Engine type" is not a user modifiable calibration but it ; is displayed by the Tuning Tool software, so must be defined with ; visibility of . ; 1 = Demo, visible to All (i.e including unlicensed) license levels. ; 2 = Personal, visible to Personal and Workshop license levels only. ; 3 = Workshop, visible only to Workshop and Commercial license level only. ; ; DisplayType: ; Is one of the following values: ; 1 = Val, the cal will be displayed as one of multiple parameters. ; 2 = Col, the cal will be displayed as a single column of values. ; 3 = Map, the cal will be displayed as a 2 dimensional matrix of values. ; ; Force2D: ; Is one of the following values: ; 0 = Do not force the calibration to be displayed initially with a 2D graph. ; 1 = Force the calibration to be displayed initially with a 2D graph. ; (This is mostly used for transmission "shift point" calibrations) ; ; Group: ; Is one of: ; 0 = Basic, this calibration will default to be in the "Basic" group. ; 1 = Standard, this calibration will default to be in the "Standard" group. ; 2 = Expert, this calibration will default to be in the "Expert" group. ; ; __________________________________________________________________________ ; ; ADDR ; __________________________________________________________________________ ; ; Address(es): ; The absolute offset of the address of the calibration in the PCM's Flash ; memory. For multi column calibrations this is a comma seperated list of ; addresses, where each address in the list is the address of the first element ; in each column. ; DO NOT DEFINE A CALIBRTION WITH AN ADDRESS SPACE THAT OVERLAPS AN EXISTING ; CALIBRATION. THE RESULTS WILL BE UNDEFINED. ; ; BitOffset: ; If the calibration refers to a bit (or set of bits) then this defines the ; starting bit of the calibration data. Bits are numbered from 0 to 7 with ; 0 begin the least significant bit and 7 being the most significant bit. ; ; BitCount: ; The number of bits used by each value in the calibration (usually 8 or 16) ; ; DataType: ; Is one of the following values: ; UNM cal value are stored as unsigned numeric ; SNM cal value are stored as signed numeric ; SED cal value are stored as state encoded data (or enumerated types) ; ; Inverse: ; Is one of the following values ; 0 = False, the calibration values are displayed and edited "as is". ; 1 = True, the calibration values are displayed and edited as 1/N where ; N is the calibrated value. ; ; __________________________________________________________________________ ; ; SI_SLOT ; __________________________________________________________________________ ; Units: ; Is the text of the Metric units in which the calibration values are displayed. ; ; Factor: ; Is the factor by which to multiply the raw PCM values to convert them into ; the appropriate "SiUnits". ; ; Offset: ; Is the offset to add to the raw PCM values to convert them into the ; appropriate "SiUnits". ; ; Prec: ; Is the default number of decimal places to display the calibration values in ; Metric. ; ; MinLimit: ; Is the Metric PCM minimum value that can be set for this calibration. ; ; MaxLimit: ; Is the Metric PCM maximum value that can be set for this calibration. ; ; MinUser: ; Is the EFILive (sane) Metric minimum limit that can be set for this calibration. ; ; MaxUser: ; Is the EFILive (sane) Metric maximum limit that can be set for this calibration. ; ; __________________________________________________________________________ ; ; SI_ENUM ; __________________________________________________________________________ ; ; Is the comma seperated list of enumerated text of the Metric units in which ; the calibration values are displayed. May be left blank for non-enumerated calibrations. ; ; __________________________________________________________________________ ; ; IM_SLOT ; __________________________________________________________________________ ; ; Units: ; Is the text of the Imperial units in which the calibration values are displayed. ; ; Factor: ; Is the factor by which to multiply the raw PCM values to convert them into ; the appropriate "ImUnits". ; ; Offset: ; Is the offset to add to the raw PCM values to convert them into the ; appropriate "ImUnits". ; ; Prec: ; Is the default number of decimal places to display the calibration values in ; Imperial. ; ; MinLimit: ; Is the Imperial PCM minimum value that can be set for this calibration. ; ; MaxLimit: ; Is the Imperial PCM maximum value that can be set for this calibration. ; ; MinUser: ; Is the EFILive (sane) Imperial minimum limit that can be set for this calibration. ; ; MaxUser: ; Is the EFILive (sane) Imperial maximum limit that can be set for this calibration. ; ; __________________________________________________________________________ ; ; ULABELS ; __________________________________________________________________________ ; ; Is three unit labels, for Body, Col and Row. ; I can't remember what they are for, but they need to be there - just make ; them dots for now. I will figure out what they are for later. ; ; __________________________________________________________________________ ; ; IM_ENUM ; __________________________________________________________________________ ; ; Is the comma seperated list of enumerated text of the Imperial units in which ; the calibration values are displayed. May be left blank for non-enumerated calibrations. ; ; __________________________________________________________________________ ; ; SI_ROW ; __________________________________________________________________________ ; ; Units: ; Is the text of the Metric units of the Row labels. ; ; Labels: ; Is the comma seperated list of Metric Row labels. ; ; __________________________________________________________________________ ; ; IM_ROW ; __________________________________________________________________________ ; ; Units: ; Is the text of the Imperial units of the Row labels. ; ; Labels: ; Is the comma seperated list of Imperial Row labels. ; ; __________________________________________________________________________ ; ; SI_COL ; __________________________________________________________________________ ; ; Units: ; Is the text of the Metric units of the Col labels. ; ; Labels: ; Is the comma seperated list of Metric Col labels. ; ; __________________________________________________________________________ ; ; IM_COL ; __________________________________________________________________________ ; ; Units: ; Is the text of the Imperial units of the Col labels. ; ; Labels: ; Is the comma seperated list of Imperial Col labels. ; ; ============================================================================== ; The OS section defines the memory locations of operating system info. ; All avalues are in HEX. If the calibration is not supported use: = X [OS] ; Operating System Number (2 ASCII bytes) PCM_OSID = 0508 ; The following addresses are +$4000 or +$6000 depending on the ; state of the EEPROM emulator. ; End Model Number (32 bit unsigned) PCM_EMN = 18 ; Hardware number (32 bit unsigned) PCM_HW = 04 ; VIN (17 ASCII bytes) PCM_VIN = 21 ; PCM serial number (12 ASCII bytes) PCM_SERIAL = 08 ; PCM Broadcast Code (4 ASCII bytes) PCM_BCC = 1C ; =============================================================================== [B3106] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - Min. Fuel Composition Change for Update . ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- ----------------------------------------- ---------------- ---------------- --- --- -- --- VIEW = 2 "Min. Fuel Composition Change for Update" "Fuel" "Flex Fuel" 1 1 0 1 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = B7AE 0 16 SNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = % 0.01953125 0 2 0 100 0 100 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . SI_ROW = . IM_COL = . ; =============================================================================== ; =============================================================================== [B3107] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - Fuel Composition Change Delay Volume . ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- ----------------------------------------- ---------------- ---------------- --- --- -- --- VIEW = 2 "Fuel Composition Change Delay Volume" "Fuel" "Flex Fuel" 1 1 0 1 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = B7B0 0 16 SNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = Gal. 0.000013208 0 5 0 0.8656 0 0.8656 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . SI_ROW = . IM_COL = . ; =============================================================================== ; =============================================================================== [B3108] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - Fuel Composition Transition Volume . ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- ----------------------------------------- ---------------- ---------------- --- --- -- --- VIEW = 2 "Fuel Composition Transition Volume" "Fuel" "Flex Fuel" 1 1 0 1 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = B7B2 0 16 SNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = Gal. 0.000013208 0 5 0 0.8656 0 0.8656 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . SI_ROW = . IM_COL = . ; =============================================================================== ; =============================================================================== [B3109] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - Flex Fuel Sensor Freq. for 0% Ethanol . ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- ----------------------------------------- ---------------- ---------------- --- --- -- --- VIEW = 2 "Flex Fuel Sensor Freq. for 0% Ethanol" "Fuel" "Flex Fuel" 1 1 0 1 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = B7B6 0 16 SNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = HZ 0.4882813 0 2 0 30000 0 30000 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . SI_ROW = . IM_COL = . ; =============================================================================== ; =============================================================================== [B3110] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - Flex Fuel Sensor Composition Slope . ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- ----------------------------------------- ---------------- ---------------- --- --- -- --- VIEW = 2 "Flex Fuel Sensor Composition Slope" "Fuel" "Flex Fuel" 1 1 0 1 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = B7B8 0 16 SNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = Gal. .0004882813 0 5 0 15 0 15 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . SI_ROW = . IM_COL = . ; =============================================================================== ; =============================================================================== [B7000] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - Flex Fuel Spark Blend Factor Vs. % Alcohol . ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- ----------------------------------------- ---------------- ---------------- --- --- -- --- VIEW = 2 "Flex Fuel Spark Blend Factor Vs. % Alcohol" "Spark" "General" 1 2 0 1 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = 113E4 0 16 UNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = Mult .0002441406 0 4 0 255 0 255 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . SI_ROW = . "0,10,20,50,80" "Value" IM_COL = . ; =============================================================================== ; ============================================================================== [B9000] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - to allow Lean Cruise on all 2001+ LSx based vehicles, not just Holden. DESC.002 = Apply the patch state you desire then save the file and Full Flash the PCM. DESC.003 = To get sample values for the lean cruise tables look at a Holden tune just the patch isn't enough, you need to fill the tables. DESC.004 = BIG WARNING: Do this at your own risk, if anything goes wrong it's your own fault, happy tuning. DESC.005 = Patch made by 'The Paranoid Android 2007'. ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- -------------------------------- --------------------------- ---------------- --- --- -- --- VIEW = 2 "Lean Cruise Enable" "Fuel" "Lean Cruise" 2 1 0 0 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = 2ADEE 0 16 SED 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = Factor 1.0 0 0 0 65535 0 65535 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = "26118=Disabled,20081=Enabled" IM_ENUM = "26118=Disabled,20081=Enabled" ; ; Units Labels ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . ; SI_ROW = . IM_ROW = . ; ============================================================================== ; ============================================================================== ; [B9021] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - This is the minimum pulsewidth the pcm will command for the fuelling portion of the final pulsewidth equation. DESC.002 = DESC.003 = DESC.004 = DESC.005 = DESC.006 = DESC.007 = ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- -------------------------------- ---------------- ---------------- --- --- -- --- VIEW = 2 "Transient Minimum Pulsewidth" "Fuel" "Injectors" 1 1 0 1 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = C00E 0 16 SNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = m/sec 0.015198 0 6 0.0001 4 0.0001 4 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . SI_ROW = . IM_COL = . ; =============================================================================== ; =============================================================================== ; This "4x4 Option" cax is suitable for the 2004 OS: ; 12587603, 12606960 COS3 04073003 ; =============================================================================== ; [B9103] ; Description ; -------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - Enables 4X4 option ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- -------------------------------- --------------------------- ---------------- --- --- -- --- VIEW = 4 "4X4 Enable" "General" "" 1 1 0 0 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = 196B4 0 8 SED 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = Mode 1.0 0 0 0 65535 0 65535 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ----------------------------------------------------------------------- SI_ENUM = "0=2wd,1=4wd" IM_ENUM = "0=2wd,1=4wd" ; ; Units Labels ; ---------------- ------------------------------------------------------ SI_COL = .IM_COL = . ; SI_ROW = .IM_ROW = . ; =============================================================================== ; ============================================================================== [B9996] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - IAT Sensor Calibration Table DESC.002 = DESC.003 = DESC.004 = DESC.005 = ; ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- ------------------------------------ -------------------- ------- --- --- -- --- VIEW = 2 "IAT Sensor Calibration Table" "IAT" "" 1 2 0 0 ; ; Address(es) BitOff Bits Typ Inv ; -------------------------------- ------ ---- --- --- ADDR = F90A 0 16 SNM 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; ---------- -------------- ------ ---- -------- -------- -------- -------- SI_SLOT = "C" 0.0390625 0 3 -40 284 -40 284 IM_SLOT = "F" 0.0703125 0 3 -40 543 -40 543 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ------------------------------------------------------------------- SI_ENUM = . IM_ENUM = . ; ; Units Labels ; ---------------- ---------------------------------------------------------- SI_COL = "C" "C" IM_COL = "F" "F" ; SI_ROW = "% A/D" "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.50,93.75,100.00" IM_ROW = "% A/D" "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.50,93.75,100.00". ; ============================================================================== ; ============================================================================== [D1111] ; Description ; --------------------------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - 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" ; ============================================================================== ; ============================================================================== ; This "Gear Indicator Type" cax file is suitable for the 2004 OS: ; 12587603, 12587604, COS3 04073003 ; [D2400] ; Description ; ---------------------------------------------------------------------------------------------------------------- DESC.001 = CAX Patch - Selects the Gear Indicator Type. ; ; Seg Caption Major Minor Vis Dis 2D Grp ; --- -------------------------------- --------------------------- ---------------- --- --- -- --- VIEW = 4 "Gear Indicator Type" "General" "" 1 1 0 0 ; ; Address(es) BitOff Bits Typ Inv ; ; -------------------------------- ------ ---- --- --- ADDR = 1F77A 0 8 SED 0 ; ; Units Factor Offset Prec MinLimit MaxLimit MinUser MaxUser ; -------- -------------- ------ ---- -------- -------- ------- -------- SI_SLOT = Mode 1 0 0 0 255 0 255 ; ; Body Col Row ; -------------- -------------- -------------- ULABELS = . . . ; ; Enumerations ; ---------------------------------------------------------------------- SI_ENUM = "0=None,1=PRNDL,2=P/N" IM_ENUM = "0=None,1=PRNDL,2=P/N" ; ; Units Labels ; ; ---------------- ----------------------------------------------------- SI_COL = . IM_COL = . ; SI_ROW = . IM_ROW = . ; ============================================================================== ; COMBINED CAX - B3106 B3107 B3108 B3109 B3110 B7000 B9000 B9021 B9103 D1111 D2400