LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

property node example

can someone show me a strait forward example of using a property node and a reference node... thanks
0 Kudos
Message 1 of 3
(5,368 Views)
Strait forward ?
A reference node contain a reference to a labVIEW object (control or indicator). You can modify a number of properties of the object, using a property node. The property node can be ascribed to an object either at creation time (rightclick on the control/indicator, then "create...") or later (rightclick on the property node, then "Link to)". Alternativelly, it can be wired to a reference node...
Why use ref nodes, since a property node can be linked directly to an object? You can pass the reference to a sub-vi where all the work on the properties will be done, leaving a clean diagram in the calling vi...
See the example below.
More ?
Chilly Charly    (aka CC)
0 Kudos
Message 2 of 3
(5,368 Views)
I realize that you can't open LV7.1 files. Since I cannot convert to LV 6, see the atached jpg.
Hope this help !
Chilly Charly    (aka CC)
0 Kudos
Message 3 of 3
(5,368 Views)