LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hex to bin

Solved!
Go to solution

Hi all :

 

I have numbr in hex and I want to covert this number to binary Number , how can I do that in labview ?

 

I attach vi for example

 

Thanks

Wisam

0 Kudos
Message 1 of 2
(2,690 Views)
Solution
Accepted by topic author Elyan_wisam

Use the "Join Numbers" function on the two integers (which is easier than what you appear to be doing with the string concat), then display it as binary by changing the display format of your indicator.

0 Kudos
Message 2 of 2
(2,687 Views)