LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

web server in lv6i

I am doing something on "web server" of lV6i.After I configed the web server and enbled it I can view the front panel of my running VI in the IE.But only after I pressed the refresh button (or F5) can I see the change of the running VI front panel ,that is not my expecting.I want the IE can be synchronous with the ruuning VI.Can somebody tell me is that possible in LV6i?thank you.
0 Kudos
Message 1 of 3
(2,717 Views)
Try inserting .monitor? (no spaces) before the VI name in your URL address. This will cause IE to reload the image every few seconds.
Message 2 of 3
(2,717 Views)
In IE you'll need to add the following JavaScript to the top of the html page:








This should cause the browser itself to refresh the page every 5 seconds. Change the content parameter if you need a different refresh frequency.

.Monitor? should work for Netscape.

Regards,
Kamran - NI
An
0 Kudos
Message 3 of 3
(2,717 Views)