02-03-2010 05:08 AM
Hello All,
I m confusing how to transfer data file which is generated in cRIO while runnig an application. I want to transfer the file to IPC on which there is one SCADA application is runnig which is read that file for post analysis of data. In IPC there is no any LabVIEW code running or LabIVEW application and I don't want to do that too. I jsut want to transfer data by cRIO itself and after transfering need to delete that file too. So how do I do that..? Any idea would be appriciable..!!
Thanks,
02-15-2010 02:18 PM
If the data are stored in normal memory on the RIO (meaning you are not using a NI 9802 module) than you can simply ftp to the controller and access the file tree. Any ftp program can do this including Windows Explorer.
use: ftp://controller ip address/
You can also programmability ftp files from the controller to a specific location (like a folder on the PC where the post-processor looks)
Hope this helps,
02-15-2010 02:31 PM
There are FTP functions in LabVIEW under Functions > Connectivity > Internet > FTP. I believe these are available with either the Internet toolkit or RT module.
Cheers!