Pages: 1 [2] 3 4 ... 11
Author Topic: ASM based map locator platform  (Read 130977 times)
prj
Hero Member
*****

Karma: +903/-420
Offline Offline

Posts: 5787


« Reply #15 on: October 12, 2012, 04:58:15 PM »

Do you have a solution for maps that are referenced with a pointer?

I will look into it tomorrow.
I don't think it can be done right now - I must amend the XML API to support this.

For now I added the following:
LDRXN
LDRXNZK

Support for "afterRowAxis" and "afterColAxis" as an alternative to "pattern".
This is needed because sometimes the map axis and map come right after another in the code, and there is only one reference (like it is done with LDRXN).

Changes have been pushed to git.
« Last Edit: October 12, 2012, 05:03:42 PM by prj » Logged

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

Karma: +61/-5
Offline Offline

Posts: 1049



WWW
« Reply #16 on: October 13, 2012, 04:24:29 AM »

Very very good project indeed! But could I suggest something? Because we have FR that has ME7.5 maps names, could we use these instead? For example CLRHK is CLRSHK. I know that it is me7.5 specific name, but since we have fr file with these names it could be just easier to use search when searching for maps based on documents we have (FR)...
Logged

masterj
Hero Member
*****

Karma: +61/-5
Offline Offline

Posts: 1049



WWW
« Reply #17 on: October 13, 2012, 08:37:04 AM »

BTW: can someone help me to build latest source? I downloaded maven, created JAVA_HOME variable and it always gives me ERROR\when I try to compile...

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] me7-tools ......................................... SUCCESS [0.016s]
[INFO] ols-parser ........................................ FAILURE [18.045s]
[INFO] xdf-generator ..................................... SKIPPED
[INFO] mapsearch ......................................... SKIPPED
[INFO] maplocator-ui ..................................... SKIPPED
[INFO] maplocator-xmlplugin .............................. SKIPPED

UPDATE: IGNORE THAT Smiley Wrong JAVA_HOME path Wink
« Last Edit: October 13, 2012, 08:44:42 AM by masterj » Logged

prj
Hero Member
*****

Karma: +903/-420
Offline Offline

Posts: 5787


« Reply #18 on: October 13, 2012, 04:39:39 PM »

Very very good project indeed! But could I suggest something? Because we have FR that has ME7.5 maps names, could we use these instead? For example CLRHK is CLRSHK. I know that it is me7.5 specific name, but since we have fr file with these names it could be just easier to use search when searching for maps based on documents we have (FR)...
Don't think it matters too much to be honest...
Logged

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

Karma: +62/-4
Offline Offline

Posts: 704


« Reply #19 on: October 15, 2012, 01:19:34 AM »

Nice work Smiley
Logged
prj
Hero Member
*****

Karma: +903/-420
Offline Offline

Posts: 5787


« Reply #20 on: October 15, 2012, 05:53:36 AM »

I hope someone will contribute some XML's as well Wink

I am looking at the pointer based map access and I don't see a good way to solve this right now.
But remember, there is an option to write drop-in plugins in Java as well.
Logged

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

Karma: +903/-420
Offline Offline

Posts: 5787


« Reply #21 on: October 17, 2012, 02:10:42 PM »

Changelog:
17.10.2012
- Support for multiple patterns
- Better axis length detection
- Added KFZW/KFZW2
- Maps that are found are now sorted alphabetically in the UI

Updated the user guide and updated the binary in the first post.
Also pushed changes to GIT.
Logged

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

Karma: +903/-420
Offline Offline

Posts: 5787


« Reply #22 on: October 17, 2012, 03:08:09 PM »

Added KFMIOP, MLOFS.
https://github.com/prj/me7-tools/tree/master/maplocator-ui/resources/me7xmls
Logged

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

Karma: +32/-0
Offline Offline

Posts: 370


WWW
« Reply #23 on: October 17, 2012, 03:10:05 PM »

Time to give back to the forum.


Not to kiss ass, but you have been;) Thanks for this and all the hard work...
Logged

This has nothing to do with cars but you can see my glorifying job at,

www.MWPropane.com
prj
Hero Member
*****

Karma: +903/-420
Offline Offline

Posts: 5787


« Reply #24 on: October 17, 2012, 03:40:38 PM »

I just hope someone besides me starts helping out with the XML's.
Otherwise it's a doomed project Wink

A good start would be to find all the emissions based things. They are pretty simple to write XML's for, as it's just single value.
Logged

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

Karma: +604/-166
Offline Offline

Posts: 12232


WWW
« Reply #25 on: October 17, 2012, 03:44:09 PM »

prj: i have a lot of incentive to help out, just bad timing; super busy with other stuff lately.

in particular, a complete set of xmls combined with an ASAP2 writer would be the most amazing thing ever.
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: 12232


WWW
« Reply #26 on: October 17, 2012, 03:46:01 PM »

btw,  something equivalent for ram locations would be freaking AMAZING
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
Offline Offline

Posts: 5787


« Reply #27 on: October 18, 2012, 12:00:49 AM »

btw,  something equivalent for ram locations would be freaking AMAZING

This can easily be done using the current program and some XML's.
Logged

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

Karma: +903/-420
Offline Offline

Posts: 5787


« Reply #28 on: November 01, 2012, 07:33:05 AM »

Added:
CDKAT
CDSLS
CWDLSAHK
TVUB
Logged

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

Karma: +903/-420
Offline Offline

Posts: 5787


« Reply #29 on: November 01, 2012, 07:49:47 AM »

Current full list of signatures:
CATR
CDKAT
CDSLS
CLRHK
CWDLSAHK
KFLBTS
KFMIOP
KFZW
KFZW2
KRKTE
KRKTE_8
LAMFA
LAMFA_COLAXIS
LAMFA_ROWAXIS
LDRXN
LDRXNZK
LDRXNZK_ROWAXIS
LDRXN_ROWAXIS
MLHFM
MLOFS
SNM16GKUB
SNM16OPUW
SNM16ZUUB
SRL11OPUW
SRL12GKUB
SRL12GKUW
SRL12ZUUB
TVUB
TVUB_AXIS
VARDEF

They are not of course all detected in all files, but it still works for many Smiley
Logged

PM's will not be answered, so don't even try.
Log your car properly.
Pages: 1 [2] 3 4 ... 11
  Print  
 
Jump to:  

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