thanks
Thanks. Will try to explore. But where can i find these shipping
examples?
>From the Help menu, select Find Examples. This will launch the NI
Example Finder. On the browse tab, you should see an example section
called Networking. Expand that and you'll see a section called
TCP/UDP. You can also go to the search tab and enter TCP as a keyword.
Besides datasocket, LabVIEW comes with several TCP/IP functions on the
Communications palette. They isolate you from the nitty-gritty details
of interfacing to winsock. There are several shipping examples of both
client and server programs.
I'm involve in a assignment that deals with socket programming through
TCP/IP. Basically i need to design a client program that sends packets
to a server and it will return back the same packets with a certain
delay, corruption or even loss. Thus is it possible to use labview 7.0
program to
Greetings, Jackolim:
Have you investigated Datasocket? It can save you most of the
"joy" of trying to write raw socket applications, and yet you maintain
most of the functionality you are likely looking for. Also, there's
no reason you can't use Datasocket to have an application "tal