Hi All,
When I am using the Tags for Step Rotating of Hour hand and Minute Hand. It is showing fine while previewing and in editor. But when I send this to the watch the Hands are not rotating (i.e. not moving at all. Always stays at 12:00).
I am using the following tags on Rotation field
-
Hour Hand:
-(#DK#*30)/360
(expecting 30 degrees per hour)
-
Minute Hand:
-(#Dm#*6)/360
- (expecting 6 degrees per minute)
Link to the face:
1 Like
Hi, nice design you have there.
There are specific TAGS for hour and minute rotation you can use, no formulas needed.
#DWFK# is for the hour hand, #DWFKS# is the same but with smooth rotation, not steping.
#DWFM# for minute hand, #DWFMS# smooth.
I think the problem with the use of formulas can be to use ( ) or not. You can read about it in the Facer Docs here Expressions | Facer Documentation
I hope this helps.
1 Like
Hi,
Thanks for the reply.
I changed my expressions below and it is working fine.
Hour Hand: -(#DhZ#*30)
Minute Hand: -(#Dm#*6)
Just now I realized I do not need formula and use #DWFK# and #DWFM#.
Thank you.
1 Like