LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Menu events in SubVIs

Hello...

I am using a dynamically loaded subvi, that is displayed in a subpanel in my
main.vi. Now I want to fire events in the subvi by using the custom menu in
the main.vi. How is this possible, for the event case I can only select
<This VI> as the event source, how can I get the main.vi menu as the source
for the events.

PS: I´m using Labview 7.1

Thanks
Stephan


0 Kudos
Message 1 of 2
(2,471 Views)
You can have an event structure in the top VI detect the menu selection and fire a dynamic event or a signaling event [like Value(Signaling)] to trigger the event in the subVI.
You will need to do some extra programming for this (pass the data to the subVI).

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,461 Views)