07-12-2012 10:25 PM
Hi, I was working with LabVIEW 2010 and I programmed a VI to transfer a file and check the containing of the remote path, everthing was fine. Now I have changed to LabVIEW 2011 and I can't find the function "reset ftp" and my VI doesn't work anymore. I'm not sure about the origin of my problem, I supose that It isn't working because I don't have something for reset the conection or if I need to use other function to correct this.
I have programmed a new VI for LabVIEW 2011 without the function "reset ftp" and It doesn't work anyway.
I hope you can help me.
Solved! Go to Solution.
07-17-2012 02:52 PM
Hi Mr.farmcorp,
Do you get an error when opening the VI? Do you see the subVI's where the FTP functions were as a square with a question mark? Do you have the Internet Toolkit installed for LabVIEW 2011? Did you have it for LabVIEW 2010?
Regards,
Eric NI
07-19-2012 02:22 PM
Hi Eric_NI, I have resolved my problem. I checked the block diagram of the function "get file" and I find the correct way to implement FTP. Also I use "active = False" for all functions that have the option "active".