LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote Front Panel freezes whenever prompt occurs

Hello,

 

I am using a remote front panel through the web, and have issues of displaying a user interface prompt. On the VI itself with LabVIEW, the prompt displays well, however on the remote panel, whenever the prompt is supposed to come up, it freezes Internet Explorer and is no longer usable. Is there any idea why this happened?

 

Thanks!

0 Kudos
Message 1 of 2
(1,009 Views)

@kepham wrote:

Is there any idea why this happened?


It's remote panel, not remote panel🙄.

 

So, the panel is shared, dialog that are created by the VI are not.

 

You'd have to look for a solution where everything is done with one panel. I don't know if sub panels are supported, but that would be a way to deal with it. Each 'prompt' would be shown in a sub panel that is shown only when there is a prompt. Optionally the rest of the panel should be blocked.

0 Kudos
Message 2 of 2
(917 Views)