LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable front panel controls Programmatically

Solved!
Go to solution

Here's what I do.  As I said before, you need to create an array of the controls you want to enable/disable.  You can then pass them into this VI.  Notice there is an array of control references as an input.  Just wire up your reference array to that guy and state if you want enabled or not.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 11 of 14
(950 Views)

@crossrulz wrote:

Here's what I do.  As I said before, you need to create an array of the controls you want to enable/disable.  You can then pass them into this VI.  Notice there is an array of control references as an input.  Just wire up your reference array to that guy and state if you want enabled or not.


Hi pjr1121 and crossrulz,

 

Thank you very much for great examples, I try these in my program.

 

Thanks a lot.

0 Kudos
Message 12 of 14
(940 Views)
0 Kudos
Message 13 of 14
(335 Views)

You can get all the references of VI programmatically!

 

 

0 Kudos
Message 14 of 14
(331 Views)