01-05-2007 10:50 PM
01-05-2007 11:10 PM
01-06-2007 12:31 PM - edited 01-06-2007 12:31 PM
Adding to Christian's comments...
The data type of the property node follows the terminal type, not the other way around.
Writting to the terminal is the prefered method because writting of the terminal can take advantage of optimization, while the "Value" property requires a thread swap to the UI thread.
On the other hand...
If you can spare the CPU to use the "Value" property and can tolerate the thread swapping, then the Value property can be used to update an indicator from a sub-VI.
You can see both methods being used in the attached VI.
Ben
Message Edited by Ben on 01-06-2007 12:32 PM
Message Edited by SarahM on 01-08-2007 12:22 PM
01-06-2007 01:26 PM