12-06-2011 07:58 AM
Solved! Go to Solution.
12-08-2011 09:53 AM
Hello,
I have tried to realize something but it only works in the project, not with the specification built on the computer. One of the sub-VI is locked and probably contains functions which are not supported by application.
Please find my project as attachment. It doesn't work but you can see what I have tried.
I suggest you to try to build an Application which copies compiled files on the target and which modifies the ni-rt.ini file in order to set the application as startup.
Regards,
Jérémy C.
NI France
12-09-2011 06:56 AM
12-16-2011 09:48 AM
12-19-2011 02:14 AM
Hello,
You can look at this : Reference Design for Deploying CompactRIO Application Updates using a USB Memory Device
Regards,
Jérémy C.
NI France
12-19-2011 02:36 AM
12-19-2011 04:27 AM
Hello again,
Even if you don't have USB slot, I posted the link because there are VIs which could eventually be used.
I also found you can use the "FTP Browser" example VI in order to copy files on your cRIO. The following step is to build an executable from this example.
Regards,
Jérémy C.
NI France
01-05-2012 07:07 AM
Just read this and I wanted to hear if you found your solution?
If I only want to update my realtime application I just use a ftp-client to replace the RTEXE file under /ni-rt/startup/, and send a reboot command with the labview VI's (uses the crio IP or MAC address).
To deploy the an full image (software, application and project spesific files) I used this http://zone.ni.com/devzone/cda/epd/p/id/5986 with mixed luck, and ended up creating my own simple deployment tool with the image VI's.
01-05-2012 09:04 AM