Pages: 1 ... 3 4 [5] 6 7 ... 34
Author Topic: Logging ME7 fast and flexible => ME7Logger  (Read 472345 times)
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #60 on: August 18, 2011, 11:15:19 PM »

New version of ECUxPlot. Lots of new ME7Logger compatibility fixes.

http://nyet.org/cars/files/ECUxPlot-0.9r3.0-setup.exe

note for setzi:

A few more translations required for ECUx compatibility:

BoostPressureSpecified -> BoostPressureDesired
AtmosphericPressure -> BaroPressure
AirFuelRatioRequired -> AirFuelRatioDesired
InjectionTime -> FuelInjectorOnTime
InjectionTimeBank2 -> FuelInjectorOnTimeBank2          
« Last Edit: August 18, 2011, 11:45:50 PM by nyet » 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.
s5fourdoor
Hero Member
*****

Karma: +33/-3
Offline Offline

Posts: 617


« Reply #61 on: August 19, 2011, 11:25:07 AM »

Hi Setzi - I was wondering about some of the variables.

Block 032 is LTFT's in VCDS.  Do you happen to know what the four variables are in your nomenclature?  I believe the partial's might be FRA_W and FRA2_W.  Any idea?

Also, do you happen to know where STFT's are shown?  I think its block 033 / 034?


I would like to know this too Smiley I would guess STFTs are fr_w/fr2_w and/or frm_w/frm2_w

Additive LTFT (idle) is probably rkat or rkaz?

Also, setzi: zwbasar_4 and _5 still dont show up for Mbox in 1.07



Per the file posted by Setzi here:
http://nefariousmotorsports.com/forum/index.php?action=dlattach;topic=472.0;attach=583

LTFT
Group 032: 001F (      ), 0021 (fra_w), 0020 (        ), 0022 (fra2_w)

STFT
Group 033: 001C (fr_2), 0025 (usvk ), 001D (fr2_w), 0026 (usvk2 )


How can we get 001F and 0020?  Does Setzi need to modify his code or is there something we can do to log these idle LTFTs?
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #62 on: August 20, 2011, 09:28:19 PM »

Hey. I forgot tony posted this

http://nyet.org/cars/files/8D0907551M_0002%20RAM%20Variables.txt

Code:
(Address=0x383D1A, DataType=INT16, Scale=(1.0 / 21.33), Offset=(0.0), Name="Bank 1 Long Term Idle Additive Fuel Trim", Units="%")
(Address=0x383D18, DataType=INT16, Scale=(1.0 / 21.33), Offset=(0.0), Name="Bank 2 Long Term Idle Additive Fuel Trim", Units="%")
(Address=0x3823E2, DataType=UINT16, Scale=(1.0 / 327.68), Offset=(-100), Name="Bank 1 Long Term Partial Load Multiplicative Fuel Trim", Units="%")
(Address=0x3823E0, DataType=UINT16, Scale=(1.0 / 327.68), Offset=(-100), Name="Bank 2 Long Term Partial Load Multiplicative Fuel Trim", Units="%")
(Address=0x3823E6, DataType=INT16, Scale=(1.0 / 21.33), Offset=(0.0), Name="Bank 1 Combined and Weighted Long Term Idle Additive Fuel Trim", Units="%")
(Address=0x3823E4, DataType=INT16, Scale=(1.0 / 21.33), Offset=(0.0), Name="Bank 2 Combined and Weighted Long Term Idle Additive Fuel Trim", Units="%")

and, even better

Code:
(Address=0x382754, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller Duty Cycle Before Linearization", Units="%")
(Address=0x382752, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller Duty Cycle After Linearization", Units="%")
(Address=0x382750, DataType=UINT16, Scale=(1.0 / 2000.0), Offset=(0.0), Name="Wastegate PID Controller P Minus D Scalar", Units="%/mbar")
(Address=0x382748, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller P Minus D Result", Units="%")
(Address=0x38274E, DataType=UINT16, Scale=(1.0 / 2000.0), Offset=(0.0), Name="Wastegate PID Controller I Scalar", Units="%/mbar")
(Address=0x382756, DataType=UINT16, Scale=(1.0 / 25.6), Offset=(0.0), Name="Boost Pressure Reference Negative Offset From Specified Load For Load Pressure Control I Limit", Units="mbar")
(Address=0x382758, DataType=UINT16, Scale=(1.0 / 25.6), Offset=(0.0), Name="Boost Pressure Reference For Load Pressure Control I Limit", Units="mbar")
(Address=0x382742, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller I Result Limit Base Adaptation Offset", Units="%")
(Address=0x382744, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller I Result Limit Base", Units="%")
(Address=0x382740, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller I Result Upper Limit", Units="%")
(Address=0x38273E, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller I Result Lower Limit", Units="%")
(Address=0x382746, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller I Result", Units="%")
(Address=0x38274C, DataType=UINT16, Scale=(1.0 / 2000.0), Offset=(0.0), Name="Wastegate PID Controller D Scalar", Units="%/mbar")
(Address=0x38274A, DataType=INT16, Scale=(1.0 / 200.0), Offset=(0.0), Name="Wastegate PID Controller D Result", Units="%")
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.
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #63 on: August 20, 2011, 09:30:28 PM »

And one more request for setzi Smiley

A command line argument that tells ME7L to take ONE sample, and quit.

For example, to read long term adaptation values Smiley

Thanks, setzi, your stuff rocks. I'm using it constantly now and I love 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.
tobz
Full Member
***

Karma: +3/-1
Offline Offline

Posts: 60


« Reply #64 on: August 21, 2011, 09:55:06 AM »

Indeed!  My issues with ECU not feeding data aside... this logger is friggin' awesome.  Grin

One issue, though: the definition file for my ECU doesn't have a field for intake air temperature.   I have my original BIN attached and hopefully setzi can figure out the issue. Cheesy
Logged
tkla
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8


« Reply #65 on: August 21, 2011, 09:24:03 PM »

Thanks for this, can't wait to try it out.

+1 I will test it and compare the results vs Ecux, thanks for sharing!
Logged
New2Tune
Full Member
***

Karma: +3/-1
Offline Offline

Posts: 55


« Reply #66 on: August 22, 2011, 12:01:32 PM »

Having a connect issue, doesn't seem to be able to initialize.

=> Could not connect to ECU, exiting...
=> Logging Failed

exiting (cause 0x4)...

Any ideas?
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #67 on: August 23, 2011, 06:07:58 PM »

Also: a request

ldrkp
ldrki
ldrkd

Smiley

Err that should be

ldptv (0x382748?)
lditv_w (0x382746?)
ldrdtv (0x38274A?)


« Last Edit: August 23, 2011, 06:23:00 PM by nyet » 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.
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #68 on: August 23, 2011, 06:25:10 PM »

Per the file posted by Setzi here:
http://nefariousmotorsports.com/forum/index.php?action=dlattach;topic=472.0;attach=583

LTFT
Group 032: 001F (      ), 0021 (fra_w), 0020 (        ), 0022 (fra2_w)

STFT
Group 033: 001C (fr_2), 0025 (usvk ), 001D (fr2_w), 0026 (usvk2 )

I'm going to guess that it is
Group 032: 001F (rkat_w), 0021 (fra_w), 0020 (rkat2_w), 0022 (fra2_w)

based on Tony's RAM locations.


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.
setzi62
Full Member
***

Karma: +142/-0
Offline Offline

Posts: 249


« Reply #69 on: September 07, 2011, 02:10:34 AM »

Any chance this program will log the AEB 1.8t P box ECUs?
If it has bootrom version 05.XX or 06.XX (can be seen with ME7Check),
it should be possible. If another bootrom version get's reported, then no chance.
Some people reported communication problems with compatible ECUs, so there
might be an additional blocking point for certain configurations.
Logged
setzi62
Full Member
***

Karma: +142/-0
Offline Offline

Posts: 249


« Reply #70 on: September 07, 2011, 02:31:31 AM »

I am still searching for my connection problems with my RS4 8D0907551K ECU.
In my generatet ECU file, the connect parameter is set to "SLOW-0x11"

But in the Connect overview of file "example.commdate" in the logs folder,
I cant find anything about the value "SLOW-0x11".

Is this the problem?
Can you bring light into dark?
Unfortunately this is not the problem. The example.commdate is just for the binary
example.bin. If you run ME7Info -c <yourbinary> you will see the communication
data of your binary.
For the K-Box, the used address is the correct one. The connect problem must be
something else. Did you try with the experimental FTDI support? This might help
if it is a timing issue (if the FTDI support works at all).
Logged
setzi62
Full Member
***

Karma: +142/-0
Offline Offline

Posts: 249


« Reply #71 on: September 09, 2011, 02:39:43 AM »

An update was added to the first post, just minor requests + fixes were done.
Logged
tobz
Full Member
***

Karma: +3/-1
Offline Offline

Posts: 60


« Reply #72 on: September 09, 2011, 05:15:00 AM »

An update was added to the first post, just minor requests + fixes were done.


Thank you thank you thank you for the update that gets me IAT!  Where do I send the beer?!  Grin

Also, if I sent you an FTDI cable to test with, do you think we'd be able to get some "better" FTDI support?  I've tried using the FTDI mode but it randomly craps out here and there and I know you mentioned not having a cable... so I figured I could donate to the cause and help you get one. Cheesy
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #73 on: September 09, 2011, 08:57:36 AM »

THANK YOU!
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.
cactuss4
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


« Reply #74 on: September 11, 2011, 05:56:09 PM »

Nyet stated there were linux binaries available for Me7logger. Can I get the located for them? Trying to reduce the number of systems I have spread all over and if i could do this all under linux vs wind0ze, that would be fantastic

thanks
Tory
Logged
Pages: 1 ... 3 4 [5] 6 7 ... 34
  Print  
 
Jump to:  

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