LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programmatically open two front panels of the the same v.i type

Solved!
Go to solution

@alpony01 wrote:

thank you all very much..I would like to ask just a few more questions:1)how would you pass values to and from the clone VIs seperately?2)Is there a way of having the clone VIs have different title names when you open them so as to be able to differentiate them


There are many ways.  A common way is when a clone starts, to place some kind of reference in a functional global, which keeps track of all of the clones in an array of these references.  Your references can be a Queue, or User Event, or control reference or what ever.  All that matters is there is a central place where there is a reference to each clone, so each can be interacted with individually.

0 Kudos
Message 11 of 11
(396 Views)