05-25-2006 02:15 PM
05-25-2006 04:46 PM
The application running on the FieldPoint is located at c:\ni-rt\startup on the FP and can be replaced by using the File Transfer Protocol (FTP). To do this, you will need to send your application to the client and have them use an FTP client (you can find those on the web or if you have MAX installed, you can right click on the target in the Remote Targets section and select File Transfer) to connect to the FP and copy the file to that location.
Assuming your application runs automatically on startup they can now do this in several stages:
If you have the internet toolkit you should have some FTP VIs and you could try to write some code which will do this automatically and would only require your client to select the file and maybe the address and password for the FP (you can save those in a configuration file). Another way would be to connect the controller to the internet so you can do this yourself, but I wouldn't do that and it would probably be complicated anyway.
05-27-2006 06:46 AM
05-30-2006 07:39 AM