12-19-2014 07:16 PM
I used:
VI and did editing. Using LabVIEW for arduino. I already have the data I needed. I get a data of 33.75 the data output will be 34. What I need is to get the data with the decimal no rounding down or up.
Ive attached the VI.
Please Help! Thanks!
Solved! Go to Solution.
12-20-2014 02:39 PM
12-22-2014 07:26 AM
Use Frac/Exp String to Number instead of Decimal String to Number. The Decimal String to Number gives you an integer, so it rounds.
12-24-2014 05:30 AM
Thank you!! Frac/Exp String to Number works like magic.