12-05-2007 04:11 PM
12-05-2007 04:14 PM
12-05-2007 04:18 PM
12-05-2007 08:43 PM
12-05-2007 09:18 PM
12-06-2007 07:23 AM
Another use of using value property to write the value of a control is when you want to update the control from another vi, Locals are exactly that, local. They only reference controls on the same vi, often I need to update a control from a subvi and you can use the property node here too but it is faster and cleaner to use locals over property nodes in general, and to use data flow over locals when ever possible.
Paul
12-06-2007 11:44 AM