PDA

View Full Version : Silly real time logging question



stigmundfreud
September 22nd, 2008, 11:22 AM
This is definitely going to lose me some brownie points for asking but... having never done any real time logging, instead just using the v2 to display AFR in the past, I'm wondering if it is possible to display things like oil pressure/stft trims etc and if so how

mr.prick
September 22nd, 2008, 02:02 PM
if you mean with BBL,
you will need to configure the options.ini for the PIDs you want,
then load it to the V2.
after selecting PIDs (F1)>scan tool (F2)>data logging (F1)>display data (F2)
if you have the options.ini file configured properly,
you will see the you PID data there.

here is an example of how you own PIDs can be written:
*PSL_P10
;
;Node PIDs (pid1|pid2|...|pidn) Alarm (min:max:style:time*10ms:hold*sec)
;---- -------------------------- -----------------------------------------
PCM, ECT, -40:110:1:1:0
PCM, GM.DYNCYLAIR_DMA
PCM, IAT
PCM, LONGFT1
PCM, LONGFT2
PCM, VOLTS
PCM, MAP
PCM, RPM, 0:6500:2:1:0
PCM, SPARKADV
PCM, TP
PCM, DYNAIR
PCM, AFR
PCM, SPARKADV
PCM, MAFFREQ
PCM, MANVAC
PCM, IAC_STD_DMA
PCM, KR
PCM, IAC_LTD_DMA
"-", WO2AFR1
"-", WO2LAM1
"-", WO2ST1
"-", BEN1
"-", CLMODE
"-", FP
"-", LTFT
"-", RAFIG

stigmundfreud
September 22nd, 2008, 11:16 PM
Cheers for that I'll give it a try!