A simple Problem about Steps Chrono Tag Expression

Analog Basic 3n1_20240428_01355044
Analog Basic 3n1_20240428_01350097

I have been away for a while . I was using Watchface studio 1.3.13. I have downloaded the latest Samsung Watchface Studio V1.6.9.

I have been using a simple tag expression to rotate Analog Chrono needle for steps. [SC]*2.592/360 This was working for me on 1.3.13 .

Now in Watchfacestudio on my PC it rotates correctly as shown in screenshots. I have set it to sync steps with device inside the Samsung Watchface Studio.

I also changed steps target on Samsung Health both watch & phone.On the watch the needle doesnt rotate as per the set target on phone. It rotates but as if it is set to 50,000 target? .

Any help with tag expression for rotation of Step count Target percentage will be appreciated. Thanks in advance. :slight_smile:

Best Regards

Sorry your formula was set for a fixed target 50000, so it does exactly that.
You have only one input (step count), you cant expect it doing anything else than compare it to a fixed value.
You would have to change it like 360*[SC]/[SC_GOAL]

2 Likes

Thank you so much dear friend Peter :grin:

I really appreciate for your kind reply. Im testing it right now anf you are spot on with the problem. I wanted to display step target percentage achieved from 0 to 100.

after trying changing various step goals on watch it looks it working fine now. ill test more today.

Once again thankyou very much. It shows now the percentage of goal achieved.

1 Like