LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How get the precision of MAX6675 (arduino) to labview (VISA)

Solved!
Go to solution

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.

Download All
0 Kudos
Message 1 of 4
(2,899 Views)
Solution
Accepted by LPuma

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.

0 Kudos
Message 2 of 4
(2,889 Views)

I don't know what happen to don't see that, well, thanks.

0 Kudos
Message 3 of 4
(2,880 Views)

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?

0 Kudos
Message 4 of 4
(2,529 Views)