LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading an writing to indicators in a cluster

See if this can give you some ideas:

 

altenbach_0-1657807204981.png

 

Personally, I would probably change the data structures and have an array of clusters instead of a cluster of arrays. This way it is easier to keep matching elements together (not shown). I would also use shorter labels to keep the diagram clean, e.g. change the caption to "Hotel 1 Temperature (C)" and the label to "T(C)" to keep the unbundling take up less space (not shown). Use intuitive boolean text for the buttons (not shown).

0 Kudos
Message 11 of 12
(259 Views)

@altenbach wrote:

Personally, I would probably change the data structures and have an array of clusters instead of a cluster of arrays. This way it is easier to keep matching elements together.


Here's how that could look like. Modify as needed:

 

altenbach_0-1657809719493.png

 

0 Kudos
Message 12 of 12
(247 Views)