LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I programaticaly replace an Enum with an other inside a cluster

Solved!
Go to solution

 


@DFGray wrote:

To dynamically dispatch a front panel control (or the equivalent of a front panel control) you would need to use a subpanel control and dynamically dispatch the VI that loads into the subpanel with one containing the control in question.  You would also need the appropriate communication mechanisms (queues, user events, ...) to get data into and out of the control.  User events would probably be easiest.

 

You may also be able to solve the issue with an X-Control, but all possible enums would need to be defined at development time.  The classes approach would allow dynamic loading at run time.


Interesting. Complicated, but interesting. I'll have to fiddle with this...

 

0 Kudos
Message 11 of 11
(239 Views)