Yes, I know I can read directly from an OPC server with a datasocket. But I
am under the impression that an embeded UI control or a datasocket in a web
page will not connect to an OPC server directly over the internet. You have
to use the DSTP protocol to talk TCP/IP over the internet and then translate
that back to OPC once you get back into your local network. In order to use
OPC over the internet you have to enable DCOM over HTTP witch I have never
succesfully accomplished. If I am just missing something, please point me in
the right direction.
"DMcC" wrote in message
news:5065000000050000008C5C0000-1011517314000@exchange.ni.com...
> Mark,
> I'm not sure if I am getting your situation correct, but I sounds like
> you might be using a differen
t API to read from the OPC server, then
> trying to use datasocket to send to your web page. Actually, it is
> possible to read directly from your OPC server with datasocket, saving
> you the middle step, and possibly solving your problem.