Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

How to read Garmin Edge 1000 logfile

Rank

Total Posts: 1

Joined 2016-03-31

PM

Hi,

I don't know if I may post this question here so please forgive me.

I have power dropouts with my Stages Powermeter & my Garmin Edge 1000.
My garmin created a logfile where all the ANT traffic (in & outgoing) was logged.
The File is a FIT file but with what programme can I read the info?
Online I've converted the FIT file to a CSV file (http://garmin.kiesewetter.nl/) but the CSV doesn't contain anything valuable.

Anyone?


Thanks

Peter






     
RankRank

Total Posts: 34

Joined 2013-01-28

PM

Hi Peter,

As part of the FITSDK there is a FitCSVTool.jar provided. It is able to decode FIT files and output csv files. The relevant messages are: ant_channel_id, ant_tx, and ant_rx.

Usage:

java -jar FitCSVTool.jar "other options here"

There is also a Fit2CSV.bat file that you can drag a FIT file onto and it will create a csv file in the same place as the FIT file.

-Evan