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