SB_GLI
|
|
« Reply #90 on: July 03, 2014, 09:18:31 PM »
|
|
|
I gave the new version of VisualME7Logger a try. Tested to read my EEPROM (OBD) and all seems to work but when I saved the changed file it reduced the .bin file size.
Is it as it should be or am I doing something wrong?
(Note: first time I use the program and messing around with it to learn)
I tried to reproduce this but couldn't. If you send me your original and the changed file I might be able to see what happened.
|
|
|
Logged
|
|
|
|
fknbrkn
Hero Member
Karma: +185/-23
Offline
Posts: 1454
mk4 1.8T AUM
|
|
« Reply #91 on: July 07, 2014, 02:00:04 PM »
|
|
|
great tool! tested it today with boot mode to make an immo-off ecu worked good, thanks but its strange usage algorithm for me oh.. english is not my native. but i will try to explain.. for example - goal is to copy immo id, skc and vin from ecu1 to ecu2. so i need to open ecu1.bin (or read it from cable) copy all to notepad (btw something like copy-to-another eeprom or temporary fields will be very useful option i think), open ecu2.bin, paste ecu1 data from notepad and now i want save it to ecu1_2.bin but there is an error when im trying to save a new file (which doesnt exist) and i cant save it to ecu2.bin because i need it as a backup. so im copying ecu2.bin, rename it and save to em. its not hard after hex-editing, parsing etc and as i said before - its a great tool! you are awesome but it can be little friendly
|
|
« Last Edit: July 07, 2014, 02:02:06 PM by fukenbroken »
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #92 on: July 07, 2014, 06:54:05 PM »
|
|
|
The goal is to have no hex editing involved. I think if I instead exposed the hex data for the immobilizer data it would make it easier to use. Then you could just clear out the fields you don't want to clone, and it won't clone that over.
|
|
|
Logged
|
|
|
|
S4addict
Full Member
Karma: +1/-0
Offline
Posts: 80
|
|
« Reply #93 on: July 31, 2014, 09:17:14 AM »
|
|
|
this allows you to run the checksum right in the program? i corrected the path because at first i was getting an error is this checksum a valid way of doing it. or is it still in testing?
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #94 on: July 31, 2014, 09:22:30 AM »
|
|
|
this allows you to run the checksum right in the program? i corrected the path because at first i was getting an error is this checksum a valid way of doing it. or is it still in testing?
No, it just runs ME7Check.exe against your bin. It does not correct checksums, only validates your file.
|
|
|
Logged
|
|
|
|
S4addict
Full Member
Karma: +1/-0
Offline
Posts: 80
|
|
« Reply #95 on: July 31, 2014, 12:08:52 PM »
|
|
|
ya i figured it wouldnt fix them but its a nice little interface to check them
|
|
|
Logged
|
|
|
|
MyTunes
Full Member
Karma: +9/-5
Offline
Posts: 83
|
|
« Reply #96 on: August 14, 2014, 04:43:49 PM »
|
|
|
Well done
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #97 on: August 18, 2014, 04:54:32 PM »
|
|
|
Version 1.22 Uploaded
--Added Option to turn off real time display while logging as this can cause the logging to fail in some case. --Added communication options for Connect, Communication and LogSpeed --Other minor bug fixes.
|
|
|
Logged
|
|
|
|
samy
Newbie
Karma: +0/-0
Offline
Posts: 5
|
|
« Reply #98 on: August 20, 2014, 04:29:18 AM »
|
|
|
Hi,
i still got the graphic view errors another user had in this thread befor. In my case i use the newest 1.22 version. The problem seem to happen only on floating numbers f.e. the nmot rpm is displayed correctly but the nmot_w is not displayed correctly. Every value wich has a XXX.XX format doesnt show correct. All XXX without .XX show correct.
The Log file itself is clean and look good the problem only happen on the real time view.
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #99 on: August 20, 2014, 05:19:25 AM »
|
|
|
Hi,
i still got the graphic view errors another user had in this thread befor. In my case i use the newest 1.22 version. The problem seem to happen only on floating numbers f.e. the nmot rpm is displayed correctly but the nmot_w is not displayed correctly. Every value wich has a XXX.XX format doesnt show correct. All XXX without .XX show correct.
The Log file itself is clean and look good the problem only happen on the real time view.
I assume you live in a part of the world that uses commas as the decimal separator? I can try and make a fix for this for you to try out if that's the case. Does the ME7Logger log file contain "." or "," for decimal places? I would like to confirm this. If ME7Logger indeed uses "." regardless of your culture, I think all that I need to do is force English culture when I parse decimals and we should be good to go. I will try to make this change tonight for you to try.
|
|
« Last Edit: August 20, 2014, 05:29:41 AM by SB_GLI »
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #100 on: August 20, 2014, 09:16:46 PM »
|
|
|
Please try the new version 1.22.1 that I uploaded. This should correct the decimal parsing issues.
|
|
|
Logged
|
|
|
|
fknbrkn
Hero Member
Karma: +185/-23
Offline
Posts: 1454
mk4 1.8T AUM
|
|
« Reply #101 on: August 21, 2014, 11:39:48 AM »
|
|
|
yes i has the same problem with "," system separator
using "." now in my laptop without any issues
|
|
|
Logged
|
|
|
|
SB_GLI
|
|
« Reply #102 on: August 21, 2014, 01:48:56 PM »
|
|
|
yes i has the same problem with "," system separator
using "." now in my laptop without any issues
Are you saying you changed the system culture settings on your pc to use dots over commas? or that this latest update made it all work for you?
|
|
|
Logged
|
|
|
|
fknbrkn
Hero Member
Karma: +185/-23
Offline
Posts: 1454
mk4 1.8T AUM
|
|
« Reply #103 on: August 22, 2014, 01:57:32 AM »
|
|
|
Are you saying you changed the system culture settings on your pc to use dots over commas? or that this latest update made it all work for you? i was changed system decimal separator to dot due to problems with reading logs and some other apps not even tried new ver
|
|
« Last Edit: August 22, 2014, 01:59:23 AM by fukenbroken »
|
Logged
|
|
|
|
nyet
|
|
« Reply #104 on: August 23, 2014, 11:44:12 PM »
|
|
|
Request: can you make the default log file extension be .csv and not .log? Also, can you make the graph data variable list UI include the alias? Or maybe add some sort of add/remove panes (i.e. make a pane on the right which lists all the variables enabled) with some sort of add/remove arrows rather than add/delete buttons? Not sure that request makes sense great application btw, been experimenting with it..
|
|
|
Logged
|
ME7.1 tuning guideECUx PlotME7Sum checksumTrim heatmap toolPlease 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 ex
|
|
|
|