LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

launch real time application from host computer

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. 

Thanks,
Bill


0 Kudos
Message 1 of 2
(3,132 Views)
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. 
 
Hope that helps,
JRA
0 Kudos
Message 2 of 2
(3,115 Views)