09-17-2010 11:16 PM
In LabVIEW 2010 I can use OpenG's New VI function to create and launch a VI that is built from a template.
Is there any easy way to pass initial parameters from the VI that creates the New VI to the New VI that will be available as soon as the New VI starts?
09-17-2010 11:34 PM
Check out the Control Value Set invoke node. I personally don't like this node, and tst has got a great suggestion to promote cleaner, less fragile syntax for launching VI's dynamically that require input parameters.