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: