취소
다음에 대한 결과 표시 
다음에 대한 검색 
다음을 의미합니까? 

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 포인트
1/3 메시지
3,003 조회수
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 포인트
2/3 메시지
2,997 조회수
Thanks Brian.
0 포인트
3/3 메시지
2,992 조회수