NefMoto

Technical => Data Logging => Topic started by: j2mc on October 18, 2011, 12:09:02 PM



Title: GUI for ME7Logger
Post by: j2mc on October 18, 2011, 12:09:02 PM
This morning I decided to create a simple gui for ME7Logger(awesome program btw)...It is a single executable just unzip and drop it in the root of your ME7Logger directory(the one with the bin, defs, ecus, etc. directories).  Create a shortcut to the exe on your desktop to make it easy to run.

***FIRST TIME USERS OF ME7Logger*** I believe this will make it simpler to use(read the quickstart guide two posts down), but you still need to read the README for ME7Logger to understand how it works and how to edit your config files.  Also this download is just the GUI, you will need ME7Logger as well.

Features(also see screenshot below):

  • Select which config file to use for logging(you can also edit, copy and delete config files within the gui).
  • Set almost all the parameters available for me7logger.exe
  • Create ECU characteristics file(using me7info obviously)
  • Create ECU template config file
  • View and delete log files
  • Saves all previous settings, so next time you open you are ready to go

Please use VisualME7Logger instead

https://visualme7logger.codeplex.com/releases/view/614988


Title: Re: GUI for ME7Logger
Post by: NOTORIOUS VR on October 18, 2011, 12:51:41 PM
Great job! Thanks!


Title: Re: GUI for ME7Logger
Post by: j2mc on October 18, 2011, 07:38:11 PM
Quick start guide for me7logger and gui:
1. Download and unzip me7logger into a dir of your choice(ex: c:\program files\me7logger)
2. Download and unzip me7logger_gui into that same dir
3(Optional). Right click on me7logger_gui, send to, Desktop(create shortcut)
4. Open me7logger_gui, click create ecu file, browse to and select your ecu image.
5. Click create template file, browse and select your ecu image again. This will create a template config file based on the variables available to your ecu.
6. Highlight the new template file and click copy, put in a name for the copied file.
7. Highlight the config file you just created and click edit, all the variables will be commented out, just delete the ; in front of any variables you want to log.

You now should be ready to start logging, read the readme included with me7logger(under the docs folder) for more information and warnings.

Once you've got it working, you can copy your config file to create different configs for different types of logging, and switching between them is as easy as selecting a different config and clicking start!


Title: Re: GUI for ME7Logger
Post by: julex on October 19, 2011, 05:42:06 AM
Awesome. Will give it a spin since to date I was just too lazy to try gui version... Ecux just works fine and is familiar so I had no real incentive to scale the learning curve for command line version of logger :)


Title: Re: GUI for ME7Logger
Post by: julex on October 19, 2011, 06:07:11 AM
A problem  :'(:

* Hit "Create ECU file"
* Tried to open my BIN file and got this:
   "'C:\Tuning\Software\ME7' is not recognized [...]"



I don't see any "ME7" executables in the bin folder. This got cut off maybe?


Thanks.



Title: Re: GUI for ME7Logger
Post by: robin on October 19, 2011, 06:27:13 AM
Great work!


Title: Re: GUI for ME7Logger
Post by: j2mc on October 19, 2011, 10:19:07 AM
Yup, looks like it was cutting it off...turns out I needed to do double quotes around the parameters I was passing to run me7info and logger in some OSs.  Give the new version (1.3) a try and let me know if it fixed your problem.

A problem  :'(:

* Hit "Create ECU file"
* Tried to open my BIN file and got this:
   "'C:\Tuning\Software\ME7' is not recognized [...]"



I don't see any "ME7" executables in the bin folder. This got cut off maybe?


Thanks.




Title: Re: GUI for ME7Logger
Post by: julex on October 25, 2011, 06:15:19 AM
Hi, wanted to say that I finally found time to try the fix it and it makes life much easier :) Works 100% now.

Thanks.


Title: Re: GUI for ME7Logger
Post by: RobbieRolex on October 25, 2011, 02:40:36 PM
Awesome program, really nice for logging.
However i noticed somthing tonight when trying to log on a car.

I when follow the steps of creating the templates from a backup of my ECU etc..this is fine.However when i try to log i get the error, "EngineId mismatch".

I am not sure why it does not see the extra digits in my EngineId.Please see below, i am not sure if this is something you are aware of.

You can see my EngineId highlighted in yellow here.
(http://i190.photobucket.com/albums/z193/RobbieRolex/engineid.jpg)

An here you can see the error in the logger when trying to initize logging.

(http://i190.photobucket.com/albums/z193/RobbieRolex/error.jpg)

Any help would be appreciated.

Thanks

Robbie


Title: Re: GUI for ME7Logger
Post by: phila_dot on October 25, 2011, 02:51:34 PM
The logger isn't reading it past the space. Just edit the config file for EngineId 1.8TT/LAUNCH.


Title: Re: GUI for ME7Logger
Post by: RobbieRolex on October 25, 2011, 02:55:25 PM
The logger isn't reading it past the space. Just edit the config file for EngineId 1.8TT/LAUNCH.

EngineId isn't provided in the template config only ECU file.


Title: Re: GUI for ME7Logger
Post by: RobbieRolex on October 25, 2011, 02:56:39 PM
My Bad, i found it.Thanks


Title: Re: GUI for ME7Logger
Post by: RobbieRolex on October 26, 2011, 07:54:11 AM
This is an awesome little tool, i've done several logs and it works perfect.

Thank you j2mc

Cheers

Robbie


Title: Re: GUI for ME7Logger
Post by: 240sxpooter on November 01, 2011, 05:34:02 AM
Thanks So much



Title: Re: GUI for ME7Logger
Post by: carlossus on November 09, 2011, 07:12:01 AM
Great tool, thanks.

A quick request for an update. This UI and Setzi's logger are great to keep on a USB stick for use with multiple computers. The auto saved config file saves the drive letter. This makes the prog crash on loading if the next PC doesn't inumerate it the same. Could you catch this situation and revert to default?


Title: Re: GUI for ME7Logger
Post by: j2mc on November 10, 2011, 12:06:42 PM
Just updated to v1.4 in the first post, that should fix your problem, but let me know either way since I'm not able to test it right now.

Great tool, thanks.

A quick request for an update. This UI and Setzi's logger are great to keep on a USB stick for use with multiple computers. The auto saved config file saves the drive letter. This makes the prog crash on loading if the next PC doesn't inumerate it the same. Could you catch this situation and revert to default?


Title: Re: GUI for ME7Logger
Post by: carlossus on November 10, 2011, 03:03:45 PM
Great, thank you. I'll test this in the morning.


Title: Re: GUI for ME7Logger
Post by: sdot on December 08, 2011, 10:07:24 PM
Hey just wondering where to download this add on? Im excited sounds like a great plugin. thanks


Title: Re: GUI for ME7Logger
Post by: julex on December 09, 2011, 07:12:37 AM
Hey just wondering where to download this add on? Im excited sounds like a great plugin. thanks

IT is attached to first post on this thread.


Title: Re: GUI for ME7Logger
Post by: rob.mwpropane on January 13, 2012, 05:37:35 PM
FINALLY got around to trying this out! (wife is out with the kids) ;D

For someone that is not IT savy, this was pretty easy :D


Title: Re: GUI for ME7Logger
Post by: amd is the best on January 27, 2012, 11:28:35 AM
I want to move away from using ECUx and start using these tools however I don't know which variables to enable in the config file.  Would someone mind sharing the common fields to log?

Thanks,
Nick


Title: Re: GUI for ME7Logger
Post by: j2mc on January 27, 2012, 11:50:43 AM
I used the app to create a config template, then deleted all the ones without an alias(most, if not all the ones you want will have an alias), then just uncommented all the ones I wanted...since you can log so much at once you don't have to be as picky.  For example here is some of what I log:
enginespeed
speed
gear
baropressure
boostdesired
boostactual
wgdutycycle
maf
load
loadspecd
loadcorrected
coolant temp
iat
CFs for all cyl
misfires for all cyl

I may have missed some plus i'll add some others depending on why I'm logging, but this should get you started.


Title: Re: GUI for ME7Logger
Post by: agentsmith988 on February 12, 2012, 09:31:56 AM
I'm getting a large string of errors when trying to create an ECU file from my stock bin file pulled with Nefmoto as well as one that I've had some modifications made to. Is ME7Logger limited to the earlier ME7 ECU's? I've got an 04 Passat 1.8t that I'm trying to work with. See the attached screen shot.


Title: Re: GUI for ME7Logger
Post by: j2mc on February 12, 2012, 11:47:50 AM
Looks like your problem has something to do with me7logger(not the gui), you will probably need to run me7info from the command line(pretty simple just see me7logger's readme), then ask about your problem in the me7logger thread.


Title: Re: GUI for ME7Logger
Post by: julex on February 14, 2012, 12:34:05 PM
I just wanted to say that I am using your GUI daily and it is very convenient without a need to create/click batch files in fodlers etc. Thanks for this tool.


Title: Re: GUI for ME7Logger
Post by: j2mc on February 14, 2012, 03:17:29 PM
Glad people are finding it useful!


Title: Re: GUI for ME7Logger
Post by: julex on March 03, 2012, 08:26:43 AM
small request. Can you change the way you're launching the command windows from normal to one with "/C" (see "CMD /?") so that the process terminates when one presses CTRL+C in ME7 logger and not stays with command window open? This also is visible when doing one read out in me7 logger, it stays in command window as well.


Title: Re: GUI for ME7Logger
Post by: carlossus on March 03, 2012, 08:34:55 AM
small request. Can you change the way you're launching the command windows from normal to one with "/C" (see "CMD /?") so that the process terminates when one presses CTRL+C in ME7 logger and not stays with command window open? This also is visible when doing one read out in me7 logger, it stays in command window as well.

+1


Title: Re: GUI for ME7Logger
Post by: j2mc on March 03, 2012, 11:25:00 AM
I originally had it set that way, but if there was an error in the logger the cmd window would close immediately and you couldn't see what the error was.  

However when I have some time again to work on it I might be able to add an option to automatically close the cmd window when done.


Title: Re: GUI for ME7Logger
Post by: julex on March 03, 2012, 02:54:10 PM
ME7 logger returns errorlevel or environment return code when it encounters as error. It's value is 1 or higher than 1. If everything is ok, the value is 0. But verify that.

This way, once you return from the shell, you can check the code and possibly pop up a warning. But please make the warning also an option. I will know when there is an error since the logger window won't be visible :)

Thanks!


Title: Re: GUI for ME7Logger
Post by: maxxxs4 on May 07, 2012, 06:25:02 PM
When I click to start logging, it says "could not connect to ECU", any idea what can cause this ? I have my tuner J-Fonz .bin file (not my original audi s4 2.7tt ecu file). 


Title: Re: GUI for ME7Logger
Post by: j2mc on June 01, 2012, 09:40:56 AM
small request. Can you change the way you're launching the command windows from normal to one with "/C" (see "CMD /?") so that the process terminates when one presses CTRL+C in ME7 logger and not stays with command window open? This also is visible when doing one read out in me7 logger, it stays in command window as well.

First post updated with new version 1.5
Added option to automatically close the command window when logging is finished.
Sorry, lots of other things have been coming up and I haven't had time to do any tuning or update my apps...but I finally got around to at least updating some of my apps.


When I click to start logging, it says "could not connect to ECU", any idea what can cause this ? I have my tuner J-Fonz .bin file (not my original audi s4 2.7tt ecu file). 

The GUI is just a wrapper for the me7logger, so if you've followed the guide and can't get it to work I would recommend reading the docs with me7logger, then try directly from the cmd line, then ask for help in the me7logger thread.  If you can get it to run from the cmd line but can't from the GUI then I might be able to help.


Title: Re: GUI for ME7Logger
Post by: ratherb1 on June 17, 2012, 07:08:35 AM
When trying to creat ecu file I get a message ....system cannot find specified path ..... What gives... any help thanks


Title: Re: GUI for ME7Logger
Post by: j2mc on June 17, 2012, 07:16:51 AM
When trying to creat ecu file I get a message ....system cannot find specified path ..... What gives... any help thanks

Is me7logger in the same directory as me7loggergui? Did it ask you to choose your ecu bin?


Title: Re: GUI for ME7Logger
Post by: rob.mwpropane on July 25, 2012, 03:18:45 AM
When trying to creat ecu file I get a message ....system cannot find specified path ..... What gives... any help thanks

Had this same problem. I realized I had put the GUI into the "bin" folder in "ME7Logger", instead of just the directory. This was a while ago, but I think that's what I had done to get that error. :P


Title: Re: GUI for ME7Logger
Post by: ratherb1 on August 26, 2012, 08:18:07 AM
So I'm apr flashed and my .bin file is not here to download  4BO 907 551T audi a6 2001 tip ...so is there anyway to get my .bin file without benching my ecu ? I've tried already with nefmoto i goto flashing, memory layout, then read ecu and it says Something like ecu security blah blah blah..


Title: Re: GUI for ME7Logger
Post by: j2mc on August 27, 2012, 08:43:13 AM
Try searching for your answer, I seem to remember reading about people with similar problems.

So I'm apr flashed and my .bin file is not here to download  4BO 907 551T audi a6 2001 tip ...so is there anyway to get my .bin file without benching my ecu ? I've tried already with nefmoto i goto flashing, memory layout, then read ecu and it says Something like ecu security blah blah blah..


Title: Re: GUI for ME7Logger
Post by: Skibum513 on December 02, 2012, 07:38:56 PM
U are a God! I could not figure out how to get a .ecu from my bin to save my life till this! Thanks!  ;D


Title: Re: GUI for ME7Logger
Post by: ratherb1 on December 23, 2012, 07:06:05 AM
Never mind


Title: Re: GUI for ME7Logger
Post by: j2mc on January 11, 2013, 12:36:49 PM
New version(see first post)...you can now specify the logger's output file.


Title: Re: GUI for ME7Logger
Post by: Bische on January 11, 2013, 01:17:43 PM
New version(see first post)...you can now specify the logger's output file.

Damn, I was just thinking yesterday to ask you. Could you make your GUI to ask after done logging like:

Save file as "bische1_20130109_042531" -> the quote in a textbox, so one could add like 'bische1_20130109_042531_3rdgearpull' and just press enter to save the log with the comment.

I have like 5gb of logs just from my own car, going back to check something out is a PITA if im looking for a 3rd gear pull log when I have have like 15 logs from the same date.

I hope this makes any sense, thanks anyway for this update!


Title: Re: GUI for ME7Logger
Post by: julex on January 18, 2013, 11:35:34 AM
Damn, I was just thinking yesterday to ask you. Could you make your GUI to ask after done logging like:

Save file as "bische1_20130109_042531" -> the quote in a textbox, so one could add like 'bische1_20130109_042531_3rdgearpull' and just press enter to save the log with the comment.

I have like 5gb of logs just from my own car, going back to check something out is a PITA if im looking for a 3rd gear pull log when I have have like 15 logs from the same date.

I hope this makes any sense, thanks anyway for this update!

Only if that's an option you specify somewhere. I don't need a pop up everytime logging ends.... :)


Title: Re: GUI for ME7Logger
Post by: julex on January 18, 2013, 11:39:01 AM
New version(see first post)...you can now specify the logger's output file.

I missed a version or two release, thanks for closing the CMD window after logger closes, make it much easier to drive and log.


Title: Re: GUI for ME7Logger
Post by: vtraudt on January 22, 2013, 02:16:16 PM
4. Open me7logger_gui, click create ecu file, browse to and select your ecu image.

tried version 1.6., selected bin. error message: The system cannot find the path specified
rebooted
tried again: same
moved the bin file to the same directory where executable files for gui and logger are ("bin" folder): same

downloaded and tried version 1.5: same

tried different bin file: same

System: windows 7 - 64 bit.


Title: Re: GUI for ME7Logger
Post by: j2mc on January 22, 2013, 02:18:28 PM
The GUI.exe should be in the parent directory of the bin directory(not in the bin directory).


Title: Re: GUI for ME7Logger
Post by: vtraudt on January 22, 2013, 02:34:04 PM
The GUI.exe should be in the parent directory of the bin directory(not in the bin directory).

Seemed to have worked. Thanks!
There is still hope I get this thing to work and actual LOG!


Title: Re: GUI for ME7Logger
Post by: vagenwerk on January 26, 2013, 10:42:32 AM
Logged data size is 20 bytes.
can't locate function FT_GetLibraryVersion in dll
Initialization failed, exiting ...
exiting (cause=0x1)..."

what's the probleM ? i try to reinstal but without succes...


Title: Re: GUI for ME7Logger
Post by: jibberjive on February 15, 2013, 02:35:48 AM
New version(see first post)...you can now specify the logger's output file.
Wohoo! Been wanting this for a while. 

You had a chance to play with your A6 much since the timing belt change?


Title: Re: GUI for ME7Logger
Post by: j2mc on February 15, 2013, 11:15:30 AM
Wohoo! Been wanting this for a while. 

You had a chance to play with your A6 much since the timing belt change?

Not much, refined my tune a little bit but that's all...I started my masters and had a second kid so pretty much no time left for hobbies.


Title: Re: GUI for ME7Logger
Post by: ForcedInductionFan on May 23, 2013, 03:07:00 PM
Thank you we appreciate it!


Title: Re: GUI for ME7Logger
Post by: TCSTigersClaw on June 20, 2013, 01:33:39 AM
Hello there ! I am trying to finally input ALS and LC to my Cupra but I am having trouble with ME7Logger  tool to id all the adressess.

I got the following error  " restypes 058x ->JMP not found in 2nd stage selector <889232> .


I tried various original ME7.5 files ,but no luck the same thing.

The file.ecu is made , but lots of adresses are missing , so I have only found a few to proceed with my project.

Does anyone know what is this error and how to fix ? I cant seem to find anything .

Thank you   


Title: Re: GUI for ME7Logger
Post by: ddillenger on June 20, 2013, 02:00:14 AM
Is it a 512kb file you read out as 1024? That causes all sorts of issues.


Title: Re: GUI for ME7Logger
Post by: TCSTigersClaw on June 20, 2013, 02:43:36 AM
No didilinger , it is a Seat Ibiza FR 20vt file -my car- .
It is 1024kb


Title: Re: GUI for ME7Logger
Post by: TCSTigersClaw on June 28, 2013, 09:58:04 AM
I have this problem with my own FR ori , my brothers Cupra ori file and also some original files found on the net with different SW ,both from these cars.. They are ME7.5.5 Ibizas 1024kb files


Title: Re: GUI for ME7Logger
Post by: TheChenga on July 26, 2013, 08:26:08 AM
Could i get some help please
trying to log but get error..


Title: Re: GUI for ME7Logger
Post by: vdubnation on July 26, 2013, 08:44:02 AM
i think ur config file is bad


Title: Re: GUI for ME7Logger
Post by: TheChenga on July 26, 2013, 11:30:20 PM
i think ur config file is bad
how can i fix it?


Title: Re: GUI for ME7Logger
Post by: ddillenger on July 26, 2013, 11:44:48 PM
It tells you which line in the file has an error right in the output. Open your config file, count from the top down (ever line, even unused) until you get to the one that the output says is "illegal". Figure out what you did wrong, and correct it.


Title: Re: GUI for ME7Logger
Post by: j2mc on October 15, 2013, 03:56:48 PM
Source is attached to the first post if anyone wants to modify it, feel free to send me your changes if you think it will benefit everyone else and I'll integrate them into the main release.

PS - sorry for the lack of comments, these things always start out as a super simple script for my own personal use(which is also why it's written in AHK).


Title: Re: GUI for ME7Logger
Post by: em.Euro.R18 on February 10, 2014, 05:31:04 PM
I'm having a rough time getting this setup correctly. So I've installed all versions of both this GUI and setzi62's ME7logger in my C:/program files/logger directory. I then opened each version to see if I can get it to locate my bin when I choose "create ECU file" - from there I get an error message that states it cannot find specified path.

I've read through the readme but I don't see an answer as to why this is happening. This is a whole different level of computer savy I've yet to grasp but I'm dead set on learning what I can. With the weather consistently frigid in the north east here god knows I have time to get myself up to par.

Any advice or tips would be great.


Title: Re: GUI for ME7Logger
Post by: jimmcgee5 on February 11, 2014, 04:57:01 AM
try using the visual logger program to set up you config file.


Title: Re: GUI for ME7Logger
Post by: em.Euro.R18 on February 11, 2014, 01:41:52 PM
awesome


Title: Re: GUI for ME7Logger
Post by: cpp on July 13, 2017, 06:53:31 PM
 ;D congratulations!!! And thank you for sharing this tool !!!!!!!


Title: Re: GUI for ME7Logger
Post by: jochen_145 on May 21, 2018, 01:54:06 AM
Very great tool :)

two things I missing or maybe to blind to find  :'(

1) ME7Logger overwirtes lastest log, if I just start logging again..
Do I miss a up-counting-function of ME7GUI (or maybe ME7Logger) when I start several logs without closing ME7GUI after each log ?

2) I just can stop logging, when I "x" the logging window.
This is quite difficult to reach, when your labtop is on passanger seat and you are logging without a secound person. Is it possible to have a "big" button to start and stop logging from GUI, or is there a easy short-cut for this function, witch I did not finde jet ?


Title: Re: GUI for ME7Logger
Post by: nyet on May 21, 2018, 09:03:32 AM
Use VisualME7Logger instead

http://nefariousmotorsports.com/forum/index.php?topic=4830.0title=

Options -> Log file -> Use default log file


Title: Re: GUI for ME7Logger
Post by: lkomnino on March 21, 2019, 04:57:09 AM
Canny get past the 'select ecu image'. Using image I got from full read, named as part number. Running ME7Logger as administrator.
Get dialogue box,

"ME7Logger_GUI.exe
The system cannot find the path specified.
OK {<< i'm sure that is sarcastic!!}"

Even tried with stock bin from NefMoto.
Have checked com port is 1, have checked connects with VCDS.

The bin file i read, was me7checked too.

Any advise?
--edit--
missing step found on audizine: https://www.audizine.com/forum/showthread.php/479416-****-Complete-Guide-on-How-to-Take-and-Graph-Logs-****

"2. Go to this thread and download/unzip the latest version of Setzi's ME7logger (as of this post, it's V1.17, it's attached to the first post in that thread):
http://nefariousmotorsports.com/foru...hp?topic=837.0

3. Go to this thread and download the GUI attached to the first post. Place the GUI in the ME7logger folder. Make a shortcut for the GUI on your desktop:
http://nefariousmotorsports.com/foru...c=1079.0title="


So place Gui in Dist folder. et voila.