04-26-2006 11:18 AM
04-27-2006 02:01 PM
07-11-2006 08:41 AM
07-12-2006 11:07 AM
07-12-2006 12:48 PM
07-12-2006 01:05 PM
@m3nth wrote:
> Or alternatively to find out the binding URL for the shared variable?
If anyone else is interested in this post, there are some property nodes available for some of these functions without purchasing the DSC:
Application Method: Library.Open
Library Property: Children[]
{Read the children in a For Loop}
Children Property: Project Item
Project Item Property: Variable Reference
Variable Property: Name and Network.URL
These can be used in conjunction with the outPath string returned by ..\LabVIEW\resource\dialog\variable\VFP Network Source Browser.vi to dynamically load a library with Shared Variables and change their network binding. That path may very well change for future releases but it's a handy little tool.
Attached is a VI to accomplish what you list here.
For those who are interested, the property/method nodes that exist in the absence of DSC affect the library file that contains the configuration of the variable. If you make any changes you will need to re-deploy the library to have them reflected in the engine. The DSC-only property/method nodes directly effect the SVE without modifying the configuration file. 2 different ways of accomplishing close to the same thing.