Pages: 1 ... 4 5 [6] 7 8 ... 11
Author Topic: ASM based map locator platform  (Read 130975 times)
dream3R
Hero Member
*****

Karma: +18/-8
Offline Offline

Posts: 1194


« Reply #75 on: December 04, 2013, 09:32:09 AM »

Here is my finding for using it for RAM variables in Volvo ME7:

I calculated:  DPP * 4000 + offset - 8000 = ram value for the 0x300000 -> 0x301000 range and DPP = 0 for 0xC000 -> D7FF and no offset.

Not sure if that's right, but it was picking up miopt_w, nmot and another I can't remember using the above.

Logged



How to work out values from an A2L Smiley

http://nefariousmotorsports.com/forum/index.php?topic=5525.msg52371#msg52371


Starting Rev's http://nefariousmotorsports.com/forum/index.php?topic=5397.msg51169#msg51169

noobs read this before asking http://nefariousmotorsports.com/forum/index.php?topic=9014.0title=


ORGORIGINAL 05 5120 creator for Volvo
ORIGINAL Datalogger (Freeware) Author
ORGINAL finder of the 'extra' torque' limits
I don't have ME7.01 A2L I just use ID
guitar24t
Full Member
***

Karma: +13/-0
Offline Offline

Posts: 101


« Reply #76 on: December 06, 2013, 10:31:30 AM »

I need to accept the request, been so busy...
If you want straight out access to the repository as a contributor let me know and I'll add you.
I wouldn't mind being a contributor to that repo. That way if I need to tweak the Volvo memory calcs a little, I don't have to make more pull requests. Wink
Logged
prj
Hero Member
*****

Karma: +903/-420
Online Online

Posts: 5787


« Reply #77 on: December 06, 2013, 02:47:40 PM »

Done.

dream3r, let me know if you want access too.
Logged

PM's will not be answered, so don't even try.
Log your car properly.
aef
Hero Member
*****

Karma: +69/-46
Online Online

Posts: 1566


« Reply #78 on: January 22, 2014, 06:02:03 AM »

great tool!

looking forward to .kp export
Logged
aef
Hero Member
*****

Karma: +69/-46
Online Online

Posts: 1566


« Reply #79 on: February 15, 2014, 04:03:22 PM »

Looks like XDF export didnt work.

All Tables are empty in Tunerpro. Tried to compare with a working xdf v1.50 but had no luck.

Attached my file, the created non working xdf and the working xdf from the board.

Logged
prj
Hero Member
*****

Karma: +903/-420
Online Online

Posts: 5787


« Reply #80 on: February 15, 2014, 04:10:23 PM »

Used to work fine before. I don't know what changed.
Logged

PM's will not be answered, so don't even try.
Log your car properly.
guitar24t
Full Member
***

Karma: +13/-0
Offline Offline

Posts: 101


« Reply #81 on: March 07, 2014, 10:12:21 AM »

Looks like XDF export didnt work.

All Tables are empty in Tunerpro. Tried to compare with a working xdf v1.50 but had no luck.

Attached my file, the created non working xdf and the working xdf from the board.



For whatever reason, your XDF file contains commas instead of dots in the equations. TunerPro does not like that.
This is the XDF file that was generated from your bin on my computer (with the latest version of map locator).
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #82 on: March 07, 2014, 10:14:57 AM »

For whatever reason, your XDF file contains commas instead of dots in the equations.

Very annoying locale issues :/
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.
mmedeiros
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


« Reply #83 on: September 04, 2014, 05:00:19 PM »

This is great everyone, I want to trust to develop a plug-in for the MED17......!
Logged
nubcake
Sr. Member
****

Karma: +53/-4
Offline Offline

Posts: 401


« Reply #84 on: October 15, 2016, 01:41:28 PM »

I think this tool is way underrated.
If someone were to add "multipass" parsing - it could become even more awesome. On the other hand, it then would become more of a "professional" tool.
Anyway, I played some with it and made a bunch of other XMLs. They are not written in the most portable way and can be inaccurate sometimes, especially with codeword (CDxxx) constants, but here they are anyway.
« Last Edit: June 06, 2017, 09:07:42 AM by nubcake » Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #85 on: October 15, 2016, 02:35:29 PM »

I think this tool is way underrated.

I think it isn't underrrated, but it is VERY much underutilized... particularly in that it can be extended to find RAM locations as well!

Thanks for taking the time to develop additional xml definitions.
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.
prj
Hero Member
*****

Karma: +903/-420
Online Online

Posts: 5787


« Reply #86 on: October 17, 2016, 09:49:29 AM »

Well, it's 4 years old now Smiley
If more people worked on patterns it would be quite useful to almost instantly define most needed maps in any me7.

If you want to add anything - feel free to. It's open source.
I don't have any time for stuff like this these days Sad
Logged

PM's will not be answered, so don't even try.
Log your car properly.
nubcake
Sr. Member
****

Karma: +53/-4
Offline Offline

Posts: 401


« Reply #87 on: June 13, 2017, 05:04:30 PM »

Seen someone ask today for mibas_w, misolv_w and mizsolv_w. So I thought that instead of helping just one person, I'll help a bunch - and try the old maplocator for memory vars. Well, it looks like the DPP algo is a bit fucked for those. I didn't want to spend much time (let alone dig in the source), so I came up with this hack instead.

It will tell you that the memory address is 0x3F781234 (for example). Looks like total bullshit, but if you just pretend that F7 is not there (and note it as 0x381234 instead) - it'll be correct! Tested it on couple of binaries and it seems to be right.

As told previously, this tool is way under-utilized indeed. Smiley

« Last Edit: June 13, 2017, 05:10:02 PM by nubcake » Logged
derbali01
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


« Reply #88 on: October 12, 2017, 05:19:59 PM »

thxxx a lots
Logged
quattroGmbH
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 39


« Reply #89 on: December 19, 2017, 05:12:44 PM »

Does anyone know how to resolve this compile error? Do I need to set a new override in xdfproject.java? I’ll post the stack trace and debug tonight.

[ERROR] /C:/me7-tools-master/maplocator-ui/src/main/java/com/prj/tuning/maplocator/export/xdf/model/Project.java:[17,8]com.prj.tuning.maplocator.export.xdf.model.Project is not abstract and does not override abstract method getConstants() in com.prj.tuning.xdf.binding.XdfProject

I changed the plug in in mapsearch to com.jolira as org.dstovall was giving me plug in errors

FYI anyone using this you will have to remove reference to the google cache in the mapsearch POM as the cache is permanently offline and the plugin is now incorporated in Maven. Using maven 3.5.2, jdk 1.8 and windows 7 pro.

Thank you!
« Last Edit: December 20, 2017, 11:47:16 PM by quattroGmbH » Logged
Pages: 1 ... 4 5 [6] 7 8 ... 11
  Print  
 
Jump to:  

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