Hi everybody!
I’m trying to make some Chronograph of Sunrise and Sunset Rotation value for hour & minute hand
So I’m trying to figure out how to TAG expressions at Rotation
Thanks in advance,
Ben
Hi everybody!
I’m trying to make some Chronograph of Sunrise and Sunset Rotation value for hour & minute hand
So I’m trying to figure out how to TAG expressions at Rotation
Thanks in advance,
Ben
If you want a rotational value for sunrise using 24 hours for a full circle, use
((#WSUNRISE24#*15)+(#WSUNRISEM#/4))
That gives you 15 degrees for each hour, 0.25 degrees for each minute.
For sunset just swap the tags so:
((#WSUNSETH24#*15)+(#WSUNSETM#/4))
This did not work for me.
My idea is to do two circles (360º rotation) for sunset and sunrise