LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read network file from Real-Time target

Can you read/write a network file from a Real-Time target?  I have a cRIO system and I placed a text file with a few characters in it.  I get error 7 (File Not Found) but I know that path is correct.  I am using a path similar to \\server\directory\serial.txt.  If you cannot do this can you do anything to/from the network?
 
Thanks in advanced,
Steve
0 Kudos
Message 1 of 2
(2,680 Views)
Hi Steve,

LabVIEW RT can not access files on the network. You need to download the file to the RT system and access it locally. The easiest method for downloading the file is to use an FTP client. This can also be automated from a host application. Alternatively you can use TCP/IP from your host application to transfer the file/data to your LV RT application.

Cheers.

| Michael K | Project Manager | LabVIEW R&D | National Instruments |

0 Kudos
Message 2 of 2
(2,664 Views)