04-26-2008 11:27 PM
04-28-2008 02:01 AM
Hi 2716jag,
i´m not sure if it work with LV7 express, but here is an example for you. Hope it helps.
Mike
04-28-2008 02:33 AM
Alternately you can use the Event Structure. Add an event "Menu Selection (User)" if its an user created menu or "Menu Selection (App)" if its an application menu for source "<This VI>". You can then create a Case Structure with a empty case for default and another named same as the item tag for the menu for which you want to do something and place the code inside this case.
Remember to wire a time out value at the top left corner of the event structure and not to remove the Timeout event case. You can set time out value like 10 or 100 as you like.
Regards
04-28-2008 02:36 AM
thanks mike , i got that through event structure.
-Jagan
04-28-2008 02:37 AM
@ Deepu
Hi Deepu,
"Menüauswahl (Benutzer)" is the same as "Menu Selection (User)".
Sorry, i have to work with a german version.
Why do he need the timeout event??
Mike
04-28-2008 02:50 AM
04-28-2008 04:16 AM
Im using things fully based on events, so timer based event is not needed for me now, i think so,
Thnks Guys
04-28-2008 06:19 AM
I hav to run two VI for a few second and then to sleep (that s to free other process to run) , how to make it can u help me??
Thanks and regards
Jagan
04-28-2008 07:18 AM
Hi Jagan,
what do you make in this two vi´s? If you only need to run it ones, maybe "Call by Reference Node" helps.
Mike
04-28-2008 07:41 AM