NefMoto

Technical => Data Logging => Topic started by: fluke9 on October 28, 2019, 10:16:53 AM



Title: What does ME7Logger realtime output look like ?
Post by: fluke9 on October 28, 2019, 10:16:53 AM
Can anybody help getting my McMess Logger compatible to ME7Logger ?

I am currently implementing all the commandline options,
and as i do not have a ecu supported by ME7Logger i wonder how its realtime output -R looks like ?

I though of just flushing the logfile to stdout but i does not seem to make VisualME7Logger happy...
a screenshot of a widened console window might be enough to get me started...

(https://i.ibb.co/BCBF0L1/realtimelog.png) (https://ibb.co/sVqz8jB)


Title: Re: What does ME7Logger realtime output look like ?
Post by: nyet on October 28, 2019, 10:20:25 AM
for what you are doing you will likely need to avoid using visualme7logger, its a mess of compromises to get around the limitations of ME7L


Title: Re: What does ME7Logger realtime output look like ?
Post by: fluke9 on October 28, 2019, 10:35:40 AM
for what you are doing you will likely need to avoid using visualme7logger, its a mess of compromises to get around the limitations of ME7L

I just wanted to make it as compatible as it gets to ME7Logger so it can be used as a drop in replacement for ECUs not supported by ME7Logger and existing tools like ME7Info and VisualME7Logger can be used with it.
Its already .ecu and .cfg compatible and parses everything fine.

Ofcourse i will add some more advanced stuff later, but i want to get it as quickly usable as possible,
and hey as soon as i polish it a bit more -> github so anyone can do as he likes with it.


Title: Re: What does ME7Logger realtime output look like ?
Post by: nyet on October 28, 2019, 10:38:50 AM
i will post up some output time permitting...


Title: Re: What does ME7Logger realtime output look like ?
Post by: fluke9 on October 28, 2019, 10:45:49 AM
i will post up some output time permitting...

thanks!


Title: Re: What does ME7Logger realtime output look like ?
Post by: 360trev on November 05, 2019, 10:50:28 AM
Before deciding McMess wasn't supported in your rom did you check the codeword CWVSV?

CWVSV: Codeword for deactivation VS_VERST (CWVSV = 0: VS_VERST not active)




Title: Re: What does ME7Logger realtime output look like ?
Post by: fluke9 on November 05, 2019, 11:02:45 AM
Before deciding McMess wasn't supported in your rom did you check the codeword CWVSV?

CWVSV: Codeword for deactivation VS_VERST (CWVSV = 0: VS_VERST not active)

McMess is supported in any ROM i have seen so far, only the Verstellsystem is not, but i dont use that.
Read/Write to memory works fine.


Title: Re: What does ME7Logger realtime output look like ?
Post by: SB_GLI on November 05, 2019, 02:53:49 PM
you could work through the code to get an idea of how vme7l parses it

https://github.com/sbloom82/VisualME7Logger


Title: Re: What does ME7Logger realtime output look like ?
Post by: fluke9 on November 05, 2019, 03:13:00 PM
you could work through the code to get an idea of how vme7l parses it

https://github.com/sbloom82/VisualME7Logger

good idea, just took me 5 minutes to find out where the code for the parsing even is,
in the VisualME7Logger.Output directory, though it was a build directory  ;D

not wanting to be mean but man, C# is as ugly as i remembered it to be...