I found an error in the code that calculates F from C, its line 799 from the latest file speechles posted the link to: it currently reads: set output(tempf) [string trim [format "%.1f" [expr {9.0/5.0*($output(tempc) + 32.0)}]] ".0"] However it should be: set output(tempf) [string...