10-20-2020 07:18 AM
Hi,
I'm facing a surprising issue in my VI, the value I have in the wire connected to a numeric indicator and a probe on the same wire are different as shown in the image. How can I solve this?
Thanks!
Solved! Go to Solution.
10-20-2020 07:23 AM
Change the representation of the indicator to an integer type, e.g. U64.
10-20-2020 07:34 AM
Thanks a lot!
10-20-2020 07:48 AM
Hi phas,
@phas wrote:
the value I have in the wire connected to a numeric indicator and a probe on the same wire are different
You just learned how important it is to watch out for coercion dots like on your indicator terminal!
Such coercion dots are there to show possible sources of problems when converting from one datatype to another one!