07-22-2010 10:12 AM - edited 07-22-2010 10:16 AM
Hi,
I've got the need to dynamically create shared variable in an executable.
Is there a way with labVIEW 9 or do I still need DSC module??
Thanks
07-23-2010 11:27 AM
The ability to programatically create shared variables in an executable is only available through the DSC Module Engine Control VIs.
There are ways to use property and invoke nodes to programatically create shared variables with a valid project and variable library and running a VI, but using this method will not work in an executable. Here is an example that shows how this can be done.