‎08-02-2010 02:20 AM
Hello,
I have a VI which produces different kind of data like String, DBL, Int, Float depending on the test case. I also have an indicator for every type of the data. The data comes to only one indicator at a time.
My question is: Is it possible to pass the data into the single indicator? The indicator would show at least String, DBL, Int and float data types? It would simplify my Front Panel.
BR,
Jick
‎08-02-2010 02:34 AM
Maybe I can try to format every kind of data into string...It could be worth of trying..
Any other ideas?
Jick
‎08-02-2010 08:07 AM
You will have to type cast everything into one format. String will probably be the easiest.
‎08-02-2010 08:59 AM
I prefer Clusters. You can you cluster for all your existing indicators. you have only one cluster indicator on the FP and in the blockdiagram.