Running, Trail, Fitness

Hills

Hill series


  • Warm (5 minutes)
  • Hills (Repeat 6 times)
    • Hill (Lap button press)
  • Recovery (5 minutes)
  • Hills (Repeat 6 times)
    • Hill (Lap button press)
  • Cooldown (10 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
TmpLap 1

Code to copy / paste

RESULT=Step;
 
if (Step==0) {
	postfix="Warm";
	if (SUUNTO_DURATION - TmpDuration >= 300) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
		TmpLap=SUUNTO_LAP_NUMBER;
	}
}
 else if (Step==1 || Step==2 || Step==3 || Step==4 || Step==5 || Step==6 || Step==8 || Step==9 || Step==10 || Step==11 || Step==12 || Step==13) {
	postfix="Hill";
	if (SUUNTO_LAP_NUMBER > TmpLap) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
		TmpLap=SUUNTO_LAP_NUMBER;
	}
}
 else if (Step==7) {
	postfix="Recove";
	if (SUUNTO_DURATION - TmpDuration >= 300) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
		TmpLap=SUUNTO_LAP_NUMBER;
	}
}
 else if (Step==14) {
	postfix="Cooldo";
	if (SUUNTO_DURATION - TmpDuration >= 600) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
		TmpLap=SUUNTO_LAP_NUMBER;
	}
}
 
running meilleures offres
Running, Trail, Fitness