04-01-2020 12:54 PM
Hi guys! I´m working with LabVIEW and making project with Arduino. And I found a error which I can´t solve. I am doing some calculations on a formula node and I am encountering a rounding problem. As you can see in the attached photo, the output of the formula node is 0.14, but I need this output to be 0.143693. Does anybody know how to solve this?
04-01-2020 01:35 PM
Use a probe to verify. The highlight execution is only displaying 2 digits of precision, where you are looking for more like 6. But judging from the output of the Format Fractional String, you are getting the value you expect.
04-01-2020 04:48 PM
The value display on the string wire shows you got the value you were looking for!