LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Obtaining control value with web browser

Is it possible to set up a labview server vi with an activex control and
access the value of this control through a web browser such as
internet explorer.
Initially to prove the concept just on the same pc but eventually a
similar thing is to be set up over the net. ie basic moitoring of data
withn a vi remotely over the net.
Advice or a pointer in the right direction would be great.

Thanks Diarm
0 Kudos
Message 1 of 2
(2,655 Views)
Diarmid Milligan wrote:

> Is it possible to set up a labview server vi with an activex control and
> access the value of this control through a web browser such as
> internet explorer.
> Initially to prove the concept just on the same pc but eventually a
> similar thing is to be set up over the net. ie basic moitoring of data
> withn a vi remotely over the net.
> Advice or a pointer in the right direction would be great.
>
> Thanks Diarm
>

I would suggest that you should probably pass information in and out of the
VI via a code interface node. Then get the information from the code that
the node accesses with some sort of web page (activex, java what have you).

A. B. Croll
Nortel Networks
0 Kudos
Message 2 of 2
(2,655 Views)