07-16-2009 05:48 AM
How can I do that in labview
thanks
Solved! Go to Solution.
07-16-2009 06:05 AM
Hi Elyan,
have you tried: programming -> numeric -> conversion ?
07-16-2009 06:19 AM
Did you try out the numeric format converter functions in the Numeric/String pallette?
If you want to change the format in a COntrol/Indicator, just rt-click >> Radix will do the job for you.
But see that your question header & your problem description are not the same.
07-16-2009 06:33 AM
As the information you give is incomplete, we're doing a bit of guessing here.
If the 'binary' is in an ASCII text string (so that you could display it in a string indicator in normal mode) you can convert it to an integer (perhaps a U16) using "Scan Value" with "%b" as the format string. Then just set the display format of the integer to get the visible formatting you need.
Rod.
07-16-2009 06:34 AM