11-14-2007 07:40 AM
11-14-2007 07:43 AM
11-14-2007 07:45 AM
The prefered methods for updating a front panel object in order of preference are
1) Terminal
2) Local
3) Property node
The terminal is the fast and LabVIEW has special functionality to keep it quick and efficient.
Locals require extra copies of the data AND can create the possibility of race conditions.
Property nodes also present the possibility of race conditions and also require a context switch to the User Interface thread to make the change.
Ben
11-15-2007 08:01 AM