Re: socket programming

2004-03-25 Thread jackolim
thanks

Re: socket programming

2004-03-23 Thread jackolim
Thanks. Will try to explore. But where can i find these shipping examples?

Re: socket programming

2004-03-23 Thread Dennis Knutson
>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.

Re: socket programming

2004-03-22 Thread Dennis Knutson
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.

socket programming

2004-03-21 Thread jackolim
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

Re: socket programming

2004-03-21 Thread chutla
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