HCH II-Specific Discussions Model Years 2006-2011

Navigation VPLog file on SD Card

Thread Tools
 
Search this Thread
 
  #1  
Old 09-28-2006, 10:19 PM
PerryPDX's Avatar
Enthusiast
Thread Starter
Join Date: Sep 2006
Posts: 1
Default Navigation VPLog file on SD Card

Wondering if anyone knows any use for the files generated on an SD card inserted in the NAV unit when you set "Logging" on in the Factory Setup Screen (HCH 2006). To get in the screen hold "MAP" "MENUE" and "CANCEL" down together for a few sec. Every time the engine is started a new file is generated with a name similar to this:

060929_0049.vpl

The 1st 6 digits are the date. Viewing the file in WinXP in Notepad the 1st 6 lines of the file read:

41BCA9151A1902114415
22C0A341
1D1D
84FFEC0003000195
24FF3800240001C6
490000000049

And it keeps going like this for pages. I would love to be able to extract GPS or milage data from these files for writing off travel. I've called American Honda, Alpine, my dealer etc. No answers.

Anyone have any ideas?
 
  #2  
Old 11-09-2006, 04:51 PM
twuelfing's Avatar
Active Enthusiast
Join Date: Oct 2006
Location: Indianapolis
Posts: 248
Default Re: Navigation VPLog file on SD Card

I am looking into this data, it appears to be some type of hex.

i can think of a couple things is could be, any other ideas would possibly be useful

  • OBDII data stream<
  • GPS data stream<
  • proprietary system data stream<
there is also a feature in that factory manual that lets you back up your presets, addresses, calendar etc onto the memory card.

if anyone has any information about this file please post here.
 
  #3  
Old 11-09-2006, 09:37 PM
Flash's Avatar
Pretty Darn Active Enthusiast
Join Date: Aug 2006
Location: Pittsburgh, PA
Posts: 456
Default Re: Navigation VPLog file on SD Card

I've looked at this before and can open it in a Hex editor but I think it is mostly GPS coordinates and settings. My largest file is a 19 MB text file and several 15 MB files. I just searched through another one and only recognized one word ("Unreliable") though I've never seen this on the display screen so maybe it knew that from an internal program note about being on a non-digitized road or in an un-verified area.

Note that the first 6 digits are the date in the format of YYMMDD instead of MMDDYY like most of us use ... and the last 4 digits in the file name should be the time of day (thought it was local time but it might be Greenwich time also - can't remember but thought it was local time). I've used this to my advantage if I forgot when I arrived/departed a client or customer site - so I just read the log file timestamps and it tells me. Presto.

I've been able to change the startup image and can find the text for the Nag screen in the files as well but I've not managed to re-compile the edited file into a format that the car will recognize as the original file's replacement and thus still have the same text in my nag screen.
 
  #4  
Old 11-10-2006, 03:29 AM
twuelfing's Avatar
Active Enthusiast
Join Date: Oct 2006
Location: Indianapolis
Posts: 248
Default Re: Navigation VPLog file on SD Card

Interesting, what makes you say it looks like gps coordinates?
 
  #5  
Old 11-10-2006, 05:01 AM
Flash's Avatar
Pretty Darn Active Enthusiast
Join Date: Aug 2006
Location: Pittsburgh, PA
Posts: 456
Default Re: Navigation VPLog file on SD Card

No reason but why would it log something like throttle position and outside temperature in code? I also notice that the file Modified Date is the actual time it was captured but the filename timestamp is, for me in the Eastern time, about 5 hours ahead so that would make it basically Greenwich time. If you are in Indy then let me know if it is 6 hours ahead (my files were pre-daylight savings time so I need to do this again and see what the new timestamps are).

Also, if I open the file in Notepad then I see a pattern of the binary codes (the entries similar to "0D0000CEC3" which is nearly identical to when Microsoft Outlook crashes on you and reports an error starting with "0x800CCC06"). If only there were a converter to decipher what the binary means. Anyone? When I view it in a Hex editor it just resolves it to "0D0000CEC3" which doesn't help.

Anyway, in the file there are a few header lines then a line similar to "17FFF80001000011" that is followed by 25 lines of the binary code then another line of that longer entry then another 25 lines, a longer entry, 25 more lines, etc. This just seems like a regular sampling of data like the GPS would be. What I should do is disable one portiong of the Logging and see what change that makes if any.

In one of the files I can find words like "Road" (which resolves to "52h 6Fh 61h 64h") so I'm thinking it has something to do with GPS. "Road" converts to "01010010 01101111 01100001 01100100" in Binary but I don't think everything is Binary as there are other letters but this entry ("10On DB Road" actually) repeats many, many times inside this single file. It must be a road and the heading and something similar.
 
  #6  
Old 11-10-2006, 05:30 AM
Flash's Avatar
Pretty Darn Active Enthusiast
Join Date: Aug 2006
Location: Pittsburgh, PA
Posts: 456
Default Re: Navigation VPLog file on SD Card

Okay so those lines are in Hex I believe. I converted a section of a file to the following:
0D0000808D = 32909
0D00004A47 = 19015
0D00002E23 = 11811
0D00003835 = 14389
0D00003439 = 13369
0D00004845 = 18501
0D0000424F = 16975
0D0000303D = 12349
0D0100222E = 16785966 (?)
0D00000E03 = 3587

And the first four lines of the file convert to:
41D40B8E93 = 1104415630
1641CF0C17 = 1104088087
22A678FC = 581335292
1D1D = 7453

Still no idea. I was hoping they would be Lat/Lon coordinates. The coordinates near me should be 40.xx and 80.xx so none of these relate right off the bat.
 
  #7  
Old 11-16-2006, 11:25 PM
filmlabrat's Avatar
Enthusiast
Join Date: Nov 2006
Posts: 2
Default Re: Navigation VPLog file on SD Card

Originally Posted by Flash
Okay so those lines are in Hex I believe. I converted a section of a file to the following:
0D0000808D = 32909
0D00004A47 = 19015
0D00002E23 = 11811
0D00003835 = 14389
0D00003439 = 13369
0D00004845 = 18501
0D0000424F = 16975
0D0000303D = 12349
0D0100222E = 16785966 (?)
0D00000E03 = 3587

And the first four lines of the file convert to:
41D40B8E93 = 1104415630
1641CF0C17 = 1104088087
22A678FC = 581335292
1D1D = 7453

Still no idea. I was hoping they would be Lat/Lon coordinates. The coordinates near me should be 40.xx and 80.xx so none of these relate right off the bat.

8 bit microprocessors use Hex pairs 00 to FF. The most an 8 bit proc can handle is 255 decimal or FF hex or 11111111 binary. If it's pure ASCII, the only human friendly numbers are 32 to 126 decimal, everything else is control codes and stuff like that.

<CR> is Carriage Return and <FF> is Form Feed.

Converting your strings to Hex pairs and, where applicable, ASCII, it looks like...
0D0000808D = <CR>, <NUL>, <NUL>, 128, 141 =
0D00004A47 = <CR>, <NUL>, <NUL>, 74, 71 = JG
0D00002E23 = <CR>, <NUL>, <NUL>, 46, 35 = .#
0D00003835 = <CR>, <NUL>, <NUL>, 56, 53 = 85
0D00003439 = <CR>, <NUL>, <NUL>, 52, 57 = 49
0D00004845 = <CR>, <NUL>, <NUL>, 72, 69 = HE
0D0000424F = <CR>, <NUL>, <NUL>, 66, 79 = BO
0D0000303D = <CR>, <NUL>, <NUL>, 48, 61 = 0=
0D0100222E = <CR>, <Start of Header>, <NUL>, 0, 34, 46 = “.
0D00000E03 = <CR>, <NUL>, <NUL>, 14, 3 = <Shift Out>, <End of Text>

And the first four lines of the file convert to:
41D40B8E93 = 65, 212, 11, 142, 147 = A, 212, <CR>, 142, 147
1641CF0C17 = 22, 65, 207, 12, 23 = <idle>, A, 207, <FF>, <End>
22A678FC = 34, 166, 120, 252 = 4, 166, x, 252
1D1D = 29, 29 = <Group Separator>, <Group Separator>

This may not make a lot more sense, but hopefully it may help you get on the right track.

It's been 40 years since college so forgive me my errors.
 
  #8  
Old 11-17-2006, 04:58 PM
twuelfing's Avatar
Active Enthusiast
Join Date: Oct 2006
Location: Indianapolis
Posts: 248
Default Re: Navigation VPLog file on SD Card

I dont know that the hex is ASCII, if it is, what if its some ASCII character encoding like unicode?

this data means something to someone, hopefully we can figure it out.
 
  #9  
Old 11-17-2006, 05:03 PM
twuelfing's Avatar
Active Enthusiast
Join Date: Oct 2006
Location: Indianapolis
Posts: 248
Default Re: Navigation VPLog file on SD Card

as for why it would log throttle position, it would be possible that the program is a remnant of factory development testing. This type of log would be useful for design analysis by engineers. There could be On Board Diagnostic data logged in there. This would be useful to capture intermittent problems. Meaning the dealership could say "we put a chip in your car, drive it for a week if you notice the problem remember what time it happened and then bring the car back" they could then look at the data and see if there is an issue there.

I would rather it be GPS data, as i could use this to make my life easier and have some fun with it.
 
  #10  
Old 09-24-2008, 06:25 PM
doogie's Avatar
Enthusiast
Join Date: Sep 2008
Posts: 3
Default Re: Navigation VPLog file on SD Card

I have an Accord Hybrid, and have spent some time disecting the various log files it produces. I haven't figured out the .vpl file yet, but I too believe it is a vehicle position log.
On my Accord the .vpl files are created in a VPLog off the root of the CF card, but there are other .log files (such as T9241627.log) in the root of the CF card. These appear to be trip log files, and look like this:

SeqNo 60 SFL MRF CRF RFL RAFE DR CR1 CR2 P VSP FUP ADDV ADDF FP
1 71 22.7 22.6 23.0 35.0 27.5 187.9 166.6 187.9 5 25 0 0000 0000 OF
2 71 22.2 22.6 23.0 35.0 27.5 187.9 166.6 187.9 5 1 12 0001 000C OF
etc.

Here's what I've discovered:
The name of the file corresponds to when you started the ignition ("T"MMDDHHMM.log, so that T9241627.log was a trip that started on September 24th, at 16:27).
One line is logged each second of the trip (from when you turn on the ignition until you turn it off again).

This file imports nicely into Excel, and the columns appear to be as follows:

SeqNo: seconds since engine started
60: not sure about this one
SFL: sensor fuel level - varies as the fuel sloshes around the tank during turns/ etc.
MRF: mean remaining fuel - an averaged fuel level
CRF: calculated remaining fuel? - very similar to MRF
RFL: reset fuel level? i.e. max fuel level?
RAFE: average fuel economy - in MPG
DR: distance remaining until empty (miles)
CR1: calculated distance remaining using algorithm 1 ? (miles)
CR2: calculated distance remaining using algorithm 2 ? (miles)
P: don't know what this is
VSP: vehicle speed in miles per hour
FUP: Fuel usage percentage (Throttle open percentage) - interesting to see how often this is zero for a mild hybrid like the Accord (e.g. engine off at stoplight, or no fuel in use while decelerating)
ADDV: sum of vehicle speed (shown in hex) - convert to decimal and divide by 3600 to get miles traveled so far
ADDF: sum of fuel usage percentage (shown in hex)
FP: don't know.

This information can be useful to track how the kids drive the car

Next I plan to tackle the .vpl file, it looks more complicated to say the least.
 


Quick Reply: Navigation VPLog file on SD Card


Contact Us -

  • Manage Preferences
  • Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service - Your Privacy Choices -

    When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.

    © 2024 MH Sub I, LLC dba Internet Brands


    All times are GMT -7. The time now is 06:10 AM.