11-20-2012 01:16 AM
Hi all :
I have numbr in hex and I want to covert this number to binary Number , how can I do that in labview ?
I attach vi for example
Thanks
Wisam
Solved! Go to Solution.
11-20-2012 01:44 AM - edited 11-20-2012 01:50 AM
Use the "Join Numbers" function on the two integers (which is easier than what you appear to be doing with the string concat), then display it as binary by changing the display format of your indicator.