Prasad S Posted February 18, 2004 Report Share Posted February 18, 2004 I was working on a code implementation that requires dynamic loading of VI's . Is it possible to implement this on the PDA module? Thanks Prasad Quote Link to comment
AndrewC Posted February 18, 2004 Report Share Posted February 18, 2004 Prasad, The PDA module currently cannot act as a VI server to itself, or to other instances of LabVIEW. However, it is possible to dynamically load and call VIs that are served from any instance of LabVIEW with VI server enabled. So a PDA VI can open an application reference to desktop LabVIEW, and use the call by reference node as a means of dynamically loading and calling VIs. Thanks! Andrew Quote Link to comment
Prasad S Posted February 19, 2004 Author Report Share Posted February 19, 2004 Thanks for the suggestion. I reworked the design and made some of the VIs I need to be sub vis. Thanks Prasad Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.