[Guide] how to get best results with millisecond e.g [MSEC]

Hi, after many videos , testing and discussion i found that Tags such as [MSEC], [SEC_MSEC], [UTC_TS]

Refresh on the watch at 100milliseconds which is more or less equal to 10 times a sec or 10hz.

So for animation using these tags the best /smoothness we going to get is 10fps / 10hz animations

Formula to make it clean 10hz is
For [MSEC] is

((floor([MSEC]/100))*100)

For
[SEC_MSEC] is

((floor([SEC_MSEC]*10))/10)

And for

[UTC_TS] is

((floor([UTC_TS]/100))*100)

To add preview in wfs the “time machine”
Is not to the milisecond also to my eyes its like 5hz or less

5 Likes

Good Topic Bookmarked . Well done .

Thanks a lot for your research and for sharing it with us. :+1: :santa:

1 Like