How to use it correctly in the workout editor for
disable average noshowavg / noshowavg for show_avg = “0”?
Add “hidepower” somewhere in the step like this:
- Toddling along 30m 80% hidepower
- Easy does it 10m 50% /hidepower
Power stays hidden until there is a step with “/hidepower”.
<workout>
<SteadyState Power="0.8" Duration="1800">
<textevent message="Toddling along" duration="10"/>
</SteadyState>
<SteadyState show_avg="1" Power="0.5" Duration="600">
<textevent message="Easy does it" duration="10"/>
</SteadyState>
</workout>
Thank you ! Exactly what is needed! You can also ask whether it is possible to add arbitrary messages in the training editor? in addition to those that are automatically generated at intervals.
Currently you can only have one message associated with each step e.g. “Toddling along” as above. Not quite sure how to work something more complicated into the text language.
I mean, let’s say the situation is acceptable to any interval, let’s add arbitrary text to the warm-up.
Warmup
- 5m 50% 90-100rpm — spin faster
textevent message = “spin faster” duration = “10” /
You can … just put the text before the duration:
Warmup
- Spin faster 10m ramp 60% 90-100rpm
<workout>
<Warmup Cadence="95" Power="0.6" Duration="600">
<textevent message="Spin faster" duration="10"/>
</Warmup>
</workout>
You can use the “Add step” button to fill in a form to figure these things out.
Thank you very much for what was needed. super workout editor