05-20-2008 04:42 PM
05-20-2008 05:41 PM - edited 05-20-2008 05:41 PM
05-20-2008 05:58 PM
05-20-2008 07:46 PM
05-20-2008 08:04 PM
05-21-2008 09:34 AM - edited 05-21-2008 09:34 AM

05-21-2008 01:12 PM
05-21-2008 01:28 PM
We can answer that once "some variables from the main VI" is better defined.
What would be the easiest way to dynamically load the VI with some variables from the main VI?
Global variables are the easiest to use, and as with all things, they come with caveats. They can cause race conditions. An alternative is the "functional global" or "Action Engine". You can find examples of using globals in the Example Finder (Help -> Find Examples). Search for "global".
I know you guys suggested to use global variables, shared variables, or queues. Assuming that I never used any of those 3 options which one would be the easiest to use?
05-21-2008 02:17 PM