I'm using Ignition version 8.1.24 and was debugging some scripting in the project script library
and noticed when converting DegF to DegC the results were 0???
Testing the code in the script console resulted in same results, then I tested the following
Notice the 2 division operator returned the same rounded results!
Safe to assume that the standard division operator "/" should've returned a floating number, 2.6667
Explains why in the scripting code the formula (DegF-32) * (5/9) was equal to 0, the (5/9) result is rounding to 0 instead of 0.5555.
I don't recall a configuration that would cause the rounding.