07-20-2011 05:43 AM
hello !
i am recieving data from UDP READ FUNCTION as string and want to present it as bits (like 10011100-11001100.....)
the string indicator allows me to see the data as HEX/CODES/ASCII only.
your help please.
Solved! Go to Solution.
07-20-2011 06:32 AM
Hi,
Please see the attached VI. I hope you are looking for the same solution.
Thanks and Regards
Himanshu Goyal
07-20-2011 09:12 AM - edited 07-20-2011 09:12 AM
I assume you want these "-" delimiters, so here's a quick solution using "array to Spreadsheet string".
07-20-2011 09:28 AM - edited 07-20-2011 09:31 AM
Himanshu Goyal wrote:Please see the attached VI. I hope you are looking for the same solution.
Himanshu
Your code is incorrect and much more complicated than needed.
Here is a corrected version (your original code is on top for comparison) that could be used if the original poster is looking for an output containing no "-" delimiters.
07-20-2011 12:16 PM - edited 07-20-2011 12:16 PM
07-20-2011 12:28 PM
TypeCast Man crashes the party:
07-20-2011 12:45 PM - edited 07-20-2011 12:46 PM
I love the old 4.x mode of typcast! Use it all the time ... 😉
It is a shame that "boolean to (0,1)" still does not support output configuration.
Here's one with a bit more typecasting. 😄