LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric binary display

It wound really nice to display a U32 number in binary as:
    0101 1111 0000 0000
instead of:
    0101111100000000
 
Is there any way to do that?
 
0 Kudos
Message 1 of 5
(3,031 Views)
You could convert it to a string and using the string manipulation functions insert spaces as needed.

Lynn
0 Kudos
Message 2 of 5
(3,027 Views)


johnsold wrote:
You could convert it to a string and using the string manipulation functions insert spaces as needed.

Lynn

I know can use a string.  It's just inconvenient.
Actually, I need this format in TestStand.  The format string is the same as in LabVIEW.

 
0 Kudos
Message 3 of 5
(3,009 Views)
Hello ZJZ123,

TestStand does not currently offer the ability to display U32 numbers grouped by nibbles, but we are always looking for product feedback.  You can find the link to the suggestion page here.  Have a great day!
Best Regards,
Software Engineer
Jett R
0 Kudos
Message 4 of 5
(2,958 Views)
Just make an Xcontrol!
0 Kudos
Message 5 of 5
(2,955 Views)