This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Quirky graphs power, heartrate, cadence

I just did a quick 40 min ride and uploaded to the new connect.

Note in the details the heart rate, power, and cadence are all just long arcs, no real detail. But the detail is in the file, and you can see it in the player.

http://connect.garmin.com/activity/11942340

Me? I hope not. That's a pretty strange error.

Mike
  • Former Member
    0 Former Member over 15 years ago
    If you go into Player and select the display by Time rather than by Distance then you will see the same problem. I think the problem is the time format in your tcx file. In your tcx file I see time with more digits:
    <Time>2009-08-27T10:57:59.000Z</Time>

    In mine I see the following:
    <Time>2009-08-26T21:43:43Z</Time>

    I think the extra ".000" is confusing GC. I see the same problem when loading this ride into GTC (so it's not GC specific).

    What device produced this file? I'm using the Garmin Edge 705
  • Yup, defective file. I uploaded again it it is fine. Thanks - how do you "view" the tcx anyhow?
  • Yup, defective file. I uploaded again it it is fine. Thanks - how do you "view" the tcx anyhow?


    .tcx files are xml files so you can read them in a number of ways. The best way, though, is to use an xml reader. There are a number available for free and these will actually often help troubleshoot problematic files. First Object Editor is a popular one.