Pages: 1 ... 18 19 [20] 21 22 ... 34
Author Topic: Logging ME7 fast and flexible => ME7Logger  (Read 464718 times)
ddillenger
Hero Member
*****

Karma: +637/-21
Offline Offline

Posts: 5640


« Reply #285 on: July 02, 2013, 02:14:19 PM »

There's a GUI for the program, makes it much safer to log and drive.
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
aysix
Jr. Member
**

Karma: +12/-0
Offline Offline

Posts: 37


« Reply #286 on: July 02, 2013, 10:50:53 PM »

kaross:

You have a very early car, the clusters in those are notorious for preventing and terminating k-line communication. You should run a new wire to the ecu k-line from the OBD port to allow flashing and logging.

I think this will help for the later ME7.5 passat and such, going to be trying this out.
Logged

Silly Rabbit 6 speed A6
kaross
Full Member
***

Karma: +2/-1
Offline Offline

Posts: 63


« Reply #287 on: July 03, 2013, 01:54:29 AM »

btw cygwin bash is much better than the cosmic joke that is "cmd.exe"

ohh.. it is somekind of Linux soft for Windows?

By the way, can you answer short to this?
o.k. That explains some things. I wasn't able to flash it also.
And how about this command line. After starting GUI version + first communication command line is back to C:\ME7\bin. How to start communication again? or how to change for example baud rate? I am complete noob in this. Sad
Logged
setzi62
Full Member
***

Karma: +142/-0
Offline Offline

Posts: 249


« Reply #288 on: July 10, 2013, 07:42:58 AM »

Hi there,

after a long period I found now a little spare time to contribute something here.
Had planned for an update of ME7L to be ready in march, but this didn't get finalized
due to "little" problems here and there as well as massive lack of time.
Now four additional months have passed by,  but finally I could finish what I had in mind so far.
So, the first post of this thread is refreshed with the most recent update of ME7Logger V1.20.

The logging functionality itself has only small changes, there are some fixes/enhancements.
The two major changes to be mentioned are:
1. the Linux port is available now (currently compiled for i386, other systems to follow).
2. a shared library of ME7Logger is available, for those who want to implement
   their own (non-commercial) logging solutions.

I provided a basic driver implementation for WinLog (http://www.devtechnics.com/winlog.htm),
it is contained in ME7L_Winlog_driver.zip also in the first post. A short video showing it at work is attached.

This is just an example, using the shared library there are many possibilities to integrate ME7L into your applications.
Logged
phila_dot
Hero Member
*****

Karma: +170/-11
Offline Offline

Posts: 1709


« Reply #289 on: July 10, 2013, 08:00:53 AM »

 Shocked
Logged
ddillenger
Hero Member
*****

Karma: +637/-21
Offline Offline

Posts: 5640


« Reply #290 on: July 10, 2013, 08:57:26 AM »

Shocked

My thoughts exactly. Setzi's back!
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
Axis
Full Member
***

Karma: +4/-4
Offline Offline

Posts: 91


« Reply #291 on: July 10, 2013, 09:40:19 AM »

D*mn, what a suprise.  Shocked  Grin   I hope we in future can see support for the later versions of me7.1.1 with ST10 cpu's (variant of c16x). I don't care about the detection routines in Me7Info but to be able to log would be very nice. Variables and bits can be found manually in ida pro without the info tool.
« Last Edit: July 10, 2013, 09:47:56 AM by Axis » Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #292 on: July 10, 2013, 10:06:21 AM »

Setzi: thank you!

One feature request, while I have your attention.. thing is, i dont know how to explain it.. let alone the best way to implement it.

I have a bunch of additional ecu variables I like to log that are not automatically detected and written out... so when i create a template config file from an ecu file, it requires a bit of work (concatenating various things) etc.

I have a bunch of scripts that take care of this, including one that uncomments/comments lines from the generated config file.

Have you given any thought to making a way to streamline this workflow?

my additional variables (mbox)

https://raw.github.com/nyetwurk/ME7L/master/ecus/torque.ecu
https://raw.github.com/nyetwurk/ME7L/master/ecus/extras.ecu

the scripts are here:

https://github.com/nyetwurk/ME7L/tree/master/logs
https://github.com/nyetwurk/ME7L/tree/master/ecus

Also, while I have your attention, if there is any possible way you can guide me into fixing up ME7Sum, i'd appreciate it... i have run into a few things I simply can't figure out.

http://nefariousmotorsports.com/forum/index.php?topic=3347.0
http://nefariousmotorsports.com/forum/index.php?topic=3347.msg32324#msg32324

Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
jooo
Jr. Member
**

Karma: +0/-1
Offline Offline

Posts: 30


« Reply #293 on: July 10, 2013, 10:13:56 AM »

Is there a way to get hex (or even binary) output in the log file?  That would be very handy when debugging custom code in ECU.

btw. Thank you for your incredibly useful software.
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #294 on: July 10, 2013, 10:17:15 AM »

Is there a way to get hex (or even binary) output in the log file?

What kind of binary output? You can easily write a script to monitor the output and reformat it.
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
Axis
Full Member
***

Karma: +4/-4
Offline Offline

Posts: 91


« Reply #295 on: July 10, 2013, 10:25:36 AM »

What kind of binary output? You can easily write a script to monitor the output and reformat it.
I know.
Logged
B234R
Full Member
***

Karma: +11/-0
Offline Offline

Posts: 75


« Reply #296 on: July 10, 2013, 11:14:06 AM »

Massive!

Thanks a lot for all the impressive work and continued updates!
Makes me wanna buy a ME7 powered car  Roll Eyes

Although I prolly should torture my brain for the rest of my lifetime and figure something out for MED9  Grin
Logged
NOTORIOUS VR
Administrator
Hero Member
*****

Karma: +58/-7
Offline Offline

Posts: 1056


« Reply #297 on: July 10, 2013, 12:19:17 PM »

This is amazing!  Thanks Setzi!
Logged

SCHNELL ENGINEERING BLOG ·  STANDALONE ECUS · TUNING · DYNO · WIRING · PARTS · VEMS
Google Talk: NOTORIOUS.VR
n00bs start here: http://s4wiki.com/wiki/Tuning
trichard3000
Full Member
***

Karma: +6/-1
Offline Offline

Posts: 57


« Reply #298 on: July 10, 2013, 12:28:24 PM »

Very cool!  I can't wait to take a look!  A couple of weeks earlier and you might have saved me a bunch of work trying to clone ME7L.  Smiley  Are you opening the source for these?

Thanks again for all of your contributions! 
Logged
Axis
Full Member
***

Karma: +4/-4
Offline Offline

Posts: 91


« Reply #299 on: July 10, 2013, 12:58:45 PM »

Who will be first to publish a ME7 .dsh dashboard file for winlog?
Logged
Pages: 1 ... 18 19 [20] 21 22 ... 34
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.299 seconds with 18 queries. (Pretty URLs adds 0s, 0q)