Hi,
I was wondering if I can set two parameters as condition in workout plan;
something like this:
warm up: 10min
___ repeat x 10
* run for 40sec, then if HR reached 180 go to the next step. If HR is under 180, continue until HR reaches 180
(the above condition is basically: time>=40 sec and HR >= 180)
* recovery for 90sec or HR reaches 160
(the above condition is basically: time >= 90 or HR <=160)
___
recovery: 10min
Does this kind of workout is possible with the 245?
Currently my kinda solution is to count the seconds and use only HR goal. I prefer a better solution.