Can rotate image wind speed sequence?

hello, help and you can rotate image wind speed sequence?

e.g. 1 mps rotation and slow at 50 mps and fast at 150 mps and very fast etc. etc…

It’s more or less like this

$(#WND#)>=0&&(#WND#)<50?(#DWFSS#*2):$(#WND#)>49&&(#WND#)<100?(#DWFSS#*10):$(#WND#)>99&&(#WND#)<150?(#DWFSS#*20):(#DWFSS#*30)$
2 Likes

ok thank you very much very kind

you can also do something like (#DWFSS#*#WND#) and it will gradually speed up

3 Likes

lucky.andrei and ThaMattie to the rescue…always very helpful thanks guys :+1:

ok thank you very much very kind, that’s great even so :grinning: :+1: