[Resolved] Builder of workouts for running. Repetition failure

Hi David!

I don’t know why I think the workout builder doesn’t work properly for running activities, I’m trying to create a simple activity (warmup, five reps and cooldown), but in my Forerunner 235 it only detects warmup and cooldown.

Going back to intervals.icu, I find that exactly those two steps come out in the generated graph. Thinking about whether it is a mistake of mine, I define a similar workout for cycling, and I find that in this case it works correctly. I don’t know if the race workout is badly defined, or there’s an error in the builder.

Here the running error:
imagen

Warmup
- Press lap 15m ramp 50-75% Pace

5x
- 400mkm maxeffort 100-105% Pace
- 600mkm 50-75% Pace press lap

Cooldown
- Press lap 15m ramp 50-75% Pace

This is the cycling workout:
imagen

Warmup
- 20m ramp Z2

5x
- 1m maxeffort Z7
- 2m freeride Z3

Cooldown
- 20m ramp Z2
  • 400mkm maxeffort 80-90% Pace

what is mkm?

I inputted some pace data into my /settings (i don’t have any populated)
tried “mkm” - didn’t work, but using “m” did work.

Is this how you expect it to look?

OOps… didn’t realise 600m is interpreted as 600minutes :stuck_out_tongue:
mtr = meters

1 Like

Thank you :wink:, it was a measurement error and that is why it does not count the segments of the repetitions. In the constructor it put the measure m (meters) and it must be that since it does not detect it, it automatically converts it to “mkm”. Updated my workout to mtr works correctly.

image

2 Likes

i remember in one of the posts, it was stated that “m” was already used for “minutes” hence it can’t also be used for meters

I didn’t know one can put 400m there tho.

Yes, the capture was to indicate how my error was produced. The unit ‘m’ is for minutes and ‘mtr’ for meters. The correct thing is as you have indicated and as it would be reflected in the following image:

image

1 Like