Treino 1H10
Corrida continua.
- Aquecimento (5 minutes)
- Treino 1H10' (70 minutes) pace between 4:58 and 5:10 min:s/km
- Aquecimento (5 minutes)
To install this workout on your Suunto Ambit
You must copy and paste this code in the movescount website in the App Designer.
Watch the tutorial (french commented)
Own Variables to create
NOM | VALEUR |
---|---|
Step | 0 |
TmpDuration | 0 |
Code to copy / paste
RESULT=Step; if (Step==0 || Step==2) { postfix="Aqueci"; if (SUUNTO_DURATION - TmpDuration >= 300) { Suunto.alarmBeep(); Step=Step+1; TmpDuration=SUUNTO_DURATION; } } else if (Step==1) { postfix="Treino"; if (SUUNTO_PACE > 5.17) { Suunto.alarmBeep();postfix="PC MIN";} if (SUUNTO_PACE < 4.97) { Suunto.alarmBeep();postfix="PC MAX";} if (SUUNTO_DURATION - TmpDuration >= 4200) { Suunto.alarmBeep(); Step=Step+1; TmpDuration=SUUNTO_DURATION; } }