LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP automatic refresh for LabVIEW webservice

Hello,

I have created a webservice for monitoring my VIs with pictures of the frontpanel. I have done this with the example found at :
http://forums.ni.com/t5/forums/postpage/board-id/170

Is it possible to let this page refresh automaticly in the browser?

 

Thanks for your help!

0 Kudos
Message 1 of 3
(2,773 Views)

Hello Geidm,

 

This guy shows how to stream a picture from a webcam continuous to an internet browser. Instead of the webcam picture you can stream the Frontpanel of your LabVIEW VI.
The Refresh Rate it set by an ESP variable in the StreamPicture.vi and used in the webcam.esp file. For that implementation you need some web programming skills.
Alternative you can use the Web Publishing Tool in LabVIEW.

Regards,

Wolfgang

0 Kudos
Message 2 of 3
(2,697 Views)
The HTTP meta 'refresh' tag allows you to reload a page automatically at a set rate.

You can also use Javascript to reload a page or image.

LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 3 of 3
(2,694 Views)