LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert 8 bits hex string into 1 byte number

Hi

I have small problem. The problem is I want to convert 8 bits Hex string into 1 byte hex number.

For example:0A00 0B00 0000 0200 into 1 byte number.

 I have tried many time and i always get result as 0. 

 

Thank you in advance

BR kalu

0 Kudos
Message 1 of 2
(2,614 Views)

I think you definitions are messed up.  A bit is a boolean value (0 or 1).  8 bits = 1 byte.  You actually have 8 bytes in your number.

 

Just be to completely clear for what you want, please make a quick VI that shows what you are trying to do.  Be sure to set example data at defaults.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,609 Views)