Mitsubishi Lancer Evolution 4/5/6/7/8/9 EvoScan Project v0.8

User topics relating to software that logs data from ECUs

Moderator: Freon

Postby Evo4Mad » Sat Jul 08, 2006 4:15 pm

Tell me what format you want and I'll add it. I orginally had time as a decimal. But nobody wanted it like that, because it didn't look good in excel.

I have added fields 3/4 together, and will add decimal seconds/milliseconds since start of log as a new field.

MalibuJack wrote:
mad_viii wrote:for now you can awk columns 3 and 4 together to get hh:mm:ss.ssss format on the time.

gawk -F , -v OFS=, '{print $1,$2,$3":"$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14,$15,$16,$17,$18,$19,$20,$21,$22,$23,$24,$25,$26,$27,$28,$29,$30}' EvoScanDataLog_2006.07.07_09.28.55.csv >>EvoScanDataLog_2006.07.07_09.28.55.fixed.csv

I'm sure there is an easier way than listing out each of the fields but this works.
Evo4Mad
 
Posts: 332
Joined: Mon Jun 13, 2005 11:58 pm
Location: New Zealand

Postby MalibuJack » Sat Jul 08, 2006 9:11 pm

Thats perfect.. Makes everyone happy.. :)
MalibuJack
 
Posts: 128
Joined: Tue Apr 25, 2006 12:10 pm
Location: Royse City, TX

Postby c-spec » Sat Jul 08, 2006 10:25 pm

it would be cool if we can have some source of dyno capability into the software.
c-spec
 
Posts: 63
Joined: Wed May 17, 2006 2:50 am

Postby MalibuJack » Sun Jul 09, 2006 6:05 am

c-spec wrote:it would be cool if we can have some source of dyno capability into the software.


Once Evo4Mad gets the new version out with the columns straightened out You can use Data Log Lab, the log files will import directly using a definition (and a definition file will likely be included in future versions of DLL) And you can do dyno runs in that. Its fairly accurate once everything is configured, and very consistent.. Until then, you can use my EvoScan Gateway tool I posted earlier, all it does is combine the seconds and time columns, then reformats the time so that you get a seconds from start of log.. And the logs can be days long, since I include the date (Day of year) in the calculation..

This won't be necessary after the new version is released..

Evo4Mad, I am a proficient programmer and would like to work on the program a bit, but I need the source code, I can help with development if you want to set up a members only source forge repository...
MalibuJack
 
Posts: 128
Joined: Tue Apr 25, 2006 12:10 pm
Location: Royse City, TX

Postby donour » Sun Jul 09, 2006 1:46 pm

withdrawn
Last edited by donour on Mon Jul 17, 2006 9:16 am, edited 1 time in total.
donour
 
Posts: 25
Joined: Thu Jul 07, 2005 12:52 pm
Location: Albuquerque

Postby mbaran » Sun Jul 09, 2006 4:49 pm

i just had a SES light and tried to use .8 to check it and it came up with no fault codes found. It connected and everything but came up empty. I used a code reader from autozone and it found the code and cleared it.

Thanks...

-Matt
mbaran
 
Posts: 4
Joined: Mon May 08, 2006 4:31 pm

Postby Evo4Mad » Sun Jul 09, 2006 6:18 pm

I think the JOBD DTC codes have limited trouble code set, which works well on my JDM Evo4, I'm guessing yours is a US Evo? what was the trouble code?

mbaran wrote:i just had a SES light and tried to use .8 to check it and it came up with no fault codes found. It connected and everything but came up empty. I used a code reader from autozone and it found the code and cleared it.

Thanks...

-Matt
Evo4Mad
 
Posts: 332
Joined: Mon Jun 13, 2005 11:58 pm
Location: New Zealand

Postby c-spec » Sun Jul 09, 2006 10:06 pm

evo4mad when is the next release?? no rush, it's just a question. :D
c-spec
 
Posts: 63
Joined: Wed May 17, 2006 2:50 am

Postby Evo4Mad » Sun Jul 09, 2006 10:48 pm

UPDATE: Added Playback Log in real-time feature.

I added this so that I could do testing without being in the garage with the car :) Next release will be soon
Evo4Mad
 
Posts: 332
Joined: Mon Jun 13, 2005 11:58 pm
Location: New Zealand

Postby Ladis » Mon Jul 10, 2006 3:37 am

Hi,

I have problem to start data logging on 2004 Euro EVO 8.
I am getting this error:

Info: Initialising At 5 baud 0x00...
Info: Initialisation Complete...
Info: Waiting for INIT Response...
Info: Connection successful...
Error: Cast from string "Err" to type 'Double' is not valid.
Info: Datalogger Ended.

Any ideas?
Thanks
Ladis
 
Posts: 9
Joined: Mon Jun 12, 2006 10:24 am

Postby Evo4Mad » Mon Jul 10, 2006 3:39 am

that only applies to wideband items, just untick all three from your list.

I have someone sending me an Innovate wideband sensor to get it all working for ya's.

Ladis wrote:Hi,

I have problem to start data logging on 2004 Euro EVO 8.
I am getting this error:

Info: Initialising At 5 baud 0x00...
Info: Initialisation Complete...
Info: Waiting for INIT Response...
Info: Connection successful...
Error: Cast from string "Err" to type 'Double' is not valid.
Info: Datalogger Ended.

Any ideas?
Thanks
Evo4Mad
 
Posts: 332
Joined: Mon Jun 13, 2005 11:58 pm
Location: New Zealand

Postby Ladis » Mon Jul 10, 2006 3:44 am

I have all parameters disabled, only Engine Speed selected and still getting same error.
Ladis
 
Posts: 9
Joined: Mon Jun 12, 2006 10:24 am

Postby c-spec » Tue Jul 11, 2006 12:08 am

awsome works as always evo4mad. and thanks malibujack fro always helping me.
c-spec
 
Posts: 63
Joined: Wed May 17, 2006 2:50 am

Postby dudical26 » Tue Jul 11, 2006 4:30 am

Evo4Mad, could you include a log trigger button. For example with Subaru, the program starts and stops logging when you push the rear defogger button. This makes it easy to log while driving on the highway without having to look at your laptop.

Thanks

Also is there any way to output the AF sensor as maybe AFR in addition to voltage?
dudical26
 
Posts: 13
Joined: Fri May 12, 2006 9:33 am

Postby laakness » Tue Jul 11, 2006 5:45 am

dudical26 wrote:Evo4Mad, could you include a log trigger button. For example with Subaru, the program starts and stops logging when you push the rear defogger button. This makes it easy to log while driving on the highway without having to look at your laptop.

Thanks

Also is there any way to output the AF sensor as maybe AFR in addition to voltage?


What? I don't want my rear defrost on when I'm logging :)
laakness
 
Posts: 68
Joined: Thu Jun 15, 2006 11:00 am

PreviousNext

Return to Data Logging Software

Who is online

Users browsing this forum: No registered users and 0 guests