LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Menu items

I am currently modifying some code that was written in labview6.1.  The code consists of a xy graph, a realtime menu an infinite loop and selection of cases that are selected as the program selects from the realtime menu (using get menu selection vi) or events that are initialised in the loop.  When I click on the graph, on an active cursor the enable track menu waits until mouse click before continuing and calculating existing position of the cursor.  Is there any way that can be overcome, so that it continues to update values from the cursor.
0 Kudos
Message 1 of 4
(2,867 Views)

DrMDodd,

If at all possible, can you post your VI(s), or better stil a simpler bare-bones version of your VIs where the problem is still reproducible?  This is the best way for people to investigate the problem and offer help.

Regards,

-Khalid

 

Message Edited by Khalid on 04-07-2006 01:36 AM

0 Kudos
Message 2 of 4
(2,856 Views)
Go ahead an post a small VI with what you want to do with it, and I will look to see if there is anything I can help you out with.
 
Tyler H.
National Instruments
0 Kudos
Message 3 of 4
(2,836 Views)
I managed to solve the problem using an event structure, some LV2 style globals, and some timeout.  Many thanks for you replies though.  Kind regards,

Martin
Message 4 of 4
(2,816 Views)