From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Different value in probe and indicator

Solved!
Go to solution

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!

0 Kudos
Message 1 of 4
(992 Views)
Solution
Accepted by topic author phas

Change the representation of the indicator to an integer type, e.g. U64.

0 Kudos
Message 2 of 4
(991 Views)

Thanks a lot!

0 Kudos
Message 3 of 4
(980 Views)

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!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(966 Views)