01-02-2025 01:54 AM
hi community
i want to send a txt file to rt,how can i achieve this by labview program
please help me
Solved! Go to Solution.
01-02-2025 02:25 AM
hi follow the following :
FTP Open
VI to establish a connection to your RT target.FTP Change Directory
VI to navigate to the right folder.FTP Put File
VI to send the text file. You will need to provide the local file path of the text file and the destination path on the RT target.FTP Close
VI to close the connection after the file transfer is complete.01-02-2025 04:27 AM
does RT running the FTP Service as default?
i mean if i need to set something in RT before i use ftp to transfer files?
01-02-2025 05:02 AM
01-02-2025 05:17 AM
i uesd a stupid method to workaround my problem
1. map rt to my windows pc,as driver Z
2. use copy to vi to copy file to Z
maybe there is a general methodto achieve
and i am still waiting for a good program method
01-02-2025 05:30 AM
Hi Yuan,
@Yuanxj wrote:
maybe there is a general methodto achieve
There is no "general method" as each cRIO can be used in a variety of (network/hardware/software) systems…
@Yuanxj wrote:
and i am still waiting for a good program method
Suggestions:
This would be one possible "program method"…
01-02-2025 05:39 AM - last edited on 01-02-2025 01:56 PM by altenbach