 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			09-28-2016 02:57 PM - edited 09-28-2016 02:58 PM
@OATTelecom wrote:how to set the display format of the U8 array to binary, 8 digits, pad with zeroes.
 
Make sure to select the array element, not the array container. 😄
09-28-2016 03:35 PM
Thank you , but I want to use bit for encoding
ex.
String "Hello" => change to binary bit ("10110010" "....." "....." ...) then split each binary to encoding.
 RavensFan
		
			RavensFan
		
		
		 
		
		
		
		
		
	
			09-28-2016 03:40 PM
@OATTelecom wrote:
then split each binary to encoding.
What exactly do you mean by that?
Jeff's and Altenbach's examples have given what you asked for. If this isn't what you actually want, then please be more precise in explaining what you want your end result to be. Even include a VI that contains the data saved in a data type that matches what you are looking for.
 altenbach
		
			altenbach
		
		
		 
		
		
		
		
		
	
			09-28-2016 03:55 PM
If you want the bits as an array of booleans, use "number to boolean array".