HR Zone Tag

Hello to all.

Would like to ask whether somebody can assist me with HR zone tag. would like tomake 3 or 6 zones not sure how.
Thank you

1 Like

Hi,
it depends how you want it to look like.
should there be like watch hand that points into zones on a dial?
or should there be like multiple lights that light up when
a) the HR is in certain range (only one is lit) or
b) the HR is above some level (all for lower levels are lit too)?

2 Likes

Hey
for example to make 4 HR zone like on picture below

1 Like

4 zone and each light up when HR is in range. like 0-80 first zone, 80-120 bpm second zone etc.

1 Like

If it is a black mask above colored gradient behind it, you can put 3/4 filled circular semitransparent black progress bar between them and let it rotate like this:
-intervals would be 60 first switching at 80


Or more like this clamp (90*floor(([HR]-40)/40),0,270)
-intervals would be 40 first switching at 80

1 Like

A true “heart rate zone” requires calculation from the users age. I doubt you will be able to seek that input from the user solely using WFS.

If you seek to change to color of an Icon, Progress Bar or Text you can use the tagged expressions

Above 140 [HR]>=140?100:0
Below 59 [HR]<=59?100:0

These are values that I use in my faces

Best of luck
Graham

1 Like

Super guys thanks for your tips
Maybe one additional question to make kind of chart of HR based on HR Zone
would that be possible and how, Million thanks
image

1 Like