02-18-2011 10:18 AM
LabVIEW handles all the locking for you. Only one in-place element structure can access a data reference at a time; if two try to do so at once, the second one will block at the border of the in-place element structure until first structure completes and the reference is available.
02-18-2011 10:20 AM
Thanks Nat