LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display message to user from sub vi to main vi

Solved!
Go to solution

Hi,

 

I have got a question of which I am pretty sure it has come across before, but I could not find it via the search function nor with Google.

On my main vi I have got a link to a sub vi, this sub vi checks something and then gives a message to the user. The next step in the sub vi depends on what the users input on the message is. But when I am running my main vi the display (of course) does not come up, because I haven't got a link between the two. 

Is there any way to send the message to the main vi and send the action back to the sub vi?

 

Thanks

0 Kudos
Message 1 of 2
(2,586 Views)
Solution
Accepted by topic author gbvdh

Since everything is happening in the sub vi, why do you want to go back to the main vi?

Do you use the "Prompt user for input" express vi to get an input from the user?

Can you post your code or make some dummy vi's to visualize your problem?

0 Kudos
Message 2 of 2
(2,583 Views)