Help with rotating hand

Iโ€™m trying to make a rotating hand (like the standard ones of hours or minutes) but i want it to rotate according to steps. More accurately, i want it to rotate 360 degrees with the range of steps between 0 and 10000โ€ฆ I searched for a while but canโ€™t find an answer, can anyone help?
Thank you in advance.

Your rotation:

((#ZSC#/10000)*360)
2 Likes

Thank you very much, it was simple after all :slight_smile: