Author Topic: Reading Log Files  (Read 3600 times)

littlefreak3000

  • Brammovangelist
  • *****
  • Posts: 203
    • View Profile
Reading Log Files
« on: April 08, 2015, 06:37:32 PM »
I'm trying to read my log files from the USB under the seat to figure out what happened to cause my accident a few months back. Has anyone be able to decode how the data is stored in these files? I'm currently trying to figure out the pattern to write a piece of software to view them and figured I'd ask if anyone else has tried this.

Thanks

flar

  • Brammovangelist
  • *****
  • Posts: 488
    • View Profile
Re: Reading Log Files
« Reply #1 on: April 09, 2015, 03:42:59 AM »
A while back I made a decent start on one:

https://bitbucket.org/flarbear/enspector/downloads

Freepz then made a number of enhancements which pull out a lot more of the data fields.  We branched a bit in the source code and I haven't gotten around to merging the two builds, but my changes were mostly internal maintenance fixes whereas the changes in his branch were all added functionality for the user, so I'd start with his version:

https://bitbucket.org/freepz/enspector/downloads
Current bikes: 2013 Brammo Empulse R, 2005 BMW R1200RT
Prior bikes: 1988 Honda Hawk GT, 1997 BMW F650

littlefreak3000

  • Brammovangelist
  • *****
  • Posts: 203
    • View Profile
Re: Reading Log Files
« Reply #2 on: April 09, 2015, 12:08:23 PM »
Thanks that helped a lot. I was able to get the info I needed with your application, but I might still use your source to make an analysis program (probably in C#) as it is kind of what I do for a living. If I do I'll be sure to share it with everyone.

Jay64

  • Enciter
  • **
  • Posts: 32
    • View Profile
Re: Reading Log Files
« Reply #3 on: February 28, 2018, 11:13:27 AM »
I used your version and was able to open the logs, thanks for sharing this. First interesting thing I saw was that the old logs the date was correct, but in the latest logs the date was 2022/86/06. I had a code for real time clock not working, so having the date be wrong wasn't a surprise, but the 86 month was a little surprising.  ;D
'13 Zero, '13 Brammo Empulse R, '06 GSXR 600, '03 GSXR 750, '05 Honda Shadow 750, Couple of home built electric bikes, handful of dirtbikes

jazz999

  • Empulse Guru
  • ****
  • Posts: 183
    • View Profile
Re: Reading Log Files
« Reply #4 on: February 28, 2018, 07:40:40 PM »
I'm trying to read my log files from the USB under the seat to figure out what happened to cause my accident a few months back. Has anyone be able to decode how the data is stored in these files? I'm currently trying to figure out the pattern to write a piece of software to view them and figured I'd ask if anyone else has tried this.

Thanks


What kind of accident did you have?

Zombo

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Reading Log Files
« Reply #5 on: June 04, 2019, 04:17:45 PM »
Hi,

it's an old post but maybe anybody is still reading.

I downloaded the logfiles from my brammo. unfortunately they are xxxx.DRV and xxxx.CHG files.

how do i read these?
Zero S MY15
Brammo Empulse R
Kawasaki GPZ500
Simson S53

Leander

  • Brammovangelist
  • *****
  • Posts: 206
    • View Profile
    • Email
Re: Reading Log Files
« Reply #6 on: June 05, 2019, 02:57:33 AM »
with the right software.
I can translate them to a readable excel file for you.

Zombo

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Reading Log Files
« Reply #7 on: June 15, 2019, 08:41:26 AM »
Tank you. I have roundabout 300mb to translate. Would you mind to share the software? So it would less work for you.
Zero S MY15
Brammo Empulse R
Kawasaki GPZ500
Simson S53

Leander

  • Brammovangelist
  • *****
  • Posts: 206
    • View Profile
    • Email
Re: Reading Log Files
« Reply #8 on: June 15, 2019, 11:42:48 AM »
it's on my PC.
don't know if I've still got all the install files...

brugja

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
Re: Reading Log Files
« Reply #9 on: September 13, 2019, 12:57:21 PM »
i once recieved this mail conversation, and i managed to read my logs.

==============================
So you must install a couple things

First install this, which is the Brammo service software. I don't know much about it, and can't help as I don't have my Brammo any longer.
https://drive.google.com/open?id=1JXfwAXGOPEx8jSnmLsLxorQ5gn6HFkDB


Then you can run this program (copy both files to a directory on your hard drive), which reads the log file:
https://drive.google.com/file/d/1zWjaV79Oy2efwURpxnnr8o1OsQX-BChX/view?usp=sharing
https://drive.google.com/file/d/1-fTIftb0y3aVNQXlR0niWtblr0zE5FUK/view?usp=sharing

The Brammo software should be installed as it installs some Labview files that the log viewer is dependent on.

good luck.

sunchaser

  • Brammovangelist
  • *****
  • Posts: 214
    • View Profile
Re: Reading Log Files
« Reply #10 on: September 21, 2019, 10:18:24 AM »
Thank you for posting the files.  Very helpful.

SuperPollo

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Reading Log Files
« Reply #11 on: April 13, 2022, 01:39:59 AM »
Hi!

Could you please re-share this? It is no longer available and I really need to read those files in the USB drive.

Thanks in advance! : )

i once recieved this mail conversation, and i managed to read my logs.

==============================
So you must install a couple things

First install this, which is the Brammo service software. I don't know much about it, and can't help as I don't have my Brammo any longer.
https://drive.google.com/open?id=1JXfwAXGOPEx8jSnmLsLxorQ5gn6HFkDB


Then you can run this program (copy both files to a directory on your hard drive), which reads the log file:
https://drive.google.com/file/d/1zWjaV79Oy2efwURpxnnr8o1OsQX-BChX/view?usp=sharing
https://drive.google.com/file/d/1-fTIftb0y3aVNQXlR0niWtblr0zE5FUK/view?usp=sharing

The Brammo software should be installed as it installs some Labview files that the log viewer is dependent on.

good luck.

Korbin Dallas

  • Empulse Guru
  • ****
  • Posts: 166
    • View Profile
    • Email
Re: Reading Log Files
« Reply #12 on: April 14, 2022, 02:07:39 PM »
http://www.environ-systems.de/brammo-empulse-r.html

scroll to the bottom

Are these what you are looking for?
2013 Brammo Empulse #602 INOP Sold
2016 Victory Empulse #199
2003 Suzuki SV1000S