LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Displays

Hi guys,

 

I recently made a post similar to this topic:

http://forums.ni.com/t5/LabVIEW/Dynamic-panels-can-this-pseduocode-be-implemented-in-LabView/td-p/22...

 

The asyncrohnous call makes new windows which is not entirely what I had in mind. 

 

What I want to do is have the user specify the number of instruments. Then the user specified number will indicate how many sets of panels to be displayed. 

A rough sketch of what I have in mind is shown below. 

 

Can this be done using the asyncrohnous call or is there another function for this type of thing?

 

Thanks,

William

Untitled.png

0 Kudos
Message 1 of 2
(2,157 Views)

If by "Panel" you just mean a couple more controls, you can use an array indicator and set the size (number of elements displayed) programmatically.  Make the array element a cluster so you can mix different types of controls.

0 Kudos
Message 2 of 2
(2,154 Views)