LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Publishing tab control pages to Web server

I have an application which contains multiple pages in a tab control. I need to publish at least images of those pages on a web using LV Web Server or some other external server.
I can't allow Remote App Panel because there will be more than one user looking at those pages and I don't want them to fight for tab control.

What would be the best approach here? I guess this problem applies to any application which needs to publish data to a web page but can't be controlled externally.
0 Kudos
Message 1 of 3
(2,662 Views)
I think you're going to have to do a little html programming and not just depend on the web publishing features of LabVIEW. What if you had a main web page with buttons representing each tab. You would then publish a separate web page for in each tab in your application.
Message 2 of 3
(2,662 Views)
> I have an application which contains multiple pages in a tab control.
> I need to publish at least images of those pages on a web using LV Web
> Server or some other external server.
> I can't allow Remote App Panel because there will be more than one
> user looking at those pages and I don't want them to fight for tab
> control.
>
> What would be the best approach here? I guess this problem applies to
> any application which needs to publish data to a web page but can't be
> controlled externally.

I believe that you can control whether a client can take control, but it
involves monitoring the connections and dropping control. You can also
use the Web Publishing tool to use jpegs or refreshing jpegs, which of
course offer no control option.

Greg Mc
Kaskle
0 Kudos
Message 3 of 3
(2,662 Views)