Personally, I would use a tab control so the user can switch between them at any time without the need of additional code.
If this is a subVI, maybe you should rethink if you really want to carry this complex cluster in your code. I would think that a simple 2D U8 array is much easier to manage and you can always format it for display any way you want later.
Another possibility would be to use a simple string as indicator. In this case you can even include the labels.
The attached code (LV7.0) Shows some of the possibilities:
- Tab(binary, decimal, hex)
- 2D U8 Array (binary only)
- String output (binary only)
Just some ideas!
🙂