LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run-time menu with event structure

Hello everyone!!

 

I've tried to implement a run-time menu in my VI. I used 4 Boolean controls (run, stop, save, load) with corresponding actions in event structure. And I also wanted to trigger these actions with a run-time menu. I attempted to employ "Register for events", but it failed.

 

Is there any possibility to solve this out?Smiley Wink

 

With Thanks and regards,

Adam

0 Kudos
Message 1 of 4
(3,467 Views)

HI

Please find modified Main vi as attached.

Hope this helps

Regards

Santosh

0 Kudos
Message 2 of 4
(3,449 Views)

To handle a runtime menu you don't need to use register event. Use one of the Menu Selection events under <This VI>.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 4
(3,447 Views)

Hi Adam,

 

As Mike said,  you don't need to use register event for handling  runtime menu.Check out the vi in this link.

 

http://forums.ni.com/ni/board/message?message.uid=853373#U853373

 

 

 

 Rgds,

Venky

0 Kudos
Message 4 of 4
(3,418 Views)