An Arc turns a quarter circle back and forth in 1 second

Hi there.
Trying to get this to be resolved if possible.
I’m trying to circle a Black Arc


only a quarter distance back and forth in every second.
If possible! I don’t know if that will work in WFS.
this is an uploaded picture what I meant.

thank you.

1 Like

That is Half a Circle you have shown . I have something that I think works nicely I will show it to you Later . To inspect the Test . Download it Delete .ZIP and click on it . It will open in WFS .
.


.

SEC_ARC_TEST.wfs.ZIP (170.7 KB)

It will move, but it will look horrible, because WFS does not support smooth movement of anything but second hand. Unzip and open this example file:
Arc.zip (157.1 KB)

2 Likes

Thank you @Peter. You Got it %100.
I know about the speed is not as smooth as it suppose to be.
but I will test it out on the watch. to see how it looks like.

Thank you sooooo much buddy.

1 Like

Thank you Russellcresser… your idea is nice too…
But what I requested I think How Peter created it…
this is the right way… I want… I guess I wasn’t clear enough sorry…

Thank you so much anyways.

1 Like

Hi Peter… sorry for troubling you.
A question…
How to adjust the speed on that Arc movement? or control?
an example … to make it slower?

Thank you.

1 Like

You would have to apply a factor to the source tag for example to halve the speed put there 0.5.
image

Beware of using some numbers that would result in uneven base for the modulo %2 at the end of minute. That would create visible jump when seconds reset.
In worst case you could use the epoch timestamp to circumvent that trouble.
[UTC_TS]/1000 instead of [SEC_MSEC]

1 Like

I will give a try… thank you again.
Sorrrrry for the trouble.

Looks like it’s working so perfect…
Thank you @Peter… so much…

it’s perfect… thnx again…

1 Like