01-28-2008 09:58 AM
01-29-2008 05:48 PM
01-30-2008 07:49 AM
01-31-2008 01:26 PM
Hi MSAT,
Using TCP/IP to transfer data is definitely an option to use when you have the server in one location and the client in a far away location. This type of protocol enables communication over single networks or interconnected networks. These individual networks can be separated by large geographical distances. Another method that could work as well is DataSocket. With this method, you can pass data over the Internet and respond to multiple users. There are several examples that are a great starting point in the NI Example Finder. One great example to look at is DS Writer.vi and DS Reader.vi (under the Browse tab, double-click Networking»DataSocket»General ). This should be able to work fine from one location to the other. One thing to check is the DataSocket Security and make sure you do not have any firewalls blocking the data transfer. Also, make sure that you use the DataSocket Server Manager to configure the correct permission settings so that your remote machine has permission to create and write items on the DataSocket Server. There is a document in the NI Developer Zone entitled "Configuring a Datasocket Server" that should get you started in the right direction. There are also several Datasocket examples in the Developer Zone that demonstrate how to use Datasocket functionality within your LabVIEW program. I hope this helps get you started!
Carla