LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i get the numeric value of a reference?

Solved!
Go to solution

I would like to get the numeric value of a reference.  If I watch any reference with a probe, I can see it's value, i.e. F280006B.  I would like to get that numeric value into a numeric indicator for some troubleshooting I am doing. but running a ref directly into a numeric indicator breaks the code. Somehow the probe is doing the job, so it must be accessible. Any hints out there?

0 Kudos
Message 1 of 3
(2,647 Views)
Solution
Accepted by topic author rimfire44

Type cast to U32.

 

Lynn

 

Reference.png

Message 2 of 3
(2,642 Views)

This is perfect. Thank you very much.

0 Kudos
Message 3 of 3
(2,616 Views)