cancel
Showing results for 
Search instead for 
Did you mean: 

bin to hex

SOLVED
elyan
Member
Solved!

bin to hex

Hi : For example I have Binary Number 10110000 that I what to convert it to Dec Number   

How can I do that in labview

 

thanks
4 REPLIES 4
THN
Member
Member

Re: bin to hex

Hi Elyan,

 

 

have you tried: programming -> numeric -> conversion ?

TN
Currently using LV 8.5
logo
parthabe
Trusted Enthusiast

Re: bin to hex

Did you try out the numeric format converter functions in the Numeric/String pallette?

 

If you want to change the format in a COntrol/Indicator, just rt-click >> Radix will do the job for you. Smiley Happy

 

But see that your question header & your problem description are not the same. Smiley Wink

- Partha ( CLD until Oct 2027 Smiley Happy )
Rod42
Active Participant
Solution

Re: bin to hex

As the information you give is incomplete, we're doing a bit of guessing here.

 

If the 'binary' is in an ASCII text string (so that you could display it in a string indicator in normal mode) you can convert it to an integer (perhaps a U16) using "Scan Value" with "%b" as the format string. Then just set the display format of the integer to get the visible formatting you need.

 

Rod.

 

muks
Proven Zealot

Re: bin to hex

Message contains an image
bintohex.PNG