LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW with Arduino

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?output_formula_node.png

0 Kudos
Message 1 of 3
(1,888 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(1,878 Views)

The value display on the string wire shows you got the value you were looking for!

0 Kudos
Message 3 of 3
(1,854 Views)