Running, Trail, Fitness

test

inteval


  • warm-up (5 minutes)
  • speed (2 minutes) pace between 4:30 and 5:30 min:s/km
  • rest (3 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) {
	postfix="warm-u";
	if (SUUNTO_DURATION - TmpDuration >= 300) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
	}
}
 else if (Step==1) {
	postfix="speed";
	if (SUUNTO_PACE > 5.50) { Suunto.alarmBeep();postfix="PC MIN";}
	if (SUUNTO_PACE < 4.50) { Suunto.alarmBeep();postfix="PC MAX";}
	if (SUUNTO_DURATION - TmpDuration >= 120) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
	}
}
 else if (Step==2) {
	postfix="rest";
	if (SUUNTO_DURATION - TmpDuration >= 180) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
	}
}
 
running meilleures offres
Running, Trail, Fitness