03-25-2014 09:56 AM
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
03-25-2014 10:01 AM
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.