LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Streaming data to HTML page

Hi,
      I never worked much on the creating HTML pages. what I would like to do is to display the data as it is collected on the assembly on to a HTML screen so that different people in the organisation can see whats going on the assembly line. I would appreciate if any one can provide a simple example, which I will my modify for my needs. Please also let me know if there is any other alternate solution for this.
 
Thanks,
 
Mudda.
0 Kudos
Message 1 of 3
(2,795 Views)
HTML does not support a streaming concept - it is a request/response sort of thing. However, you can get it to refresh periodically.
 
You might want to consider using the remote front panel feature in LabVIEW. This allows you to host your VI's front panel in a browser so that other people can watch it. This does allow for live data streaming. The only catch is that the LV runtime will be installed on their machines, but the program itself continues to run on the server machine. If you are using LV 7, check out chapter 18 of the user's guide - there are several ways decribed there.
0 Kudos
Message 2 of 3
(2,789 Views)
Thanks Brian.
0 Kudos
Message 3 of 3
(2,784 Views)