LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can i save data from a remote server to a client computer?

written a vi which is used to collect data and store it in a file.data colection is done on a remote system.i am able to control the front pannel frm the client using front panel control in labview 6.1 using web browser.
how can i view this data once the experiment is over.(ie the file in server)


the client and server are on WAN.
should i write it to a FTP server.

how should i go abt it,
0 Kudos
Message 1 of 3
(2,736 Views)
Hi,
The easiest way is to save file into shared directory on remote PC. Then you can read this file with reading functions from "File I/O" palette. In this case you should specify path to the file for example as (in windows):
\\LocalNameOfRemotePC\C\Documents and Settings\Sithara\My Documents\sharedDir\myfile.txt

first you write the name of remote PC in local net, then disk name, and path to the file.

Good luck.

Oleg Chutko.
Message 2 of 3
(2,736 Views)
hi,

my server and client PC are on WAN not on local network.

sithara
0 Kudos
Message 3 of 3
(2,736 Views)