Pages: 1 ... 5 6 [7] 8 9 ... 18
Author Topic: VisualME7Logger CodePlex Project  (Read 239128 times)
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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: +176/-18
Offline Offline

Posts: 1401


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 Smiley but it can be little friendly Smiley
« Last Edit: July 07, 2014, 02:02:06 PM by fukenbroken » Logged
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« Reply #92 on: July 07, 2014, 06:54:05 PM »

The goal is to have no hex editing involved.  Smiley 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 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
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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 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: +4/-5
Offline Offline

Posts: 82


« Reply #96 on: August 14, 2014, 04:43:49 PM »

Well done
Logged
SB_GLI
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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 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
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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: +176/-18
Offline Offline

Posts: 1401


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
Hero Member
*****

Karma: +115/-10
Offline Offline

Posts: 1022


« 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?   Cool
Logged
fknbrkn
Hero Member
*****

Karma: +176/-18
Offline Offline

Posts: 1401


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?   Cool

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
Administrator
Hero Member
*****

Karma: +604/-166
Online Online

Posts: 12232


WWW
« 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 Smiley

great application btw, been experimenting with 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.
Pages: 1 ... 5 6 [7] 8 9 ... 18
  Print  
 
Jump to:  

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