Running, Trail, Fitness

segunda

AA


  • 1 (5 minutes) pace between 6:00 and 9:00 min:s/km
  • 2 (50 minutes) pace between 4:30 and 5:59 min:s/km

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="1";
	if (SUUNTO_PACE > 9.00) { Suunto.alarmBeep();postfix="PC MIN";}
	if (SUUNTO_PACE < 6.00) { Suunto.alarmBeep();postfix="PC MAX";}
	if (SUUNTO_DURATION - TmpDuration >= 300) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
	}
}
 else if (Step==1) {
	postfix="2";
	if (SUUNTO_PACE > 5.98) { Suunto.alarmBeep();postfix="PC MIN";}
	if (SUUNTO_PACE < 4.50) { Suunto.alarmBeep();postfix="PC MAX";}
	if (SUUNTO_DURATION - TmpDuration >= 3000) {
		Suunto.alarmBeep();
		Step=Step+1;
		TmpDuration=SUUNTO_DURATION;
	}
}
 
running meilleures offres
Running, Trail, Fitness