Code:
; sample logging configuration file for openport 2.0; must be named logcfg.txt and be placed in the root directory of the
; microSD card inserted in the openport in order to work
; this sample logs using the MUT-II protocol over the K-line, which works
; for many mitsubishis, including the EVO 8 and 9
;----------------mut2----------------
type=mut2
; you can also set an OBD pin to a voltage, ground, or a high impedance state
; the first number is the OBD pin number, the second number is the pin voltage with the following values:
;
; 8000-18000 : voltage in millivolts for OP2 Rev C and earlier
; 5000-25000 : voltage in millivolts for OP2 Rev D and later
; -1 : set pin to high impedance (default state)
; -2 : pull pin to ground
;
; keep in mind that if you are applying a non-zero voltage to more than one pin, all of those voltages
; must be the same
; the following setpinvoltage sets OBD pin 1 to ground, which is needed to enable logging on older Mitsubishis
; it is commented out as it is not needed for newer models (e.g. EVO 8/9)
;
setpinvoltage=1,-2
paramname=TimingAdv
paramid=0x06
scalingrpn=x,20,-
paramname=RPM
paramid=0x21
scalingrpn=x,31.25,*
paramname=TPS
paramid=0x17
scalingrpn=x,0.39215686,*
paramname=Air1
paramid=0x00
scalingrpn=x
isvisible=0
paramname=Air2
paramid=0x01
scalingrpn=x
isvisible=0
paramname=2ByteAirFlow
scalingrpn=Air1,256,*,Air2,+,0.09828125,*
paramname=Load1
paramid=0x02
scalingrpn=x
isvisible=0
paramname=Load2
paramid=0x03
scalingrpn=x
isvisible=0
paramname=2ByteLoad
scalingrpn=Load1,256,*,Load2,+,0.3125,*
paramname=KnockSum
paramid=0x26
paramname=KnockVoltage
paramid=0x30
scalingrpn=x,0.0195,*
paramname=KnockBase
paramid=0x6B
paramname=MAPScaled
paramid=0xA1
scalingrpn=x,0.27545,*,21.1,-
paramname=AFR
paramid=0xBF
scalingrpn=x,0.03913,*,9,+
paramname=AFRMAP
scalingrpn=1881.6,x,/
paramid=0x32
paramname=IPWFront
paramid=0x2B
scalingrpn=x,0.256,*
paramname=IDCFront
scalingrpn=IPWFront,RPM,*,1200,/
paramname=IPWRear
paramid=0x29
scalingrpn=x,0.256,*
paramname=IDCRear
scalingrpn=IPWRear,RPM,*,1200,/
paramname=WGDC
paramid=0x86
scalingrpn=x,2,/
paramname=TargetLoad
paramid=0xB6
scalingrpn=x,0.625,*,20,+
paramname=WGDC Correction
paramid=0X8B
scalingrpn=x,0.5,*,64,-
paramname=Speed
paramid=0x2F
scalingrpn=x,1.242742384,*
paramname=RearFuelTrim_Low
paramid=0x0C
scalingrpn=x,0.19607843,*,25,-
priority=2
;paramname=RearFuelTrim_Middle
;paramid=0x0D
;scalingrpn=x,0.19607843,*,25,-
;priority=2
;paramname=RearFuelTrim_High
;paramid=0x0E
;scalingrpn=x,0.19607843,*,25,-
;priority=2
paramname=RearO2Sensor
paramid=0x13
scalingrpn=x,0.0195,*
paramname=FrontFuelTrim_Low
paramid=0x4C
scalingrpn=x,0.19607843,*,25,-
priority=2
;paramname=FrontFuelTrim_Middle
;paramid=0x4D
;scalingrpn=x,0.19607843,*,25,-
;priority=2
;paramname=FrontFuelTrim_High
;paramid=0x4E
;scalingrpn=x,0.19607843,*,25,-
;priority=2
paramname=FrontO2Sensor
paramid=0x3E
scalingrpn=x,0.0195,*
paramname=Battery
paramid=0x14
scalingrpn=x,0.0733,*
priority=2
;paramname=ISCSteps
;paramid=0x16
paramname=CoolantTemp
paramid=0x10
scalingrpn=x,1.8,*,40,-
;paramname=AirTemp
;paramid=0x11
;scalingrpn=x,1.8,*,40,-
paramname=OCTNumber
paramid=0x27
scalingrpn=x,0.39215686,*
priority=2
;conditionrpn=RPM,100,>
;action=start
;conditionrpn=RPM,0,==
;action=stop
conditionrpn=TPS,60,>
action=start
conditionrpn=TPS,60,<
action=stop
Bookmarks