PDA

View Full Version : New logger for X w/ Mode 23. A .NET reincarnation of Tephra's Mode23 w/ WB



funks
10-02-2009, 12:07 AM
The MODE 23 EVOXLogger w/ Wideband (http://newhope.homelinux.com/~gdaswani/evoxlogger.zip") based off Tephra's is alive.Â* I'd like to thank Tephra for sharing the power of his source :]

It's not a straight C program anymore (now C++/CLI ), so it requires the .NET framework version 3.5 SP1 (http://www.microsoft.com/downloads/details.aspx?FamilyID=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en)

Widebands Currently Supported

"PLX" - PLX SM-AFR
"LM1" (needs testing) - Innovate LM-1
"LC1" (needs testing) - Innovate LC-1
"ZT2" (needs testing) - Zeitronix ZT-2
"AEM" (needs testing) - AEM UEGO

Monitors get configured as follows via file "monitors.config"



#
# Name:Source:HexAddress:ReturnBytes:RPNFormula:Prio rity
# 1) Make sure there are NO SPACES (including @ end)
# 2) Make sure your formula is correct - "x" is the value returned from the car.
#
TPS:OP2:0x8086F9:1:x,32,-,129,*,255,/:1
2ByteRPM:OP2:0x808746:2:x,3.90625,*:1
LoadFuel:OP2:0x80876E:2:x,10,*,32,/:1
TimingAdv:OP2:0x808A07:1:x,20,-:1
KnockSum:OP2:0x808A4B:1:x:1
PSIG:OP2:0x80871A:2:x,4,/,0.19347,*,14.5,-:1
WideBandAF:WB:0x000000:0:x:1



The wideband stuff like this via file "wb.config"



#
# Type:COMPORT:TestMode
#
PLX:COM4:false
When you run the "evoxlogger.exe" it automatically creates a log file in the relative "logs" folder..

The autogenerated filename is generated with the following format - example: "EVOXLogger-2009_10_01-22:58.csv"

If you run it as such "evoxlogger.exe C:\temp\mylog.csv" then it writes to the file file path passed in..

funks
10-09-2009, 11:11 PM
^bump..

Updated - it now supports the PLX, LC1, LM1, AEM, and ZT2..

Only the PLX was tested, if somebody can try it on their LC1, LM1, AEM, or ZT-2 - would be great.