LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

popup sub VI closing before user input

Solved!
Go to solution

 


Moobe wrote:

However the Beep subvi, is the same called from all the different popup subvis.

Should this one be reentrant?


 

No.

 

You still haven't told us how you are calling these from the main program ...

0 Kudos
Message 11 of 17
(631 Views)

I am acquiring real time data from monitors,

 

when a certain condition is met, there is a popup that shows, that's it.

0 Kudos
Message 12 of 17
(628 Views)

I don't care what the program does.

 

How are you calling the popups? (Inline, by reference, VI server, etc.?)

Do the popup VIs stall the local code until closed?

 

Show is a picture of the code section where you trigger a popup. We are not clairvoyant!

Message 13 of 17
(621 Views)

I appreciate your help, but you don't have to be mean about it. I am not a programmer so I don't understand the lingo, for me how do I call the popups, I call them when a condition is met.

 

Here is how I call the popups. The two subVIs are different, I just didn't modify the icons.

 

Thanks again.

0 Kudos
Message 14 of 17
(619 Views)
Solution
Accepted by topic author Moobe

I was able to fix this by putting all the popups to reentrant.

 

Thank you for the help guys

0 Kudos
Message 15 of 17
(612 Views)

You should mark the 5th message as the answer where you were first told to set your subVI to reentrant.

 


altenbach wrote:
Are all popups the same vi, and if so, is it set to reentrant?

Omar
0 Kudos
Message 16 of 17
(574 Views)

The reason I marked the last post as the solution is because this post confirms that the subvis should be reentrant, and not to give credit for myself.

I give all the credit to altenbach for the solution.

0 Kudos
Message 17 of 17
(557 Views)