LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Slow editing of the block diagram in LabVIEW 8.0

High

my main program has tab object with 10 pages. Within the main program there are several subvis whose front panels i want to publish on the web.
The front panels of these subvis are not visible in the main program.  Front panels of some subvis are displayed correctly in browser (IE, Firefox) but some not.
Fields of the object are empty or their fields are not refresh with new data (att. pict " array indicators").
The problem is worse if not visible subvi contains chart object. In the browser window data are moved out of the chart window (att. pict. "chart within...").
For monitoring front panels of the subvis i use MONITOR mode of the LabVIEW web server.

Any idea, hints or simple example is welcome.

Thanks and regards

Trajan


Download All
0 Kudos
Message 1 of 3
(2,704 Views)
Hi Trajan,

a workaround may be to open the frontpanel of those subvis and to move those windows outside of the viewable area of the screen (property node describing the window position!).

Could you give a more descriptive topic (and more related to your actual question) next time?


Message Edited by GerdW on 01-30-2008 11:11 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,691 Views)
I've tried your idea before I've sent the question to discussion forum. This solution works well but when I try to make EXE application it does'nt work.
I've attached an simple example that does'nt work. The title of the main program is: "publishing chart on web".

Start main program ena enable LabVIEW web server. With Web Publising Tool choose the disired directory for web page and choose MONITOR mode.

Start the program.


Start IE or Firefox and type the address: http://localhost/webchart.html and http://localhost/indicator.html

If a front panel of the subvi is not open within the main program monitoring is not working. But if you open subvi everything works well. Why?

Thx

Trajan
0 Kudos
Message 3 of 3
(2,661 Views)