07-13-2018 10:10 PM
Hi, i use visa for comunication between arudino to labview, for measurement of temperatures, with the MAX6675 and his thermocuple K type, well, the problerm is when i see the monitor serie in arudino's interface i can see 2 decimal of precision but in labview, only gets integers, i changed the propierties of numeric indicator: data type (double) and display format to 4 digits (floating point), but nothing changed. So the question is how can gets the precision that can see in monitor serial of arduino. I think that the problen isn't in the indicators, maybe in VISA.
Solved! Go to Solution.
07-13-2018 10:38 PM
The problem is you are using Decimal String to Number which provides integers. (read the context help).
You want to use Fractional String to Number.
07-13-2018 11:03 PM
I don't know what happen to don't see that, well, thanks.
06-19-2019 02:35 PM
Hello friend, I am very interested in your work, I download the vi you shared but there are several blocks that do not load, can you help me about it?