I'm creating an XML configuration file on the host with a configuration VI. This allows me to parameterize the app VIs to allow changing the number and allocation of ports, controls, and indicators. The configuration file is used by both the host main app VI and target VI. When the operator clicks the save button on the configuration VI that exports the XML file, I'd like it to automatically transfer the file to the RT target (a PXI). How can I do this?
I saw that there is an Internet Toolkit that provides FTP, but I have a hard time justifying $500 just to copy a file over. I suppose I could flatten out the XML into a string and send that to the target when the app starts rather than send a file. Any better ideas?
Keith.