Hello, can you help me with the rotation code for steps 10k in this image?
Thank you.
1 Like
Start with steps Tag devided by 10000 then multiply by 270 . I can not imagine the offset in my head but it is probably -135 at the tail of your Formula . tag is #ZCS# I think .
2 Likes
Rotation of hand =
(240+((240*(clamp(#ZSC#, 0, 10000)/10000))))
6 Likes
thx budy
2 Likes
Some more…
NEEDLE FOR BATTERY:
(0+(#BLN#*3.6))
NEEDLE FOR STEPS:
(360+(#ZSC#*.036))
NEEDLE FOR BPM:
((#ZHR#/200)*360)
NEEDLE FOR WEATHER:
(0+(#WCT#*3.6))
2 Likes
thx budy
2 Likes