GAUSS
1
Hi @ll
I need some help with a temperature dial.
I don´t know if my formula is right and i can´t test it with facer creator.
Formula:
((#WCT#*1,676470588235294)-67)
Total circle degrees = 285 (-142,5 up to +142,5)
Total Fahrenheit = 170
-45 F is -142,5 circle degrees
0 F is -67 circle degrees
+125 F is 142,5 circle degrees
170 x 1,676470588235294 = 285
Anybody a solution?
Greetings, GAUSS.
I think the formula is
($#WM#==F?((#WCT#*1.6765)-67.06):((#WCT#*3.0176)-13.41)$)
This should give:
-45F, -42.8C => -142.5 deg
40F, 4.4C => 0deg
+125F, 51.7C => +142.5 deg
( this assumes that #WCT# returns different values depending on the value of #WM# )
1 Like
GAUSS
3
Oh. Thanks a lot. Far more elegant and everything in one formula. I would have done a separate one for Celsius. This will save layers.
1 Like
You are welcome, I hope it works ok
I found a couple of images on Google…I hope this would confirm your image
GAUSS
6
Thanks, yes they are nearly exactly like the one i built after a template.