03-02-2011 11:40 PM
Hi;
I am wondering if there is anyone out there who knows how to run a vi after deploying into a PXI machine from my host machine. In my application, I have some vi's that are deployed into my PXI machine. My problem is that when I would like to start these vi's simultaneously after deploying them. My current approach is to call vi reference and then invoke-> run. However, since there vi's are being deployed from a host machine and they are running in the PXI machine, I don't know how to create vi reference with the path constant. In other words, how can I find out the path of my vi after being deployed into my PXI machine from the host.
Best Regards,
Solved! Go to Solution.
03-04-2011 01:33 PM
When VIs are deployed onto a PXI Real-Time controller they are generally copied to a C:\ni-rt\startup directory on the controller.
Helpfully, this KnowledgeBase article talks about how specify and programmatically launch VIs on an Real-Time controller.
I hope this helps,