LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Shared indicator

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

0 Kudos
Message 1 of 4
(2,496 Views)

Maybe I can try to format every kind of data into string...It could be worth of trying..

Any other ideas?

 

Jick

0 Kudos
Message 2 of 4
(2,491 Views)

You will have to type cast everything into one format. String will probably be the easiest.

Tim
GHSP
0 Kudos
Message 3 of 4
(2,474 Views)

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.

0 Kudos
Message 4 of 4
(2,463 Views)