07-25-2012 12:46 PM
Hello, my task is to use the VI I created which reads magnetic card strips and displays the 32 bit X 8 binary code. I need to display the binary code as decimals. Here is my VI, where do I go from here?
Fernando
07-25-2012 01:06 PM
You need to show binary and decimal? Or now just decimal?
If binary and decimal, you can right click on your indicator and choose "Display Format...". If you select the Advanced Editing Mode, you can make soft interesting display formats. This includes showing the same value in mulitple ways in the indicator. Try something like "%032b - %d" for the format string.