LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reducing bytes to individual bits, how can this be done in labview

HI,
 I want to bust a byute down to its individual bits for further manipulation, can this be done and how would i do it?
 
Thanks
0 Kudos
Message 1 of 2
(2,494 Views)
Check out the function "number to boolean array". 😉
 
(Of course many bitwise manipulations can be done directly on integers using e.g. boolean operators and such.

Message Edited by altenbach on 05-12-2007 08:30 AM

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