Pages: [1]
Author Topic: me7info on a 5120 file  (Read 7247 times)
BLK01S4
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17


« on: May 23, 2016, 12:37:47 PM »

This is probably a noob questions I'll do everyone a favor and leave it here  Huh  Shocked

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.

Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #1 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
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.
BLK01S4
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17


« Reply #2 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/

Logged
armageddon
Sr. Member
****

Karma: +20/-3
Offline Offline

Posts: 348


« Reply #3 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?
Logged
BLK01S4
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17


« Reply #4 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 ?
« Last Edit: May 23, 2016, 01:53:52 PM by BLK01S4 » Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #5 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.
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.
armageddon
Sr. Member
****

Karma: +20/-3
Offline Offline

Posts: 348


« Reply #6 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.
Logged
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« Reply #7 on: May 23, 2016, 07:23:12 PM »

Profit. - misunderstood thread.
« Last Edit: May 23, 2016, 07:27:27 PM by SB_GLI » Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #8 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
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.
BLK01S4
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17


« Reply #9 on: May 24, 2016, 04:04:40 AM »

And for the rest of us that don't have Linux boxes ?  Grin
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #10 on: May 24, 2016, 11:06:04 AM »

And for the rest of us that don't have Linux boxes ?  Grin

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 ~$
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.
BLK01S4
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17


« Reply #11 on: May 24, 2016, 01:24:13 PM »

kk if I get bored enough I'll download CYGWIN  Tongue 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 ?
Logged
Pages: [1]
  Print  
 
Jump to:  

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