User | Kudos |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
It is my understanding that writing to the Value property of a Property Node is slow because it uses the UI thread and blocks until the control graphic is updated with the new value. However, one of Dr. Damien's threads (link goes to thead) states that the Control Value.Set property for VIs is asynchronous, meaning that they don't block on the front panel update, and so should be faster than the standard Value property. However, this method is not so desirable since it is dependent on knowing the control's label.
So the question came up: why not have a Value property that is asynchonous?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Available in LabVIEW 2013 and later with the 'Set Control Values by Index' and 'Get Control Values by Index' functions.