On firmware v5.50.
Custom Run Workout in my calendar today, for a 5k run, in 2 halves, with steps:
a. Warmup 10min
b. Run 2.5k, custom target HR
c. Run 2.5k, different custom target HR
d. Cool Down 5min
For step (b), GC shows there are 3 laps (laps #3,4,5 on the Garmin Connect website view of this run, in Intervals page).
The problem is lap #5 of 0.5km shows a very very long time of 1193:02:31 (which seems to be 1193h02m31s).
I have auto lap set for every 1km.
=> this jump also results in WRONG Records - Best 1k=2m50s, 5k also wrong
Why? To investigate more, I exported the TCX file and looked at lap #5:
Lap #5 <Lap StartTime="2020-11-28T22:53:15.000Z">
Lap #6 <Lap StartTime="2020-11-28T22:56:11.000Z">
So, Lap #5 length should be 2m56s, not 1193h02m31s
An error in recording the file appears to be at the end of step (b) , near the end of 2.5km step:
These two consecutive Trackpoints, 1s apart (recording set at 1s in Settings), is where DISTANCE JUMPS 500m??
<Trackpoint>
<Time>2020-11-28T22:56:09.000Z</Time>
<Position>
<LatitudeDegrees>-34.88580588251352</LatitudeDegrees>
<LongitudeDegrees>138.61083403229713</LongitudeDegrees>
</Position>
<AltitudeMeters>59.20000076293945</AltitudeMeters>
<DistanceMeters>3630.300048828125</DistanceMeters>
<HeartRateBpm>
<Value>165</Value>
</HeartRateBpm>
<Extensions>
<ns3:TPX>
<ns3:Speed>2.8459999561309814</ns3:Speed>
<ns3:RunCadence>86</ns3:RunCadence>
</ns3:TPX>
</Extensions>
</Trackpoint>
<Trackpoint>
<Time>2020-11-28T22:56:10.000Z</Time>
<Position>
<LatitudeDegrees>-34.88582918420434</LatitudeDegrees>
<LongitudeDegrees>138.61083679832518</LongitudeDegrees>
</Position>
<AltitudeMeters>59.20000076293945</AltitudeMeters>
<DistanceMeters>4132.8701171875</DistanceMeters>
<HeartRateBpm>
<Value>166</Value>
</HeartRateBpm>
<Extensions>
<ns3:TPX>
<ns3:Speed>2.8550000190734863</ns3:Speed>
<ns3:RunCadence>86</ns3:RunCadence>
</ns3:TPX>
</Extensions>
</Trackpoint>