LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

queue can not popup dialog program or VI

Solved!
Go to solution

hello everybody,

          I program this , push "E" key, but not see popup  VI or dialog program. Who can help me to analyse and solute it ? thank you .....

 

2011-02-14_225922.png

0 Kudos
Message 1 of 8
(3,072 Views)
What's in your 0 case? Can you post the vi?
=====================
LabVIEW 2012


0 Kudos
Message 2 of 8
(3,069 Views)

What is this VI supposed to do?  If you never put anything into the queue, then you'll never be able to get anything out of it, and I don't see an enqueue anywhere (although with a named queue you could have one somewhere else that you're not showing us).

0 Kudos
Message 3 of 8
(3,055 Views)

He is enqueueing a '0' just after obtaining the queue. But we need to see what is in that case or better yet the whole vi and the subvi that is shown in the selected case.

=====================
LabVIEW 2012


0 Kudos
Message 4 of 8
(3,040 Views)

    now, give the queue "0", sub vi only has one while loop, not any thing.

 

 

2011-02-15_180647.png

0 Kudos
Message 5 of 8
(3,017 Views)

my mind is when I push "E","F","G","0" key can open their sub vi, but debug only can see sub vi is running, however , can not see dialog box, why?

0 Kudos
Message 6 of 8
(3,009 Views)
Solution
Accepted by topic author Billy.Deng

 


@Bit880 wrote:

my mind is when I push "E","F","G","0" key can open their sub vi, but debug only can see sub vi is running, however , can not see dialog box, why?


 

Which dialog box?  As previously suggested, it would help if you attach your VIs.  Without that we have no idea what you're trying to do.

Is your subVI a dialog box?  You may need to open VI Properties, go to the Window Appearance page, click Customize, and set the option for "Show Front Panel when Called."

0 Kudos
Message 7 of 8
(2,996 Views)

thank you so much, i forgot to set up vi per, yes it is that.when i adjust it can show sub vi running.

0 Kudos
Message 8 of 8
(2,970 Views)