LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control Reference, Invoke Node

Can someone explain to me what a reference and invoke node are and when to use them instead of local variables or property nodes.
0 Kudos
Message 1 of 4
(3,416 Views)
Check Control References: Overview and What Is the Function of the Property and Invoke Nodes in LabVIEW?

Hope this helps

p.s.: for further details, search (entire site) with any of these topics as parameter (for example "+invoke +node")
0 Kudos
Message 2 of 4
(3,415 Views)

These two links don't work for me.  Can you update them?

 

 - les

 

0 Kudos
Message 3 of 4
(3,045 Views)

control references

invoke node

 

the links are outdated because the last post in this thread was in 2002 Smiley Wink

 

anyway, control references are indirect ways to change things about controls.  most of them can be changed in development by right clicking and sorting through the properties, but references let you change those things at runtime.

 

invoke nodes are like property nodes, but for actions.  so where a property node would set things like color, value, size, etc, invoke nodes let you do things like close the front panel of a VI, or run a subvi by reference, things like that.

0 Kudos
Message 4 of 4
(3,033 Views)