LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reading file from remote computer

Hi
I want to read a text file  in my labview application from a remote computer. the remote computer is not a Datasocket server . how can i read a file in this case using labview 7.1
0 Kudos
Message 1 of 3
(2,722 Views)
If you can define the remote drive as a network drive, you can simply feed the network path of the file directly into the file VIs on your local computer. If you can't, you will probably need to run a program on the other computer which will "read" the file and send it to your program. Search the example finder for TCP to see some examples of how to work with TCP\IP.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,716 Views)

Hi,

 

Look at this nice article about a simple tcp/ip protocol. It is easy and fast to implement.

 

http://zone.ni.com/devzone/conceptd.nsf/webmain/0986799C984500F886256F170079411E

 

 

Dai

LV 7.1 - WIN XP - RT - FP
0 Kudos
Message 3 of 3
(2,714 Views)