LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to be able to Click on front panel indicator to open sub-vi

I am using a main VI to monitor 40 sub vi's that are virtually identical. I need all 40 indicators actively indicating on the main VI front panel. That seems easy enough. I need, however, to be able to click on the indicator, and open the sub-vi for adjusting controls, resetting counts, etc. then close the sub VI when done. I have seen similar posts, and have tried several modified suggestions, to no avail. Please help! Chris
One should welcome adversity as an opportunity to excel.
0 Kudos
Message 1 of 2
(2,098 Views)
Well, what exactly have you tried? What is the architecture of your main VI? One way to accomplish what you want is by using an event structure and handling the "Mouse Down" event on the indicator. Of course, this would mean creating 40 event cases. That's the brute force way. The more "elegant" way is to use dynamic events as shown below:

Message Edited by smercurio_fc on 05-31-2007 04:31 PM

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