09-04-2013 11:52 AM
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.
09-04-2013 12:41 PM
@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.
04-19-2023 10:43 AM
04-19-2023 10:58 AM
You can get all the references of VI programmatically!