LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert Binary array to 64 bit hexadecimal

Hello
Hello how to convert Binary array to 64bit hexadecimal array
i attached the file, give me a idea.
thank you
sasi
0 Kudos
Message 1 of 4
(3,183 Views)
Hi
 
hope this will help you!
 
Rune
0 Kudos
Message 2 of 4
(3,168 Views)
Hai Mr. Rune vedde
Thanks, but i am using LabVIEW 7.1 version so i cant open the vi u send
thanks
sasi
0 Kudos
Message 3 of 4
(3,151 Views)

There a couple of problems with your question:

  1. Your boolean array only contains only 60 "bits", shoudn't it be 64?
  2. Why do you call an array "cluster 2". This only leads to confusion. 😮
  3. LabVIEW 7.1 does not support 64 bit integers (LabVIEW 8.0 does ;)) Apparently, you want it as array of 8xU8, not as a single 64bit integer.
  4. How are the bits arranged in your boolean array? for each set of 8, is MSB on the left or right?
  5. Are the 64 bits in big or little endian format?

The attached quick draft should get you started. Possibly, you need to reverse the array as a first step in the FOR loop. (I made the input array size 64). Modify as needed. 🙂

Message Edited by altenbach on 03-09-2006 09:53 PM

0 Kudos
Message 4 of 4
(3,143 Views)