Converting for numeric display is quite simple. All you do is on the control/indicator, show the radix, and set it to the desired setting.
Setting up to display the binary in text is a bit more tricky. You need to insert a "Format Value" function in and wire "%b" to the format string. This will cause the output to change to binary.
Good luck