From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sending file from computer to real-time

hii 

 

i know that question was asked before but i couldn't configure how to do it..

i need to send one file from computer(a matrix) and then use it data in real time.

what is the easy way to do it? i try to use the FTP but i couldnt find any toturial on how to 

start a server.(i am new in this stuff..)

 

thanks for help!!

 

0 Kudos
Message 1 of 6
(2,111 Views)

Labview has lots of ways of sharing data between Labview applications. See

http://www.ni.com/white-paper/12079/en/

 

However, if some other application is generating a file and you want to retrieve it then you have some other options. You could setup a shared folder (such as sharing a windows folder). This link shows you how to share a folder on the same network windows <-> linux (but can probably be used windows <-> windows and linux <-> linux).

 

However, what about across the web. I think this will depend and you owe us more details to properly address this. If some application is generating a file, you certainly could use an FTP server (for windows Filezilla Server is decent). But you'll need to do things like setup the port correctly; open up a hole in your firewall; setup port forwarding on your router; and possibly other things. These details will depend on your OS, network configuration and applications.

0 Kudos
Message 2 of 6
(2,106 Views)

thank for your answer,

 

i am using using generating a file with diffrent program which i used in labview.

i tried to follow some video on youtube to open a FTP server on the computer, but it didnt work..

is there a toturial on how to do the setup?

 

thanks for helping

0 Kudos
Message 3 of 6
(2,102 Views)

What Real Time hardware are you using?  Most NI RT systems have an option for installing an FTP server through MAX.  If you install that, then the FTP server just starts on boot up.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 6
(2,095 Views)

As long as you are not using a very outdated NI RT hardware, use WebDAV instead of FTP.

 

You can install a WebDAV server on your RT-target using MAX. WebDAV client VIs come with LabVIEW.

 

Regards, Jens

Kudos are welcome...
0 Kudos
Message 5 of 6
(2,087 Views)

i have cRIO-9076

 

0 Kudos
Message 6 of 6
(2,084 Views)