prj
|
|
« on: May 31, 2012, 06:51:30 AM »
|
|
|
Attached is a small script to convert ME7Logger files to Winlog format. Need tcl. Usage is tclsh logconvert.tcl /path/to/file.csv > output.txt
Why?
With Winlog you can do this, and so much more:
|
|
|
Logged
|
|
|
|
RaraK
|
|
« Reply #1 on: June 15, 2012, 10:38:08 AM »
|
|
|
Nice idea, i will try this at some point
|
|
|
Logged
|
|
|
|
Bische
|
|
« Reply #2 on: October 08, 2012, 12:22:45 PM »
|
|
|
Looks very interesting but what is tcl?
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #3 on: October 08, 2012, 01:46:26 PM »
|
|
|
Scripting language. If you are on Windows, I guess you can get the ActiveTCL free distro to get the shell.
|
|
|
Logged
|
|
|
|
Bische
|
|
« Reply #4 on: October 08, 2012, 10:47:19 PM »
|
|
|
Ahh thanks, ill look into it.
|
|
|
Logged
|
|
|
|
Stompen
Full Member
Karma: +5/-0
Offline
Posts: 95
2002 Audi A4 1.8T
|
|
« Reply #5 on: October 22, 2012, 09:22:28 PM »
|
|
|
Could you please explain how to use this? I`ve downloaded activetcl, but cant figure out how to use this with winlog,,, ??
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #6 on: October 23, 2012, 01:34:38 AM »
|
|
|
You make a log with me7logger, then run this script, as detailed in the first post.
Then you open output.txt with WinLogView and add the variables you need.
|
|
|
Logged
|
|
|
|
Stompen
Full Member
Karma: +5/-0
Offline
Posts: 95
2002 Audi A4 1.8T
|
|
« Reply #7 on: October 23, 2012, 02:45:29 AM »
|
|
|
will try this tonight. Thank you
|
|
|
Logged
|
|
|
|
Bische
|
|
« Reply #8 on: October 30, 2012, 08:27:32 PM »
|
|
|
What am I doing wrong here?
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #9 on: October 31, 2012, 02:03:58 AM »
|
|
|
Well, you are not running it the same way as I detailed in the original post. To be exact you are missing the ">" operator. That is why you get an error.
|
|
|
Logged
|
|
|
|
Milka
Full Member
Karma: +3/-0
Offline
Posts: 129
|
|
« Reply #10 on: October 31, 2012, 03:51:21 AM »
|
|
|
This is pretty cool, played with it and also added an extra column for AFR (LC-1) and works great.
Thanks for sharing this
|
|
|
Logged
|
|
|
|
Bische
|
|
« Reply #11 on: October 31, 2012, 08:24:41 PM »
|
|
|
Well, you are not running it the same way as I detailed in the original post. To be exact you are missing the ">" operator. That is why you get an error.
Thank you! /bow
|
|
|
Logged
|
|
|
|
jibberjive
|
|
« Reply #12 on: November 05, 2012, 06:46:55 AM »
|
|
|
I got your program to work and it spit out the .txt file. However, I'm having some issues with WinLogView freezing up on me every time I try to load the 'field' when trying to set up the matrix view. I tried cutting down my log to the bare essentials (erased all of the data other than the 3rd gear pulls), thinking maybe I just overloaded it with trying to work with too much data, but it still freezes. It can show up fine in graph mode, it's only when I try to set up the graph mode that it frrezes when I pick the variable.
Would you mind throwing this converted file with two FATS pull on it into winlogview to see if it shows up for you? Any ideas for troubleshooting (google yielded nothing)?
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #13 on: November 05, 2012, 06:53:55 AM »
|
|
|
I never had an issue with winlogview freezing. But give me the file.
|
|
|
Logged
|
|
|
|
jibberjive
|
|
« Reply #14 on: November 06, 2012, 01:41:11 AM »
|
|
|
I just realized I didn't attach the file ha. It's right here, the raw CSV and the WinLogView converted one. I was trying to make a simliar graph to the one you posted, with rl_w on x-axis, RPM on the Y, and correction factor in the middle.
|
|
« Last Edit: November 06, 2012, 01:55:28 AM by jibberjive »
|
Logged
|
|
|
|
|