LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to program the simple tcp/ip connection?

I would like to know how to program in labview the simple tcp/ip connetion.
And is there some site with examples.
0 Kudos
Message 1 of 3
(3,061 Views)
Luciano Kan Horiuchi wrote:

> I would like to know how to program in labview the simple tcp/ip connetion.
> And is there some site with examples.

You should probably start with the examples that ship with LabVIEW. For a good
server-to-single-client example, check out Data Client.vi and Data Server.vi
from the shipping examples, and for a good server-to-multiple-client example,
try the Date Client.vi/Date Server.vi pair instead. All of these can be found
in the following VI library:

\examples\comm\tcpex.llb

or via the Search Examples interface in LabVIEW. There are certainly
additional examples on the NI site, but there's no better place to start than
with these.

Regards,
John Lum
0 Kudos
Message 2 of 3
(3,061 Views)
You've looked at examples/comm/tpcex.llb supplied with the standard Labview
installation?


Luciano Kan Horiuchi wrote in message
news:398f1486@newsgroups.ni.com...
>
> I would like to know how to program in labview the simple tcp/ip
connetion.
> And is there some site with examples.
0 Kudos
Message 3 of 3
(3,061 Views)