NefMoto

Noob Zone => Noob Questions => Topic started by: BLK01S4 on May 23, 2016, 12:37:47 PM



Title: me7info on a 5120 file
Post by: BLK01S4 on May 23, 2016, 12:37:47 PM
This is probably a noob questions I'll do everyone a favor and leave it here  ???  :o

I have a file from the great late Daz we've been working on. Its a 5120 + PMAS BIN . Drives wonderful, want to continue his work and finish the file. I'm knuckle deep in learning it all so far so good.

Since this is a 5120 file I'll need a 5120 ECU file generated for me7logger. Now I know they are already generated on the internet but for fun I ran me7info against my bin file anyways to see what the output would look like. There are a handful of variables that differ in my file vs the 5120 ECU file I found on the internet (my_8D0907551M-5120.ecu) But for example I'll just one one for now. Comparing 'PS_W' between ECU files this is what I get


Left side: 'my_8D0907551M-5120.ecu'  Right Side: My 5120 file
Any reason why the values aren't generated correctly ? I'm unsure how me7info generates the information so excuse me if the question is lame.

(http://i2.photobucket.com/albums/y15/blk01s4/ps_w_zpsarxtdh6f.png)


Title: Re: me7info on a 5120 file
Post by: nyet on May 23, 2016, 01:02:47 PM
It doesn't know all pressure vars are doubled.

https://github.com/nyetwurk/ME7L/blob/master/logs/double-mbar.pl


Title: Re: me7info on a 5120 file
Post by: BLK01S4 on May 23, 2016, 01:25:28 PM
makes sense thanks! Heres another 5120 question. Found a file laying around '8D0907551M-wih_5120_mods.xdf' has scalars and tables I've never seen before. Will I need any of this stuff ? Currently using '8D0907551M-20130729.xdf' from  http://nyet.org/cars/files/defs/
(http://i2.photobucket.com/albums/y15/blk01s4/xdf_5120mods_zpskqtyzkno.png)


Title: Re: me7info on a 5120 file
Post by: armageddon on May 23, 2016, 01:50:39 PM
It doesn't know all pressure vars are doubled.

https://github.com/nyetwurk/ME7L/blob/master/logs/double-mbar.pl

double-mbar.pl on ecus folder will generate logs with doble mbar values? without the need to manual change convertion factors on .ecu file?


Title: Re: me7info on a 5120 file
Post by: BLK01S4 on May 23, 2016, 01:52:21 PM
I thought it was the other way around, I dropped the file in to see if it would create a new ecu file. Try it against one of your logs ?


Title: Re: me7info on a 5120 file
Post by: nyet on May 23, 2016, 04:02:50 PM
double-mbar.pl on ecus folder will generate logs with doble mbar values? without the need to manual change convertion factors on .ecu file?



it modifies the .ecu file.


Title: Re: me7info on a 5120 file
Post by: armageddon on May 23, 2016, 04:50:38 PM

it modifies the .ecu file.

can you explain how to use it? I realy don't get it, creating .ecu file with or without .pl file gives me the same results.


Title: Re: me7info on a 5120 file
Post by: SB_GLI on May 23, 2016, 07:23:12 PM
Profit. - misunderstood thread.


Title: Re: me7info on a 5120 file
Post by: nyet on May 23, 2016, 07:26:12 PM
Open your .ecu file in notepad, and multiply the conversion factors of any pressure related variables that you wish to log by two.

Or use the .pl script to do it for you ;P


Title: Re: me7info on a 5120 file
Post by: BLK01S4 on May 24, 2016, 04:04:40 AM
And for the rest of us that don't have Linux boxes ?  ;D


Title: Re: me7info on a 5120 file
Post by: nyet on May 24, 2016, 11:06:04 AM
And for the rest of us that don't have Linux boxes ?  ;D

Code:
nyet@vaio ~$ perl -v

This is perl 5, version 22, subversion 1 (v5.22.1) built for cygwin-thread-multi-64int

Copyright 1987-2015, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

nyet@vaio ~$ uname
CYGWIN_NT-10.0-WOW
nyet@vaio ~$


Title: Re: me7info on a 5120 file
Post by: BLK01S4 on May 24, 2016, 01:24:13 PM
kk if I get bored enough I'll download CYGWIN  :P Thanks though. BTW as for the XDF I was mentioning above (with unknown scalars/tables) it looks like that is for changing your file around to work with a 4 or 5 bar MAP sensor ? Do you have a more up to date XDF laying around you mind sharing ?