Something has changed in latest versions of Danas, so the RaceChrono's export is broken. Adding start/finish line just gives an error.
To fix your export files open the file in Windows WordPad (write.exe, NOT
notepad. This is because RaceChrono has broken line feeds as well in the export file :)).
Then add to beginning of file:
$IMPOS,1000,5,4,4,1,1,17,0,0,
And end of the file:
$VALUE,0,0,0,65535,65535,65535,0.0,0.0,0.0,0.0,
Do not leave empty lines between the data. So in the end your file should look like this:
$IMPOS,1000,5,4,4,1,1,17,0,0,
$NEW SESSION
$DATE,220609,
$GPS,0,A,04530.7670,N,1000.0748,E,60.34,102457.000,118.3
$GPS,100,A,04530.7817,N,1000.0753,E,53.18,102458.000,119.2
$GPS,200,A,04530.7946,N,1000.0760,E,46.20,102459.000,119.9
.....
$GPS,74100,A,04530.8091,N,1000.3149,E,3.76,103718.000,111.2
$GPS,74200,A,04530.8083,N,1000.3147,E,2.96,103719.000,110.9
$VALUE,0,0,0,65535,65535,65535,0.0,0.0,0.0,0.0,
I hope this fix works for some time to the future. I will fix it of course to next betas.
-Antti
Comments
why you don't fix in v1.10?