Bu the issue I have is that I would like the numbers to be rotated 270 degrees so that as the dial turns the number read from the 90 degree position is vertical.
I just can’t seem to find that anywhere. I know I can make what I want in gimp or some such app but I’m a complete noob with stuff like that (I even know how but cannot seem to be able to manipulate the dial correctly) . I’ve made some stuff but it’s basic and looks it.
If you want to spend the time, you can use that picture as a templet and just use the text elements to create each number in the position you want. Then delete the templet. It will take a full 60 elements, but you can have it exactly how you want with the ability to tweak it later on.
I get where you’re coming from, and that is a perfectly workable (if cumbersome) solution. But I would like to use the movement of the dial as a feature Hence the search for the right resource.
I have some that read north and south . Do you want it to read east or west . At 9 or 3 .
I bet you anything @bradtc has something he might share with you . Excuse me Invoking you Brad .
This is the working concept using the available dial and shows how I’m wanting things to work. Ideally, i would like the dial to move clockwise rather than anticlockwise.
Hi @waynehardy66
What I can offer is 2 disks (used for seconds) or the outer rim I used for the minutes as in the watch faces below. I have 3 different fonts I used. Have look, let me know if you want any of that and if just plain numbers, or with background (metal, circles…)
Ok I am stumped here.
I have been dabbling with trying to make a face utilizing the resources provided by @tom.vannes up there.
Assuming that I want the time to show at the 3 o’clock area.
Now I get that #DWFMS# in the rotation field does minutes, and that (#DWFSS#*6) does seconds.
Now one issue I find is that while the numbers 60_B / 60_W rotate correctly using #DWFMS#
Neither the numbers 0-60 provided by @jason.clarke.uk or a combination of the numbers 0-5 + 0-9 provided by Tom seem to work properly using (#DWFSS#*6) .
The issues here are Jason’s numbers 0-60 don’t seem to want to line up for me correctly and Tom’s 0_5 + 0_9 want to run concurrent and not consecutively.
Now the place where I am the most confused is trying to get the hours situated.
Which I assumed was
$(#Ds#%10)=9?((floor(#Ds#/10)*60))+(clamp(((((#DWFSS#/6)%60)-#Ds#)*60),0,60)):((floor(#Ds#/10)*60))$
in the rotation field.
But no matter how I arrange the number sets the only thing I seem to consistantly get to function properly is the minutes.
Which leads me to believe that either I am doing my set ups all wrong or I am missing some information in my interpretation of the info provided.
That is probably, because the 01-60 are not oriented for starting at 3h position and they are growing another direction. So you may need to add minus sign to the tag to change the turning direction and +90 to the formula to align the image for 3h position. Something like (90-#Ds#*6)