joecar
March 27th, 2008, 10:30 PM
DYNCYLAIR_M is displayed by V2, but the scantool doesn't show DYNCYLAIR_DMA selected...
How do I link them...?
Here is my Options.ini file:
; __________________________________________________ _____________________
; | |
; | Copyright © 1999-2007 |
; | EFILive Limited |
; | web: http://www.efilive.com |
; | email: info@efilive.com |
; |_________________________________________________ ______________________|
;
; Modifications
; __________________________________________________ _______________________
; Version | When | Who | Why
; __________________________________________________ _______________________
; 8.0 | 2007-Feb-16 | PSB | Created file
; __________________________________________________ _______________________
;
; __________________________________________________ _______________________
*VEHICLES
;
;Vehicle selection list
;----------------------
;
; Cap1 and Cap2 form the "on-screen" display option from which the user may select.
; Controllers lists 1 or 2 "&" seperated pid memory map (*.pmm) files.
; PSL is the PID Selection defined later in this file
; PCU is the PID Custom Units defined later in this file
;
;Cap1 Cap2 Controllers (Engine&Trans) PSL PCU
;------- -------- -------------------------- ---------- --------
A PIDs, A, LS1B_A.pmm, PSL_A, PCU
B PIDs, B, LS1B_A.pmm, PSL_B, PCU
; __________________________________________________ _______________________
;
; PID Selection List
; ----------------------
;
; Node: Is one of PCM, ECM or TCM (use "-" for external PIDs).
; PIDs: Is one or more "|" seperated PID names. The first valid PID will be used.
; Alarm: Is 5 ":" seperated fields:
; min: Minimum value, below which the alarm will sound.
; max: Maximum value, above which the alarm will sound.
; style: Is one of:
; 0 = No sound, No LEDs
; 1 = Low pitch
; 2 = Medium Pitch
; 3 = High Pitch
; 4 = Very high Pitch
; 16 = Illuminate LED 1
; 32 = Illuminate LED 2
; 48 = Illuminate LED 3
; 64 = Illuminate LED 4
; 80 = Illuminate LED 5
; Add Pitch and LED values together to enable audio and visual alarms.
; For example, for Medium Pitch and LED 4, use 2+64 = 66
; time: Time (in 10ms increments) for which alarm will be sounded.
; hold: Time (in seconds) for which the displayed value will be frozen (not implemented yet).
;
; __________________________________________________ _______________________
*PSL_A
;
;Node PIDs (pid1|pid2|...|pidn) Alarm (min:max:style:time*10ms:hold*sec)
;---- -------------------------- -----------------------------------------
PCM, TP
PCM, DYNCYLAIR_M
PCM, MAF
PCM, DYNAIR
PCM, GEAR
PCM, ECT, -40:110:1:1:0
PCM, RPM, 0:6500:2:1:0
PCM, EQIVRATIO
PCM, HO2S11
PCM, HO2S12
PCM, HO2S21
PCM, HO2S22
PCM, SPARKADV
PCM, IAT
PCM, MAP
PCM, KR, 0:10:97:1:0
PCM, TCCMODE
PCM, MFTOTAL
PCM, VSS
-, WO2LAM1
-, WO2LAM2
-, WO2AFR1
-, WO2AFR2
; __________________________________________________ _______________________
*PSL_B
;
;Node PIDs (pid1|pid2|...|pidn) Alarm (min:max:style:time*10ms:hold*sec)
;---- -------------------------- -----------------------------------------
PCM, TP
PCM, MAF
PCM, GEAR
PCM, ECT, -40:110:1:1:0
PCM, RPM, 0:6500:2:1:0
PCM, EQIVRATIO
PCM, HO2S11
PCM, HO2S21
PCM, SPARKADV
PCM, IBPW1
PCM, IBPW2
PCM, IAT
PCM, MAP
PCM, LONGFT1
PCM, LONGFT2
PCM, KR, 0:10:97:1:0
PCM, TCCMODE
PCM, MFTOTAL
PCM, VSS
-, WO2LAM1
-, WO2LAM2
-, WO2AFR1
-, WO2AFR2
; __________________________________________________ _______________________
;
; PID Custom Units
; ----------------------
;
; PCU specifies the controller and PID for which to define a custom unit
; Caption is the caption displayed on screen during BB logging (8 characters maximum).
; Prec is the number of decimal places to display
; Units is the display units name.
; Op is the operator, one of:
; * = multiply
; / = divide
; i = invert_then_multiply
; The metric value of the PID is multiplied, divided or inverted then multiplied by Factor.
; Offset is then added.
;
; __________________________________________________ _______________________
*PCU
;
; PID Caption Prec Units Op Factor Offset
; ------------ -------- ----- ------- --- ------------- -------------
PCM,ECT, Coolant, 0, °F, *, 1.8, 32.0
PCM,MAP, Manifold, 1, psi, /, 6.894757,
PCM,VSS, Speed, 0, mph, /, 1.609344,
PCM,SPARKADV, Spark
PCM,EQIVRATIO, AFR, 3, AFR, i, 14.63,
PCM,IAT, Intake, 0, °F, *, 1.8, 32.0
PCM,MAF, AirFlow, 1, lb/m, /, 7.559873,
PCM,TP, Throttle
PCM,KR, Knock
-, T1, T1, 1, °F, *, 1.8, 32.0
-, T2, T2, 1, °F, *, 1.8, 32.0
How do I link them...?
Here is my Options.ini file:
; __________________________________________________ _____________________
; | |
; | Copyright © 1999-2007 |
; | EFILive Limited |
; | web: http://www.efilive.com |
; | email: info@efilive.com |
; |_________________________________________________ ______________________|
;
; Modifications
; __________________________________________________ _______________________
; Version | When | Who | Why
; __________________________________________________ _______________________
; 8.0 | 2007-Feb-16 | PSB | Created file
; __________________________________________________ _______________________
;
; __________________________________________________ _______________________
*VEHICLES
;
;Vehicle selection list
;----------------------
;
; Cap1 and Cap2 form the "on-screen" display option from which the user may select.
; Controllers lists 1 or 2 "&" seperated pid memory map (*.pmm) files.
; PSL is the PID Selection defined later in this file
; PCU is the PID Custom Units defined later in this file
;
;Cap1 Cap2 Controllers (Engine&Trans) PSL PCU
;------- -------- -------------------------- ---------- --------
A PIDs, A, LS1B_A.pmm, PSL_A, PCU
B PIDs, B, LS1B_A.pmm, PSL_B, PCU
; __________________________________________________ _______________________
;
; PID Selection List
; ----------------------
;
; Node: Is one of PCM, ECM or TCM (use "-" for external PIDs).
; PIDs: Is one or more "|" seperated PID names. The first valid PID will be used.
; Alarm: Is 5 ":" seperated fields:
; min: Minimum value, below which the alarm will sound.
; max: Maximum value, above which the alarm will sound.
; style: Is one of:
; 0 = No sound, No LEDs
; 1 = Low pitch
; 2 = Medium Pitch
; 3 = High Pitch
; 4 = Very high Pitch
; 16 = Illuminate LED 1
; 32 = Illuminate LED 2
; 48 = Illuminate LED 3
; 64 = Illuminate LED 4
; 80 = Illuminate LED 5
; Add Pitch and LED values together to enable audio and visual alarms.
; For example, for Medium Pitch and LED 4, use 2+64 = 66
; time: Time (in 10ms increments) for which alarm will be sounded.
; hold: Time (in seconds) for which the displayed value will be frozen (not implemented yet).
;
; __________________________________________________ _______________________
*PSL_A
;
;Node PIDs (pid1|pid2|...|pidn) Alarm (min:max:style:time*10ms:hold*sec)
;---- -------------------------- -----------------------------------------
PCM, TP
PCM, DYNCYLAIR_M
PCM, MAF
PCM, DYNAIR
PCM, GEAR
PCM, ECT, -40:110:1:1:0
PCM, RPM, 0:6500:2:1:0
PCM, EQIVRATIO
PCM, HO2S11
PCM, HO2S12
PCM, HO2S21
PCM, HO2S22
PCM, SPARKADV
PCM, IAT
PCM, MAP
PCM, KR, 0:10:97:1:0
PCM, TCCMODE
PCM, MFTOTAL
PCM, VSS
-, WO2LAM1
-, WO2LAM2
-, WO2AFR1
-, WO2AFR2
; __________________________________________________ _______________________
*PSL_B
;
;Node PIDs (pid1|pid2|...|pidn) Alarm (min:max:style:time*10ms:hold*sec)
;---- -------------------------- -----------------------------------------
PCM, TP
PCM, MAF
PCM, GEAR
PCM, ECT, -40:110:1:1:0
PCM, RPM, 0:6500:2:1:0
PCM, EQIVRATIO
PCM, HO2S11
PCM, HO2S21
PCM, SPARKADV
PCM, IBPW1
PCM, IBPW2
PCM, IAT
PCM, MAP
PCM, LONGFT1
PCM, LONGFT2
PCM, KR, 0:10:97:1:0
PCM, TCCMODE
PCM, MFTOTAL
PCM, VSS
-, WO2LAM1
-, WO2LAM2
-, WO2AFR1
-, WO2AFR2
; __________________________________________________ _______________________
;
; PID Custom Units
; ----------------------
;
; PCU specifies the controller and PID for which to define a custom unit
; Caption is the caption displayed on screen during BB logging (8 characters maximum).
; Prec is the number of decimal places to display
; Units is the display units name.
; Op is the operator, one of:
; * = multiply
; / = divide
; i = invert_then_multiply
; The metric value of the PID is multiplied, divided or inverted then multiplied by Factor.
; Offset is then added.
;
; __________________________________________________ _______________________
*PCU
;
; PID Caption Prec Units Op Factor Offset
; ------------ -------- ----- ------- --- ------------- -------------
PCM,ECT, Coolant, 0, °F, *, 1.8, 32.0
PCM,MAP, Manifold, 1, psi, /, 6.894757,
PCM,VSS, Speed, 0, mph, /, 1.609344,
PCM,SPARKADV, Spark
PCM,EQIVRATIO, AFR, 3, AFR, i, 14.63,
PCM,IAT, Intake, 0, °F, *, 1.8, 32.0
PCM,MAF, AirFlow, 1, lb/m, /, 7.559873,
PCM,TP, Throttle
PCM,KR, Knock
-, T1, T1, 1, °F, *, 1.8, 32.0
-, T2, T2, 1, °F, *, 1.8, 32.0