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

Moving Time Epix 2

Is there a way to add moving time as a data field without enabling auto-stop on the activity?  I cannot see that field as an option or in the Connect IQ store.

  • Moving time isn't available as a built-in field, but I have a Connect IQ data field app that can calculate moving time on its own and display the result.

    The data field is called AppBuilder 5.

    Use the following settings:

    Label: Moving Time (or whatever you want)

    Formula: sum(speed_raw gt 0.89408)

    Display Format: Time

    This formula sets the threshold for "moving" at 2 miles per hour (30:00 per mile) or 0.89408 metres per second. I chose 30:00 per mile because that's the threshold Strava uses.

  • Wow, thanks I really appreciate your help.