LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control refnum

what are control refnum, applications and advantages. is there any tutorial on control refnum.
0 Kudos
Message 1 of 3
(2,773 Views)
A contol's refnum allows you to have access to the control from anywhere you want - another loop, another VI, even another computer.
The advantage of using programmatic control is when you want to manipulate your UI, control things remotely or control things dynamically. The main disadvantages are a performance hit which comes from using property nodes and the breaking of the dataflow. Using property nodes to change the values of control remotely can be very hard to debug, because unlike local or global variables, you have no way of searching for it. 
 
You can start by reading chapter 17 of the LV user manual (Help>>Search the LabVIEW Bookshelf) and by having a look at this tutorial about class hierarchies in LV.

___________________
Try to take over the world!
Message 2 of 3
(2,768 Views)

Also refer to this duplicate post.

http://forums.ni.com/ni/board/message?board.id=170&message.id=131930

However, please use this thread for further questions / answers.

Thank you.

Message 3 of 3
(2,756 Views)