From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,491 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,486 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,469 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,458 Views)