javier viniegra Posted July 4, 2012 Report Share Posted July 4, 2012 I have a VI with some Dialog Boxes and I implemented this VI to be cotrolled through internet. My problem is that those popup messages are not loaded through internet and my VI stops running so I think to replace those dialog messages with a simple text indicator and two buttons, but to do this first I need to know if my VI is remotely controlled, is there a way to know that? Thankyou Javier Viniegra Quote Link to comment
MarkCG Posted July 4, 2012 Report Share Posted July 4, 2012 Right, can't do pop ups with remote panels. But why do you need to know if the remote panel has taken control? Quote Link to comment
Rolf Kalbermatter Posted July 4, 2012 Report Share Posted July 4, 2012 Right, can't do pop ups with remote panels. But why do you need to know if the remote panel has taken control? I guess the thinking is to not show popups, when being controlled remotely, but only when in local control. But it would seem more logical to make the application generally such that popups are not required, or separate the UI for remote control from the UI for local control, Quote Link to comment
javier viniegra Posted July 4, 2012 Author Report Share Posted July 4, 2012 Right, That is my problem, if it is not possible I will copy my VI and remove the popups for remote control. Thankyou Javier Quote Link to comment
COsiecki Posted July 6, 2012 Report Share Posted July 6, 2012 You could have your VI send messages to a pop-up handler. That way, whether remote or local, its not dealing with the pop-ups itself. Then you would not need multiple versions of your VI Quote Link to comment
Jeffrey Habets Posted July 8, 2012 Report Share Posted July 8, 2012 FWIW, you can use popup's in remote panels. Just not system dialogs. If you implement your own popup dialog sub-VI it will also work for a remote panel. Quote Link to comment
javier viniegra Posted July 9, 2012 Author Report Share Posted July 9, 2012 Thankyou Jeffrey Habates and COsiecki you are completely right, I can use popups, I am creating those popups dialog vi following this tutorial http://www.ni.com/white-paper/8768/en Have a nice day Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.