User | Kudos |
---|---|
13 | |
11 | |
3 | |
3 | |
3 |
In LabVIEW 2009, the programmatic API for shared variables and I/O variables was introduced. This allows you to reference a variable by name, rather than dropping a static node on the diagram.
Some of the benefits are: iterating over many variables with looping structures, creating modular code, and dynamically accessing variables based on names in a config file for example.
Programmatic access to single-process shared variables would also be useful.
(Single-process variables are effectively global variables (not network published), but use the same static node as the shared variable and are contained in project libraries.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.