Can anyone help me to give the values to make the type of moon indicated by a pointer ?? (with a rotation of 180º, I don’t know what values to put the start and end of rotation)
The start and end values are pre-assigned to the condition they won’t change the degree where it starts and stops.
If you want to use one of the pre-created watch hands then you can open that folder and add it as an image. But you will need to use Tags for your movement.
Ron
Hello,
WFS doesn’t allow the analog hand component to rotate in a certain angular range. You can use normal image component with tag expression for this.
90+[MOON_TY]/7*180
This expression for angle property rotates the image along the lower half circle between 90 and 270 degrees.
3 Likes
Thank you very much for your help, I really appreciate it.