08-06-2005 02:20 PM - edited 08-06-2005 02:20 PM
Message Edited by Broken Arrow on 08-06-2005 02:22 PM
Message Edited by Broken Arrow on 08-06-2005 02:22 PM
08-07-2005 07:54 AM
08-07-2005 08:34 AM
3 points:
First, are you sure you mean a graph and not a chart? In my LV 7.0 only charts have digital displays (which makes sense, because graphs don't have a current value).
Second, it is possible to create references to objects which are not "exposed" (which is the reason it doesn't have a name) and these work fine, even in built EXEs. You can see it's not exposed by right clicking the property node and going to Link To. You will see that the object is not in the list.
08-08-2005 09:58 AM
08-08-2005
10:09 AM
- last edited on
12-01-2025
03:05 PM
by
Content Cleaner
A reference is a "pointer" to a LV object (an application, a VI, a control, a piece of a control...). When you right click a control and select Create>>Property Node it creates an explicitly linked node. That is, a node which is always connected to that specific object. If you select the property node from the Application Control palette you will see it has a reference input. You can wire a reference to any object into it, and the properties available will change based on which class the reference you wire into it belongs to. By not using this you are missing out on many of the dynamic features of LV. Have a look at this [broken link removed] tutorial for some more explanations.
08-08-2005 01:38 PM