Page 1 of 2
Importing files from Racechrono
Posted: Sun Jan 11, 2015 6:47 am
by irvandriel
Hello again,
I have laps on my Racechrono unit I'd like to import into HLT. I've tried exporting them in the Racechrono, then using my Mac find the export files on the Racechrono in finder and emailing them to myself. For VBO files when HLT tries to open I get a failed to import message in HLT. For .kml or CSV files I can not convince iOS Mail that HLT should open these files. i.e. I get options for other apps but not HLT.
Anyone have any ideas.
Cheers
Ian
Re: Importing files from Racechrono
Posted: Sun Jan 11, 2015 8:51 am
by Harry
Most probably a format issue. Please send one of the VBO files exported and I will check what's the problem
Harry
Re: Importing files from Racechrono
Posted: Sun Jan 11, 2015 10:11 pm
by Harry
Thanks for sending the file. The reason for the failure is the RC exported VBO file misses a [column names] section and column definitions. In case this section is missing, LapTimer raises a format exception and interrupts the import. To work around, add this section manually. To see a sample, export any lap from within LapTimer to VBO, it will generate a compatible file including this [column names] section. I haven't check the data exported from RC otherwise, so you may need to change the section a little, but it should be straight forward.
Please keep in mind LapTimer considers VBO files as logs. So to get the data broken down to laps during import, load the LapTimer Track Set (Phillip Island in your case) ahead of import.
- Harry
Re: Importing files from Racechrono
Posted: Mon Jan 12, 2015 6:33 am
by irvandriel
Thanks again H.
Re: Importing files from Racechrono
Posted: Mon Jan 12, 2015 11:29 am
by irvandriel
BTW, manual insertion of column names was easy and it worked
Re: Importing files from Racechrono
Posted: Sun Nov 13, 2016 9:34 pm
by mikelgaldakao
Hi Harry,
I am having troubles importing files from RaceChrono. I want to migrate all sesions to HLT but I receive importing error. No detailed message, only "Error importing vbo file".
I have a [column names] section and column definitions.
Thanks

Re: Importing files from Racechrono
Posted: Mon Nov 14, 2016 4:49 pm
by Harry
Please send the .vbo file to me (
Harry@gps-laptimer.de) and I will check what is going wrong.
- Harry
Re: Importing files from Racechrono
Posted: Wed Nov 16, 2016 12:35 pm
by mikelgaldakao
I sent you the mail, did you find the problem?
Thanks.
Re: Importing files from Racechrono
Posted: Sun Nov 20, 2016 9:28 am
by Harry
Hi,
I'm sorry for the late reply but I have been busy working on new stuff (and had the completed development environment set for new development).
To import the .vbo files sent these actions need to be performed before starting the import:
1) Make sure you load the LapTimer track set which should be used for lap recognition (Add-ons or Load Track)
2) Remove this three lines from the .vbo file:
3) Set the wide detection corridor to a big value (LapTimer ‣ Administration ‣ Settings ‣ Expert Settings ‣ Trigger Detection / Wide Corridor ‣ 200
Some comments: 1) is what needs to be done for any logger import; 2) is necessary as LapTimer does not handle (or ignore) this tag currently - it is related to video attachments which will get support starting wit v21; 3) the data send showed quite some GPS drift - which resulted in missed finish triggers for BTG
- Harry
Re: Importing files from Racechrono
Posted: Sun Nov 20, 2016 1:12 pm
by mikelgaldakao
Hi,
I tried, but I got the same error.

Tracks downloaded, lines removed and value set to 200 (max).
("The file is ready, Are you sure you want to continue ?")
After selecting "Yes, continue", it's only a few miliseconds until it shows the next screen:
("Error. Importing file xxxx.vob failed.")
However, thanks for your time
PS. I think it doesn't even try to read the whole file. It seems to crash before reading it.