Is there a way to launch a real time application (with FPGA components) from the host applicaiton. It seems like the only way to do this is to start the real time application running on the RT-Target, and then start up the host (or vice versa). It would be nice if there was a slick way to start a RT program like you can an FPGA program.
You can use VI Server to remotely run VIs or executables on an RT target. First you have to make sure that the real-time application and all of it's dependencies are on the RT target. Usually you would want to build an executable or a source distribution which would ensure all the dependencies are packaged up. Then you can FTP the application to the target and run it through VI Server.