LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Web Control

I'm a labview user from China. We know labview can be used as a web server,
but we can't control VI from web browser. How can I control a VI from web
browser?
Thank you!
You can contact with me by: wenner@263.net
0 Kudos
Message 1 of 3
(2,974 Views)
Have you heard of the labview player? If not got to www.ni.com and check it
out, it works over the web.
"Wen Jian Zhong" wrote:
>> I'm a labview user from China. We know labview can be used as a web server,>but
we can't control VI from web browser. How can I control a VI from web>browser?>
Thank you!> You can contact with me by: wenner@263.net
0 Kudos
Message 2 of 3
(2,974 Views)
You can control VI from WebBrowser by using DataSocket and ComponentWorks.
So you only must create a VI-Frontpanl as an ActiveX-Control with linking
the controls to DataSocketserver e.g. in VisualBasic and then you must link
it in the corresponing internetsite.
An other possibility is that you make an image map of the VI-FrontPanel and
you can link it to CGI's (created with Internet Development Toolkit). But
this is only good for boolean action!

"Wen Jian Zhong" wrote:
>> I'm a labview user from China. We know labview can be used as a web server,>but
we can't control VI from web browser. How can I control a VI from web>browser?>
Thank you!> You can contact with me by: wenner@263.net
0 Kudos
Message 3 of 3
(2,974 Views)